comparison src/share/vm/runtime/globals.hpp @ 8810:06db4c0afbf3

8009298: NMT: Special version of class loading/unloading with runThese stresses out NMT 8009777: NMT: add new NMT dcmd to control auto shutdown option Summary: Added diagnostic VM option and DCmd command to allow NMT stay alive under stress situation Reviewed-by: dcubed, coleenp
author zgu
date Wed, 20 Mar 2013 09:42:48 -0400
parents eca90b8a06eb
children 0ac03fef364f
comparison
equal deleted inserted replaced
8803:a649f6511c04 8810: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") \