src/share/vm/runtime/globals.hpp

changeset 4810
06db4c0afbf3
parent 4802
eca90b8a06eb
child 4811
0ac03fef364f
equal deleted inserted replaced
4803:a649f6511c04 4810:06db4c0afbf3
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") \

mercurial