-
Notifications
You must be signed in to change notification settings - Fork 722
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
jdk22 WrapperHiddenClassTest: MHP impl class cannot be cleared by GC #18804
Comments
There are two fyi @dmitripivkine |
Such set of GC policies points to the JIT most likely. There are many JIT optimizations disabled for Metronome and Balanced. Another possibility for such set that Discontiguous array can be involved, code might expect contiguous array mistakenly. |
@babsingh Would you please help to triage this?
|
16:34:54 at WrapperHiddenClassTest.testWeakImplClass(WrapperHiddenClassTest.java:209)
Tests the caching and weak reference of implementation classes for system and user interfaces. Test expects the GC to clear the weak reference after the strong reference has been cleared.
This failure is intermittent, and the failure in #18805 is dominating the test runs. I will share a link to the core file once I generate it. |
This can be closed now that #19020 is merged? |
Fixed by eclipse-openj9/openj9#19020 Closes: eclipse-openj9/openj9#18804 Closes: eclipse-openj9/openj9#18805 Signed-off-by: Babneet Singh <[email protected]>
I had locally verified that #19020 fixes this issue. I have opened adoptium/aqa-tests#5116 to re-enable the test. |
Fixed by eclipse-openj9/openj9#19020 Closes: eclipse-openj9/openj9#18804 Closes: eclipse-openj9/openj9#18805 Signed-off-by: Babneet Singh <[email protected]>
https://openj9-jenkins.osuosl.org/job/Test_openjdk22_j9_sanity.openjdk_aarch64_linux_Personal_testList_0/1
jdk_lang
java/lang/invoke/MethodHandleProxies/WrapperHiddenClassTest.java
The text was updated successfully, but these errors were encountered: