< prev index next >

src/share/vm/gc/parallel/gcTaskThread.cpp

Print this page

        

@@ -94,11 +94,10 @@
 // for tasks to be enqueued for execution.
 
 void GCTaskThread::run() {
   // Set up the thread for stack overflow support
   this->record_stack_base_and_size();
-  this->initialize_thread_local_storage();
   this->initialize_named_thread();
   // Bind yourself to your processor.
   if (processor_id() != GCTaskManager::sentinel_worker()) {
     if (TraceGCTaskThread) {
       tty->print_cr("GCTaskThread::run: "
< prev index next >