-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
P4
-
Affects Version/s: 23
-
Component/s: hotspot
The java/util/concurrent/Executors/UnreferencedExecutor.java test can fail when run on libgraal and -Xcomp is specified. The problem appears to be that libgraal temporarily causes some objects that the test expects to be weakly referenced to have strong roots for a short amount of time (i.e. while a libgraal referencing these objects is in progress).
- links to
-
Review
openjdk/jdk/18098