hotspot/test/compiler/intrinsics/bmi/TestLzcntI.java
changeset 27425 8689c0c3824a
parent 25958 8dc85547d6d6
child 28190 5a6b07edeb21
--- a/hotspot/test/compiler/intrinsics/bmi/TestLzcntI.java	Fri Oct 24 10:28:19 2014 -0700
+++ b/hotspot/test/compiler/intrinsics/bmi/TestLzcntI.java	Sat Oct 25 19:06:23 2014 +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");
     }