< prev index next >

src/share/vm/classfile/classLoader.cpp

Print this page

        

*** 1718,1728 **** vm_exit_during_initialization("No ModuleEntryTable for the boot class loader"); } { MutexLocker ml(Module_lock, THREAD); ! ModuleEntry* jb_module = null_cld_modules->locked_create_entry_or_null(Handle(NULL), vmSymbols::java_base(), NULL, NULL, null_cld); if (jb_module == NULL) { vm_exit_during_initialization("Unable to create ModuleEntry for " JAVA_BASE_NAME); } ModuleEntryTable::set_javabase_moduleEntry(jb_module); } --- 1718,1729 ---- vm_exit_during_initialization("No ModuleEntryTable for the boot class loader"); } { MutexLocker ml(Module_lock, THREAD); ! ModuleEntry* jb_module = null_cld_modules->locked_create_entry_or_null(Handle(NULL), ! false, vmSymbols::java_base(), NULL, NULL, null_cld); if (jb_module == NULL) { vm_exit_during_initialization("Unable to create ModuleEntry for " JAVA_BASE_NAME); } ModuleEntryTable::set_javabase_moduleEntry(jb_module); }
< prev index next >