--- old/src/share/vm/gc/parallel/gcTaskThread.cpp 2015-11-27 02:27:07.194483055 -0500 +++ new/src/share/vm/gc/parallel/gcTaskThread.cpp 2015-11-27 02:27:05.870408582 -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()) {