hotspot/src/share/vm/runtime/thread.cpp
changeset 44520 0553e129e0ec
parent 44326 6c59cca7ff07
child 44993 f61bcd80ec1f
child 46388 d7a164ad6b7f
equal deleted inserted replaced
44471:7e8e5ceecf99 44520:0553e129e0ec
  3463   // been started and running.
  3463   // been started and running.
  3464   java_lang_Thread::set_thread_status(thread_object,
  3464   java_lang_Thread::set_thread_status(thread_object,
  3465                                       java_lang_Thread::RUNNABLE);
  3465                                       java_lang_Thread::RUNNABLE);
  3466 
  3466 
  3467   // The VM creates objects of this class.
  3467   // The VM creates objects of this class.
  3468   initialize_class(vmSymbols::java_lang_reflect_Module(), CHECK);
  3468   initialize_class(vmSymbols::java_lang_Module(), CHECK);
  3469 
  3469 
  3470   // The VM preresolves methods to these classes. Make sure that they get initialized
  3470   // The VM preresolves methods to these classes. Make sure that they get initialized
  3471   initialize_class(vmSymbols::java_lang_reflect_Method(), CHECK);
  3471   initialize_class(vmSymbols::java_lang_reflect_Method(), CHECK);
  3472   initialize_class(vmSymbols::java_lang_ref_Finalizer(), CHECK);
  3472   initialize_class(vmSymbols::java_lang_ref_Finalizer(), CHECK);
  3473 
  3473