src/hotspot/share/runtime/vmThread.cpp
changeset 52302 912b79d983d9
parent 51376 181e6a03249b
child 52386 e256b3b62e20
equal deleted inserted replaced
52301:fbfcdc5bf694 52302:912b79d983d9
   241 
   241 
   242 void VMThread::run() {
   242 void VMThread::run() {
   243   assert(this == vm_thread(), "check");
   243   assert(this == vm_thread(), "check");
   244 
   244 
   245   this->initialize_named_thread();
   245   this->initialize_named_thread();
   246   this->record_stack_base_and_size();
   246 
   247   // Notify_lock wait checks on active_handles() to rewait in
   247   // Notify_lock wait checks on active_handles() to rewait in
   248   // case of spurious wakeup, it should wait on the last
   248   // case of spurious wakeup, it should wait on the last
   249   // value set prior to the notify
   249   // value set prior to the notify
   250   this->set_active_handles(JNIHandleBlock::allocate_block());
   250   this->set_active_handles(JNIHandleBlock::allocate_block());
   251 
   251