< prev index next >

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

Print this page

        

@@ -295,11 +295,10 @@
   initialize();
   loop();
 }
 
 void AbstractGangWorker::initialize() {
-  this->initialize_named_thread();
   assert(_gang != NULL, "No gang to run in");
   os::set_priority(this, NearMaxPriority);
   log_develop_trace(gc, workgang)("Running gang worker for gang %s id %u", gang()->name(), id());
   // The VM thread should not execute here because MutexLocker's are used
   // as (opposed to MutexLockerEx's).
< prev index next >