hotspot/src/share/vm/runtime/thread.cpp
changeset 46388 d7a164ad6b7f
parent 46369 3bf4544bec14
parent 44520 0553e129e0ec
child 46458 3c12af929e7d
--- a/hotspot/src/share/vm/runtime/thread.cpp	Tue Apr 18 13:19:42 2017 -0400
+++ b/hotspot/src/share/vm/runtime/thread.cpp	Tue Apr 18 22:25:33 2017 +0200
@@ -3462,7 +3462,7 @@
                                       java_lang_Thread::RUNNABLE);
 
   // The VM creates objects of this class.
-  initialize_class(vmSymbols::java_lang_reflect_Module(), CHECK);
+  initialize_class(vmSymbols::java_lang_Module(), CHECK);
 
   // The VM preresolves methods to these classes. Make sure that they get initialized
   initialize_class(vmSymbols::java_lang_reflect_Method(), CHECK);