src/hotspot/share/classfile/systemDictionary.cpp
changeset 50152 b5023063346d
parent 50113 caf115bb98ad
child 50176 0cc29ebee3f9
--- a/src/hotspot/share/classfile/systemDictionary.cpp	Wed May 16 10:27:25 2018 -0700
+++ b/src/hotspot/share/classfile/systemDictionary.cpp	Tue May 15 14:49:10 2018 -0700
@@ -149,8 +149,6 @@
                          CHECK);
 
   _java_platform_loader = (oop)result.get_jobject();
-
-  CDS_ONLY(SystemDictionaryShared::initialize(CHECK);)
 }
 
 ClassLoaderData* SystemDictionary::register_loader(Handle class_loader) {