hotspot/src/share/vm/runtime/init.cpp
changeset 13975 2f7431485cfa
parent 13728 882756847a04
child 15482 470d0b0c09f1
equal deleted inserted replaced
13951:3fc49366dc15 13975:2f7431485cfa
   112   InterfaceSupport_init();
   112   InterfaceSupport_init();
   113   SharedRuntime::generate_stubs();
   113   SharedRuntime::generate_stubs();
   114   universe2_init();  // dependent on codeCache_init and stubRoutines_init1
   114   universe2_init();  // dependent on codeCache_init and stubRoutines_init1
   115   referenceProcessor_init();
   115   referenceProcessor_init();
   116   jni_handles_init();
   116   jni_handles_init();
   117 #ifndef VM_STRUCTS_KERNEL
   117 #if INCLUDE_VM_STRUCTS
   118   vmStructs_init();
   118   vmStructs_init();
   119 #endif // VM_STRUCTS_KERNEL
   119 #endif // INCLUDE_VM_STRUCTS
   120 
   120 
   121   vtableStubs_init();
   121   vtableStubs_init();
   122   InlineCacheBuffer_init();
   122   InlineCacheBuffer_init();
   123   compilerOracle_init();
   123   compilerOracle_init();
   124   compilationPolicy_init();
   124   compilationPolicy_init();