test/compiler/tiered/NonTieredLevelsTest.java

changeset 9703
2fdf635bcf28
parent 6876
710a3c8b516e
parent 9689
89dcef434423
child 10015
eb7ce841ccec
equal deleted inserted replaced
9647:42d198677884 9703:2fdf635bcf28
52 throw new RuntimeException("Unknown VM: " + vmName); 52 throw new RuntimeException("Unknown VM: " + vmName);
53 } 53 }
54 54
55 } 55 }
56 public static void main(String[] args) throws Exception { 56 public static void main(String[] args) throws Exception {
57 if (TIERED_COMPILATION) { 57 if (CompilerWhiteBoxTest.skipOnTieredCompilation(true)) {
58 System.err.println("Test isn't applicable w/ enabled "
59 + "TieredCompilation. Skip test.");
60 return; 58 return;
61 } 59 }
62 CompilerWhiteBoxTest.main(NonTieredLevelsTest::new, args); 60 CompilerWhiteBoxTest.main(NonTieredLevelsTest::new, args);
63 } 61 }
64 62

mercurial