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  2 14:11:50 2018
--- new/src/hotspot/share/runtime/thread.cpp	Mon Apr  2 14:11:50 2018

*** 3889,3898 **** --- 3889,3903 ---- call_initPhase3(CHECK_JNI_ERR); // 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(); + } + #if INCLUDE_JVMCI if (force_JVMCI_intialization) { JVMCIRuntime::force_initialization(CHECK_JNI_ERR); CompileBroker::compilation_init_phase2(); }

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