-
Bug
-
Resolution: Fixed
-
P5
-
22
-
b16
After JDK-8315818, it's possible for JVMCI initialization to happen prior to the forced initialization in Threads::create_vm. The former will happen on a compiler thread where as the latter happens on the main thread. This has the unfortunate side effect of JVMCI property printing happening twice.
- relates to
-
JDK-8315818 vmTestbase/nsk/jvmti/Allocate/alloc001/alloc001.java fails on libgraal
- Resolved
- links to
-
Commit openjdk/jdk/4b8f5d03
-
Review(master) openjdk/jdk/15739