< prev index next >

src/hotspot/share/gc/shared/concurrentGCThread.cpp

Print this page

        

@@ -47,11 +47,10 @@
     }
   }
 }
 
 void ConcurrentGCThread::initialize_in_thread() {
-  this->initialize_named_thread();
   this->set_active_handles(JNIHandleBlock::allocate_block());
   // From this time Thread::current() should be working.
   assert(this == Thread::current(), "just checking");
 }
 
< prev index next >