You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
18:53:52 java.lang.RuntimeException: P2 not notified by O2 deletion
18:53:52 at PhantomReferentClearing.main(PhantomReferentClearing.java:98)
18:53:52 at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
18:53:52 at java.base/java.lang.reflect.Method.invoke(Method.java:580)
18:53:52 at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
18:53:52 at java.base/java.lang.Thread.run(Thread.java:1595)
The text was updated successfully, but these errors were encountered:
pshipton
changed the title
OpenJDK java/lang/ref/PhantomReferentClearing
OpenJDK java/lang/ref/PhantomReferentClearing - P2 not notified by O2 deletion
Oct 24, 2023
Another theoretical possibility is reference to O2 might be stored in O-slot for higher level of hotness for JITed method. It keep O2 alive even after O2 = null;.
https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_sanity.openjdk_s390x_linux_Nightly_testList_0/82/
jdk_lang_0
java/lang/ref/PhantomReferentClearing.java
The text was updated successfully, but these errors were encountered: