--- 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");
}