< prev index next >

src/share/vm/gc/cms/concurrentMarkSweepThread.cpp

Print this page

        

@@ -142,13 +142,10 @@
                      Mutex::_no_safepoint_check_flag);
     assert(_cmst == this, "Weird!");
     _cmst = NULL;
     Terminator_lock->notify();
   }
-
-  // Thread destructor usually does this..
-  ThreadLocalStorage::set_thread(NULL);
 }
 
 #ifndef PRODUCT
 void ConcurrentMarkSweepThread::verify_ok_to_terminate() const {
   assert(!(CGC_lock->owned_by_self() || cms_thread_has_cms_token() ||
< prev index next >