< prev index next >

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

Print this page
rev 52211 : [mq]: tinit

@@ -295,11 +295,10 @@
   initialize();
   loop();
 }
 
 void AbstractGangWorker::initialize() {
-  this->record_stack_base_and_size();
   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
< prev index next >