diff -r 0021ff5b03ce -r 8c6c124a108b hotspot/test/compiler/tiered/NonTieredLevelsTest.java --- a/hotspot/test/compiler/tiered/NonTieredLevelsTest.java Fri Dec 12 08:40:19 2014 -0800 +++ b/hotspot/test/compiler/tiered/NonTieredLevelsTest.java Sat Dec 13 01:24:07 2014 +0300 @@ -55,9 +55,7 @@ } public static void main(String[] args) throws Exception { - if (TIERED_COMPILATION) { - System.err.println("Test isn't applicable w/ enabled " - + "TieredCompilation. Skip test."); + if (CompilerWhiteBoxTest.skipOnTieredCompilation(true)) { return; } CompilerWhiteBoxTest.main(NonTieredLevelsTest::new, args);