RFR: 8142511: [JVMCI] must eagerly initialize classes with static fields accessed by JVMCI native code

Christian Thalinger christian.thalinger at oracle.com
Thu Nov 12 00:56:32 UTC 2015


Looks good.

> On Nov 11, 2015, at 11:27 AM, Doug Simon <doug.simon at oracle.com> wrote:
> 
> 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