src/hotspot/share/runtime/thread.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File open Cdiff src/hotspot/share/runtime/thread.cpp

src/hotspot/share/runtime/thread.cpp

Print this page

        

*** 3746,3757 **** JvmtiExport::post_vm_start(); // Final system initialization including security manager and system class loader call_initPhase3(CHECK_JNI_ERR); ! // cache the system class loader ! SystemDictionary::compute_java_system_loader(CHECK_(JNI_ERR)); #if INCLUDE_JVMCI if (EnableJVMCI) { // Initialize JVMCI eagerly if JVMCIPrintProperties is enabled. // The JVMCI Java initialization code will read this flag and --- 3746,3757 ---- JvmtiExport::post_vm_start(); // Final system initialization including security manager and system class loader call_initPhase3(CHECK_JNI_ERR); ! // cache the system and platform class loaders ! SystemDictionary::compute_java_loaders(CHECK_JNI_ERR); #if INCLUDE_JVMCI if (EnableJVMCI) { // Initialize JVMCI eagerly if JVMCIPrintProperties is enabled. // The JVMCI Java initialization code will read this flag and
src/hotspot/share/runtime/thread.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File