hotspot/test/compiler/tiered/NonTieredLevelsTest.java
changeset 28194 8c6c124a108b
parent 28190 5a6b07edeb21
child 29678 dd2f3932c21e
equal deleted inserted replaced
28193:0021ff5b03ce 28194:8c6c124a108b
    53             throw new RuntimeException("Unknown VM: " + vmName);
    53             throw new RuntimeException("Unknown VM: " + vmName);
    54         }
    54         }
    55 
    55 
    56     }
    56     }
    57     public static void main(String[] args) throws Exception {
    57     public static void main(String[] args) throws Exception {
    58         if (TIERED_COMPILATION) {
    58         if (CompilerWhiteBoxTest.skipOnTieredCompilation(true)) {
    59             System.err.println("Test isn't applicable w/ enabled "
       
    60                     + "TieredCompilation. Skip test.");
       
    61             return;
    59             return;
    62         }
    60         }
    63         CompilerWhiteBoxTest.main(NonTieredLevelsTest::new, args);
    61         CompilerWhiteBoxTest.main(NonTieredLevelsTest::new, args);
    64     }
    62     }
    65 
    63