src/share/vm/runtime/vmThread.cpp

changeset 9676
bf1c9a3312a4
parent 6973
4af19b914f53
child 9703
2fdf635bcf28
child 9818
e67abc2d032f
child 9858
b985cbb00e68
equal deleted inserted replaced
9675:894c78fcb2ea 9676:bf1c9a3312a4
250 250
251 void VMThread::run() { 251 void VMThread::run() {
252 assert(this == vm_thread(), "check"); 252 assert(this == vm_thread(), "check");
253 253
254 this->initialize_thread_local_storage(); 254 this->initialize_thread_local_storage();
255 this->set_native_thread_name(this->name());
255 this->record_stack_base_and_size(); 256 this->record_stack_base_and_size();
256 // Notify_lock wait checks on active_handles() to rewait in 257 // Notify_lock wait checks on active_handles() to rewait in
257 // case of spurious wakeup, it should wait on the last 258 // case of spurious wakeup, it should wait on the last
258 // value set prior to the notify 259 // value set prior to the notify
259 this->set_active_handles(JNIHandleBlock::allocate_block()); 260 this->set_active_handles(JNIHandleBlock::allocate_block());

mercurial