hotspot/src/share/vm/runtime/thread.cpp
changeset 15191 d5f9601f72af
parent 14844 c92bd8f2109d
child 15221 83925f427779
--- a/hotspot/src/share/vm/runtime/thread.cpp	Tue Jan 08 15:47:23 2013 -0800
+++ b/hotspot/src/share/vm/runtime/thread.cpp	Fri Jan 11 12:30:54 2013 -0500
@@ -4011,10 +4011,6 @@
                          Mutex::_as_suspend_equivalent_flag);
   }
 
-  // Shutdown NMT before exit. Otherwise,
-  // it will run into trouble when system destroys static variables.
-  MemTracker::shutdown(MemTracker::NMT_normal);
-
   // Hang forever on exit if we are reporting an error.
   if (ShowMessageBoxOnError && is_error_reported()) {
     os::infinite_sleep();