< prev index next >

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

Print this page

        

@@ -1,6 +1,5 @@
-
 /*
  * Copyright (c) 2002, 2015, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it

@@ -94,11 +93,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 >