hotspot/src/share/vm/gc/parallel/gcTaskThread.cpp
changeset 34633 2a6c7c7b30a7
parent 33126 260ff671354b
child 35061 be6025ebffea
--- a/hotspot/src/share/vm/gc/parallel/gcTaskThread.cpp	Fri Dec 04 04:29:31 2015 +0000
+++ b/hotspot/src/share/vm/gc/parallel/gcTaskThread.cpp	Fri Dec 04 04:06:37 2015 -0500
@@ -1,4 +1,3 @@
-
 /*
  * Copyright (c) 2002, 2015, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -96,7 +95,6 @@
 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()) {