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 Apr  9 15:29:56 2018
--- new/src/hotspot/share/runtime/thread.cpp	Mon Apr  9 15:29:55 2018

*** 3891,3901 **** --- 3891,3901 ---- // cache the system and platform class loaders SystemDictionary::compute_java_loaders(CHECK_JNI_ERR); if (DumpSharedSpaces) { // capture the module path info from the ModuleEntryTable ! ClassLoader::initialize_module_path(THREAD); } #if INCLUDE_JVMCI if (force_JVMCI_intialization) { JVMCIRuntime::force_initialization(CHECK_JNI_ERR);

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