src/share/vm/runtime/globals.hpp

changeset 7074
833b0f92429a
parent 7040
da00a41842a5
child 7089
6e0cb14ce59b
     1.1 --- a/src/share/vm/runtime/globals.hpp	Wed Aug 27 09:36:55 2014 +0200
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Wed Aug 27 08:19:12 2014 -0400
     1.3 @@ -943,11 +943,6 @@
     1.4    diagnostic(bool, PrintNMTStatistics, false,                               \
     1.5            "Print native memory tracking summary data if it is on")          \
     1.6                                                                              \
     1.7 -  diagnostic(bool, AutoShutdownNMT, true,                                   \
     1.8 -          "Automatically shutdown native memory tracking under stress "     \
     1.9 -          "situations. When set to false, native memory tracking tries to " \
    1.10 -          "stay alive at the expense of JVM performance")                   \
    1.11 -                                                                            \
    1.12    diagnostic(bool, LogCompilation, false,                                   \
    1.13            "Log compilation activity in detail to LogFile")                  \
    1.14                                                                              \

mercurial