src/hotspot/share/runtime/thread.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/hotspot/share/runtime/thread.cpp	Mon Oct  9 17:13:10 2017
--- new/src/hotspot/share/runtime/thread.cpp	Mon Oct  9 17:13:09 2017

*** 3746,3757 **** --- 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_system_loader(CHECK_(JNI_ERR)); ! 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