-
Bug
-
Resolution: Duplicate
-
P4
-
9
The tests checks if bmi instructions are supported.
If they aren't it runs the test anyway and gets unexpected output.
if (!CPUInfo.hasFeature("bmi1")) {
System.out.println("INFO: CPU does not support bmi1 feature.");
}
----------System.out:(5/2165)----------
INFO: CPU does not support bmi1 feature.
stderr: [Java HotSpot(TM) Server VM warning: BMI1 instructions are not available on this CPU (AVX is also required)
CompileCommand: compileonly TestAndnI$AndnIExpr.*
]
exitValue = 137
If they aren't it runs the test anyway and gets unexpected output.
if (!CPUInfo.hasFeature("bmi1")) {
System.out.println("INFO: CPU does not support bmi1 feature.");
}
----------System.out:(5/2165)----------
INFO: CPU does not support bmi1 feature.
stderr: [Java HotSpot(TM) Server VM warning: BMI1 instructions are not available on this CPU (AVX is also required)
CompileCommand: compileonly TestAndnI$AndnIExpr.*
]
exitValue = 137
- relates to
-
JDK-8168273 Test failure: Server VM warning: BMI1 instructions are not available on this CPU
-
- Closed
-