< prev index next >

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

Print this page
rev 52189 : [mq]: tinit

@@ -47,11 +47,10 @@
     }
   }
 }
 
 void ConcurrentGCThread::initialize_in_thread() {
-  this->record_stack_base_and_size();
   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 >