--- a/hotspot/test/compiler/intrinsics/bmi/TestTzcntI.java Fri Oct 24 10:28:19 2014 -0700
+++ b/hotspot/test/compiler/intrinsics/bmi/TestTzcntI.java Sat Oct 25 19:06:23 2014 +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");
}