-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
23
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