hotspot/src/share/vm/runtime/thread.cpp
changeset 44520 0553e129e0ec
parent 44326 6c59cca7ff07
child 44993 f61bcd80ec1f
child 46388 d7a164ad6b7f
--- a/hotspot/src/share/vm/runtime/thread.cpp	Thu Apr 06 17:01:01 2017 +0000
+++ b/hotspot/src/share/vm/runtime/thread.cpp	Fri Apr 07 08:04:46 2017 +0000
@@ -3465,7 +3465,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);