hotspot/src/share/vm/classfile/systemDictionary.cpp
changeset 40013 943cf01a6b82
parent 40002 156b2dbb0b54
child 40016 bf6fcd467a7b
--- a/hotspot/src/share/vm/classfile/systemDictionary.cpp	Tue Jul 26 11:04:20 2016 +0200
+++ b/hotspot/src/share/vm/classfile/systemDictionary.cpp	Tue Jul 26 10:29:27 2016 -0400
@@ -2149,7 +2149,7 @@
 
   // Create the ModuleEntry for java.base.  This call needs to be done here,
   // after vmSymbols::initialize() is called but before any classes are pre-loaded.
-  ClassLoader::create_javabase();
+  ClassLoader::classLoader_init2(CHECK);
 
   // Preload commonly used klasses
   WKID scan = FIRST_WKID;