RFR: 8142511: [JVMCI] must eagerly initialize classes with static fields accessed by JVMCI native code
Doug Simon
doug.simon at oracle.com
Wed Nov 11 21:27:56 UTC 2015
Static fields of well known JVMCI classes have accessors declared in jvmciJavaClasses.hpp. These accessors do not perform any class initialization checks and so the classes must be initialized during JVMCI initialization.
http://cr.openjdk.java.net/~dnsimon/8142511/
https://bugs.openjdk.java.net/browse/JDK-8142511
-Doug
More information about the hotspot-compiler-dev
mailing list