hotspot/src/share/vm/jvmci/jvmciRuntime.cpp
changeset 35123 b0b89d83bcf5
parent 34192 6da4892d7cd5
child 35135 dd2ce9021031
equal deleted inserted replaced
35121:e8900e5763ff 35123:b0b89d83bcf5
   811 
   811 
   812   JVMCIRuntime::initialize_well_known_classes(CHECK);
   812   JVMCIRuntime::initialize_well_known_classes(CHECK);
   813 
   813 
   814   {
   814   {
   815     ThreadToNativeFromVM trans(thread);
   815     ThreadToNativeFromVM trans(thread);
   816 
       
   817     // Ensure _non_oop_bits is initialized
       
   818     Universe::non_oop_word();
       
   819 
       
   820     env->RegisterNatives(c2vmClass, CompilerToVM::methods, CompilerToVM::methods_count());
   816     env->RegisterNatives(c2vmClass, CompilerToVM::methods, CompilerToVM::methods_count());
   821   }
   817   }
   822 JVM_END
   818 JVM_END
   823 
   819 
   824 /**
   820 /**