< prev index next >

src/hotspot/share/runtime/threadSMR.cpp

Print this page
rev 52283 : [mq]: 8212933

*** 987,1001 **** ThreadsSMRSupport::clear_delete_notify(); ThreadsSMRSupport::delete_lock()->unlock(); // Retry the whole scenario. } - if (ThreadLocalHandshakes) { - // The thread is about to be deleted so cancel any handshake. - thread->cancel_handshake(); - } - delete thread; if (EnableThreadSMRStatistics) { timer.stop(); uint millis = (uint)timer.milliseconds(); ThreadsSMRSupport::inc_deleted_thread_cnt(); --- 987,996 ----
< prev index next >