-
Notifications
You must be signed in to change notification settings - Fork 729
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
OpenJDK java/util/concurrent/ArrayBlockingQueue/WhiteBox - failed to do a "full" gc #19047
Comments
@dmitripivkine fyi |
Weak Reference has not been cleared after three System GC() calls |
just BTW test compiles with warnings:
I am not sure when deprecated |
It's a OpenJDK test, any modification to remove warnings should happen at OpenJDK. It's deprecated in jdk22 but it won't be removed in jdk22 since this release is now finalized. |
https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_sanity.openjdk_x86-64_windows_Nightly_testList_2/218
|
https://openj9-jenkins.osuosl.org/job/Test_openjdk22_j9_sanity.openjdk_ppc64le_linux_Nightly_testList_2/18
jdk_util_1
java/util/concurrent/ArrayBlockingQueue/WhiteBox.java
The text was updated successfully, but these errors were encountered: