< prev index next >

src/hotspot/share/runtime/vmThread.cpp

Print this page
rev 52211 : [mq]: tinit

*** 241,251 **** void VMThread::run() { assert(this == vm_thread(), "check"); this->initialize_named_thread(); ! this->record_stack_base_and_size(); // Notify_lock wait checks on active_handles() to rewait in // case of spurious wakeup, it should wait on the last // value set prior to the notify this->set_active_handles(JNIHandleBlock::allocate_block()); --- 241,251 ---- void VMThread::run() { assert(this == vm_thread(), "check"); this->initialize_named_thread(); ! // Notify_lock wait checks on active_handles() to rewait in // case of spurious wakeup, it should wait on the last // value set prior to the notify this->set_active_handles(JNIHandleBlock::allocate_block());
< prev index next >