--- old/test/compiler/intrinsics/bmi/TestTzcntI.java 2014-09-13 21:20:33.051892147 +0400 +++ new/test/compiler/intrinsics/bmi/TestTzcntI.java 2014-09-13 21:20:32.979892150 +0400 @@ -41,12 +41,11 @@ public static void main(String args[]) throws Throwable { if (!CPUInfo.hasFeature("bmi1")) { - System.out.println("CPU does not support bmi1 feature. " + - "Test skipped."); - return; + System.out.println("INFO: CPU does not support bmi1 feature."); } BMITestRunner.runTests(TzcntIExpr.class, args, + "-XX:+IgnoreUnrecognizedVMOptions", "-XX:+UseCountTrailingZerosInstruction"); }