< prev index next >

test/compiler/intrinsics/bmi/TestBlsrI.java

Print this page

        

*** 25,39 **** /** * @test * @bug 8031321 * @summary Verify that results of computations are the same w/ * and w/o usage of BLSR instruction ! * @library /testlibrary /test/lib / * @modules java.base/jdk.internal.misc * java.management * ! * @build compiler.intrinsics.bmi.TestBlsrI * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI * compiler.intrinsics.bmi.TestBlsrI --- 25,39 ---- /** * @test * @bug 8031321 * @summary Verify that results of computations are the same w/ * and w/o usage of BLSR instruction ! * @library /test/lib / * @modules java.base/jdk.internal.misc * java.management * ! * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI * compiler.intrinsics.bmi.TestBlsrI
< prev index next >