< prev index next >

src/hotspot/share/runtime/vmThread.cpp

Print this page

        

@@ -283,12 +283,10 @@
 }
 
 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 >