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

        

*** 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(); } #if INCLUDE_JVMCI if (force_JVMCI_intialization) { JVMCIRuntime::force_initialization(CHECK_JNI_ERR); --- 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