< prev index next >

src/hotspot/share/runtime/thread.cpp

Print this page
rev 52283 : [mq]: 8212933

@@ -4249,13 +4249,10 @@
   thread->invoke_shutdown_hooks();
 
   before_exit(thread);
 
   thread->exit(true);
-  // thread will never call smr_delete, instead of implicit cancel
-  // in wait_for_vm_thread_exit we do it explicit.
-  thread->cancel_handshake();
 
   // Stop VM thread.
   {
     // 4945125 The vm thread comes to a safepoint during exit.
     // GC vm_operations can get caught at the safepoint, and the
< prev index next >