src/share/vm/runtime/vmThread.cpp

changeset 9703
2fdf635bcf28
parent 7535
7ae4e26cb1e0
parent 9676
bf1c9a3312a4
child 9852
70aa912cebe5
equal deleted inserted replaced
9647:42d198677884 9703:2fdf635bcf28
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