test/compiler/tiered/NonTieredLevelsTest.java

changeset 9689
89dcef434423
parent 6353
d559dbbded7a
child 9703
2fdf635bcf28
child 9968
9a8c9d2291bb
equal deleted inserted replaced
9688:54e5e3c816d4 9689:89dcef434423
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