test/hotspot/jtreg/runtime/Shutdown/ShutdownTest.java
changeset 54676 5b6177741464
parent 54663 f03d5a093093
equal deleted inserted replaced
54675:4a4bf48f76a4 54676:5b6177741464
    76     }
    76     }
    77 
    77 
    78     public static void main(String[] args) throws Throwable {
    78     public static void main(String[] args) throws Throwable {
    79         List<String> options = new ArrayList<>();
    79         List<String> options = new ArrayList<>();
    80 
    80 
       
    81         // To reproduce original bug you may need this option: "-Xmx2500k",
    81         Collections.addAll(options,
    82         Collections.addAll(options,
    82                 "-Xmx2500k",
       
    83                 "-XX:+UnlockDiagnosticVMOptions",
    83                 "-XX:+UnlockDiagnosticVMOptions",
    84                 "-XX:+VerifyBeforeExit");
    84                 "-XX:+VerifyBeforeExit");
    85         options.add(ShutdownTestThread.class.getName());
    85         options.add(ShutdownTestThread.class.getName());
    86 
    86 
    87         for (int iteration = 0; iteration < 5; ++iteration) {
    87         for (int iteration = 0; iteration < 5; ++iteration) {