--- old/test/compiler/intrinsics/bmi/TestAndnI.java 2014-09-13 21:20:28.899892332 +0400 +++ new/test/compiler/intrinsics/bmi/TestAndnI.java 2014-09-13 21:20:28.823892336 +0400 @@ -41,14 +41,14 @@ 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(AndnIExpr.class, args, + "-XX:+IgnoreUnrecognizedVMOptions", "-XX:+UseBMI1Instructions"); BMITestRunner.runTests(AndnICommutativeExpr.class, args, + "-XX:+IgnoreUnrecognizedVMOptions", "-XX:+UseBMI1Instructions"); } --- old/test/compiler/intrinsics/bmi/TestAndnL.java 2014-09-13 21:20:29.315892314 +0400 +++ new/test/compiler/intrinsics/bmi/TestAndnL.java 2014-09-13 21:20:29.243892317 +0400 @@ -41,14 +41,14 @@ 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(AndnLExpr.class, args, + "-XX:+IgnoreUnrecognizedVMOptions", "-XX:+UseBMI1Instructions"); BMITestRunner.runTests(AndnLCommutativeExpr.class, args, + "-XX:+IgnoreUnrecognizedVMOptions", "-XX:+UseBMI1Instructions"); } --- old/test/compiler/intrinsics/bmi/TestBlsiI.java 2014-09-13 21:20:29.727892295 +0400 +++ new/test/compiler/intrinsics/bmi/TestBlsiI.java 2014-09-13 21:20:29.655892299 +0400 @@ -41,14 +41,14 @@ 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(BlsiIExpr.class, args, + "-XX:+IgnoreUnrecognizedVMOptions", "-XX:+UseBMI1Instructions"); BMITestRunner.runTests(BlsiICommutativeExpr.class, args, + "-XX:+IgnoreUnrecognizedVMOptions", "-XX:+UseBMI1Instructions"); } --- old/test/compiler/intrinsics/bmi/TestBlsiL.java 2014-09-13 21:20:30.139892277 +0400 +++ new/test/compiler/intrinsics/bmi/TestBlsiL.java 2014-09-13 21:20:30.067892280 +0400 @@ -41,14 +41,14 @@ 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(BlsiLExpr.class, args, + "-XX:+IgnoreUnrecognizedVMOptions", "-XX:+UseBMI1Instructions"); BMITestRunner.runTests(BlsiLCommutativeExpr.class, args, + "-XX:+IgnoreUnrecognizedVMOptions", "-XX:+UseBMI1Instructions"); } --- old/test/compiler/intrinsics/bmi/TestBlsmskI.java 2014-09-13 21:20:30.551892259 +0400 +++ new/test/compiler/intrinsics/bmi/TestBlsmskI.java 2014-09-13 21:20:30.483892262 +0400 @@ -41,14 +41,14 @@ 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(BlsmskIExpr.class, args, + "-XX:+IgnoreUnrecognizedVMOptions", "-XX:+UseBMI1Instructions"); BMITestRunner.runTests(BlsmskICommutativeExpr.class, args, + "-XX:+IgnoreUnrecognizedVMOptions", "-XX:+UseBMI1Instructions"); } --- old/test/compiler/intrinsics/bmi/TestBlsmskL.java 2014-09-13 21:20:30.963892240 +0400 +++ new/test/compiler/intrinsics/bmi/TestBlsmskL.java 2014-09-13 21:20:30.895892243 +0400 @@ -41,14 +41,14 @@ 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(BlsmskLExpr.class, args, + "-XX:+IgnoreUnrecognizedVMOptions", "-XX:+UseBMI1Instructions"); BMITestRunner.runTests(BlsmskLCommutativeExpr.class, args, + "-XX:+IgnoreUnrecognizedVMOptions", "-XX:+UseBMI1Instructions"); } --- old/test/compiler/intrinsics/bmi/TestBlsrI.java 2014-09-13 21:20:31.391892221 +0400 +++ new/test/compiler/intrinsics/bmi/TestBlsrI.java 2014-09-13 21:20:31.315892225 +0400 @@ -41,14 +41,14 @@ 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(BlsrIExpr.class, args, + "-XX:+IgnoreUnrecognizedVMOptions", "-XX:+UseBMI1Instructions"); BMITestRunner.runTests(BlsrICommutativeExpr.class, args, + "-XX:+IgnoreUnrecognizedVMOptions", "-XX:+UseBMI1Instructions"); } --- old/test/compiler/intrinsics/bmi/TestBlsrL.java 2014-09-13 21:20:31.795892203 +0400 +++ new/test/compiler/intrinsics/bmi/TestBlsrL.java 2014-09-13 21:20:31.727892206 +0400 @@ -41,14 +41,14 @@ 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(BlsrLExpr.class, args, + "-XX:+IgnoreUnrecognizedVMOptions", "-XX:+UseBMI1Instructions"); BMITestRunner.runTests(BlsrLCommutativeExpr.class, args, + "-XX:+IgnoreUnrecognizedVMOptions", "-XX:+UseBMI1Instructions"); } --- old/test/compiler/intrinsics/bmi/TestLzcntI.java 2014-09-13 21:20:32.215892184 +0400 +++ new/test/compiler/intrinsics/bmi/TestLzcntI.java 2014-09-13 21:20:32.143892188 +0400 @@ -41,12 +41,11 @@ public static void main(String args[]) throws Throwable { if (!CPUInfo.hasFeature("lzcnt")) { - System.out.println("CPU does not support lzcnt feature. " + - "Test skipped."); - return; + System.out.println("INFO: CPU does not support lzcnt feature."); } BMITestRunner.runTests(LzcntIExpr.class, args, + "-XX:+IgnoreUnrecognizedVMOptions", "-XX:+UseCountLeadingZerosInstruction"); } --- old/test/compiler/intrinsics/bmi/TestLzcntL.java 2014-09-13 21:20:32.635892166 +0400 +++ new/test/compiler/intrinsics/bmi/TestLzcntL.java 2014-09-13 21:20:32.563892169 +0400 @@ -41,12 +41,11 @@ public static void main(String args[]) throws Throwable { if (!CPUInfo.hasFeature("lzcnt")) { - System.out.println("CPU does not support lzcnt feature. " + - "Test skipped."); - return; + System.out.println("INFO: CPU does not support lzcnt feature."); } BMITestRunner.runTests(LzcntLExpr.class, args, + "-XX:+IgnoreUnrecognizedVMOptions", "-XX:+UseCountLeadingZerosInstruction"); } --- 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"); } --- old/test/compiler/intrinsics/bmi/TestTzcntL.java 2014-09-13 21:20:33.455892129 +0400 +++ new/test/compiler/intrinsics/bmi/TestTzcntL.java 2014-09-13 21:20:33.383892132 +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(TzcntLExpr.class, args, + "-XX:+IgnoreUnrecognizedVMOptions", "-XX:+UseCountTrailingZerosInstruction"); }