test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java
changeset 49483 d374b1634589
parent 49185 5d1b75086f98
child 50040 a7d4b4d78c37
equal deleted inserted replaced
49482:45675142a18a 49483:d374b1634589
    49         {"CompilerThreadHintNoPreempt", "true"},
    49         {"CompilerThreadHintNoPreempt", "true"},
    50         {"VMThreadHintNoPreempt",       "false"},
    50         {"VMThreadHintNoPreempt",       "false"},
    51         {"PrintSafepointStatistics",    "false"},
    51         {"PrintSafepointStatistics",    "false"},
    52         {"PrintSafepointStatisticsCount", "3"},
    52         {"PrintSafepointStatisticsCount", "3"},
    53         {"PrintSafepointStatisticsTimeout", "3"},
    53         {"PrintSafepointStatisticsTimeout", "3"},
       
    54         {"AggressiveOpts", "true"},
    54 
    55 
    55         // deprecated alias flags (see also aliased_jvm_flags):
    56         // deprecated alias flags (see also aliased_jvm_flags):
    56         {"DefaultMaxRAMFraction", "4"},
    57         {"DefaultMaxRAMFraction", "4"},
    57         {"CreateMinidumpOnCrash", "false"}
    58         {"CreateMinidumpOnCrash", "false"}
    58     };
    59     };