test/compiler/intrinsics/bmi/TestBlsrI.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff test/compiler/intrinsics/bmi/TestBlsrI.java

test/compiler/intrinsics/bmi/TestBlsrI.java

Print this page

        

*** 25,43 **** /** * @test * @bug 8031321 * @summary Verify that results of computations are the same w/ * and w/o usage of BLSR instruction ! * @library /testlibrary /testlibrary/whitebox * @build TestBlsrI BMITestRunner Expr ! * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI TestBlsrI */ ! import sun.hotspot.cpuinfo.CPUInfo; public class TestBlsrI { public static void main(String args[]) throws Throwable { if (!CPUInfo.hasFeature("bmi1")) { --- 25,43 ---- /** * @test * @bug 8031321 * @summary Verify that results of computations are the same w/ * and w/o usage of BLSR instruction ! * @library /testlibrary /../../test/lib * @build TestBlsrI BMITestRunner Expr ! * @run main ClassFileInstaller jdk.testlib.WhiteBox ! * jdk.testlib.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI TestBlsrI */ ! import jdk.testlib.cpuinfo.CPUInfo; public class TestBlsrI { public static void main(String args[]) throws Throwable { if (!CPUInfo.hasFeature("bmi1")) {
test/compiler/intrinsics/bmi/TestBlsrI.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File