< prev index next >

src/hotspot/share/runtime/init.cpp

Print this page

        

*** 111,120 **** --- 111,121 ---- classLoader_init1(); compilationPolicy_init(); codeCache_init(); VM_Version_init(); os_init_globals(); + VMRegImpl::set_regName(); // need this before generate_stubs (for printing oop maps). stubRoutines_init1(); jint status = universe_init(); // dependent on codeCache_init and // stubRoutines_init1 and metaspace_init. if (status != JNI_OK) return status;
*** 123,133 **** interpreter_init(); // before any methods loaded invocationCounter_init(); // before any methods loaded accessFlags_init(); templateTable_init(); InterfaceSupport_init(); - VMRegImpl::set_regName(); // need this before generate_stubs (for printing oop maps). SharedRuntime::generate_stubs(); universe2_init(); // dependent on codeCache_init and stubRoutines_init1 javaClasses_init();// must happen after vtable initialization, before referenceProcessor_init referenceProcessor_init(); jni_handles_init(); --- 124,133 ----
< prev index next >