src/share/vm/runtime/globals.hpp

changeset 7074
833b0f92429a
parent 7040
da00a41842a5
child 7089
6e0cb14ce59b
equal deleted inserted replaced
7073:4d3a43351904 7074:833b0f92429a
941 "Native memory tracking options") \ 941 "Native memory tracking options") \
942 \ 942 \
943 diagnostic(bool, PrintNMTStatistics, false, \ 943 diagnostic(bool, PrintNMTStatistics, false, \
944 "Print native memory tracking summary data if it is on") \ 944 "Print native memory tracking summary data if it is on") \
945 \ 945 \
946 diagnostic(bool, AutoShutdownNMT, true, \
947 "Automatically shutdown native memory tracking under stress " \
948 "situations. When set to false, native memory tracking tries to " \
949 "stay alive at the expense of JVM performance") \
950 \
951 diagnostic(bool, LogCompilation, false, \ 946 diagnostic(bool, LogCompilation, false, \
952 "Log compilation activity in detail to LogFile") \ 947 "Log compilation activity in detail to LogFile") \
953 \ 948 \
954 product(bool, PrintCompilation, false, \ 949 product(bool, PrintCompilation, false, \
955 "Print compilations") \ 950 "Print compilations") \

mercurial