diff src/share/vm/runtime/globals.hpp @ 20360:833b0f92429a

8046598: Scalable Native memory tracking development Summary: Enhance scalability of native memory tracking Reviewed-by: coleenp, ctornqvi, gtriantafill
author zgu
date Wed, 27 Aug 2014 08:19:12 -0400
parents da00a41842a5
children 6e0cb14ce59b
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Wed Aug 27 09:36:55 2014 +0200
+++ b/src/share/vm/runtime/globals.hpp	Wed Aug 27 08:19:12 2014 -0400
@@ -943,11 +943,6 @@
   diagnostic(bool, PrintNMTStatistics, false,                               \
           "Print native memory tracking summary data if it is on")          \
                                                                             \
-  diagnostic(bool, AutoShutdownNMT, true,                                   \
-          "Automatically shutdown native memory tracking under stress "     \
-          "situations. When set to false, native memory tracking tries to " \
-          "stay alive at the expense of JVM performance")                   \
-                                                                            \
   diagnostic(bool, LogCompilation, false,                                   \
           "Log compilation activity in detail to LogFile")                  \
                                                                             \