hotspot/src/share/vm/runtime/globals.hpp
changeset 16436 6b67e51e3cfb
parent 16428 1b55a8d558b8
child 16437 00f4ce9059f4
equal deleted inserted replaced
16429:c5b14a727c72 16436:6b67e51e3cfb
   867           "Native memory tracking options")                                 \
   867           "Native memory tracking options")                                 \
   868                                                                             \
   868                                                                             \
   869   diagnostic(bool, PrintNMTStatistics, false,                               \
   869   diagnostic(bool, PrintNMTStatistics, false,                               \
   870           "Print native memory tracking summary data if it is on")          \
   870           "Print native memory tracking summary data if it is on")          \
   871                                                                             \
   871                                                                             \
       
   872   diagnostic(bool, AutoShutdownNMT, true,                                   \
       
   873           "Automatically shutdown native memory tracking under stress "     \
       
   874           "situation. When set to false, native memory tracking tries to "  \
       
   875           "stay alive at the expense of JVM performance")                   \
       
   876                                                                             \
   872   diagnostic(bool, LogCompilation, false,                                   \
   877   diagnostic(bool, LogCompilation, false,                                   \
   873           "Log compilation activity in detail to hotspot.log or LogFile")   \
   878           "Log compilation activity in detail to hotspot.log or LogFile")   \
   874                                                                             \
   879                                                                             \
   875   product(bool, PrintCompilation, false,                                    \
   880   product(bool, PrintCompilation, false,                                    \
   876           "Print compilations")                                             \
   881           "Print compilations")                                             \