-
Notifications
You must be signed in to change notification settings - Fork 723
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[JDK8 OJDK-MH] getCallerClass failures #14989
Labels
Comments
babsingh
added
jdk8
project:MH
Used to track Method Handles related work
triageRequired
labels
May 2, 2022
TODO: Check RI behaviour for the failing test. The test may not be checking the correct behaviour. |
babsingh
changed the title
[JDK8 OJDK-MH] test_getCallerClass_Helper_MethodHandle_fromBootExtWithAnnotation failed
[JDK8 OJDK-MH] getCallerClassTests failures
May 2, 2022
babsingh
changed the title
[JDK8 OJDK-MH] getCallerClassTests failures
[JDK8 OJDK-MH] getCallerClass failures
May 2, 2022
This also affects JDK11. #18372 supports JDK11 but more investigation is needed for JDK8. |
ThanHenderson
added a commit
to ThanHenderson/openj9
that referenced
this issue
Oct 31, 2023
This patch addresses eclipse-openj9#14989 for ojdk11 MHs. Hidden Classes changed InjectedInvoker class signatures. This patch updates the test case to support pre-hidden-class signatures. Signed-off-by: Nathan Henderson <[email protected]>
ThanHenderson
added a commit
to ThanHenderson/openj9
that referenced
this issue
Nov 3, 2023
This patch addresses eclipse-openj9#14989 for ojdk8 MHs by matching the MH class to the InjectedInvoker template class. Signed-off-by: Nathan Henderson <[email protected]>
Closed by #18396 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The below failure(s) is(are) only seen when OJDK MHs are enabled in OpenJ9.
Errors
Failing Test Targets
BUILD_LIST=functional
cmdLineTester_getCallerClassTests_SE80_0
How-to Run Tests?
https://github.com/eclipse/openj9/blob/master/test/docs/OpenJ9TestUserGuide.md
Steps to build an OpenJ9 JDK8 with OJDK MHs enabled
Refer to #14541.
The text was updated successfully, but these errors were encountered: