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") \ |