< prev index next >

test/compiler/intrinsics/bmi/verifycode/BlsrTestI.java

Print this page

        

*** 22,41 **** */ /* * @test * @bug 8031321 ! * @library /testlibrary /test/lib / .. * @modules java.base/jdk.internal.misc * java.management ! * @build BlsrTestI * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -Xbatch -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI ! * -XX:+IgnoreUnrecognizedVMOptions -XX:+UseBMI1Instructions BlsrTestI */ import java.lang.reflect.Method; public class BlsrTestI extends BmiIntrinsicBase.BmiTestCase { protected BlsrTestI(Method method) { --- 22,47 ---- */ /* * @test * @bug 8031321 ! * @library /testlibrary /test/lib / * @modules java.base/jdk.internal.misc * java.management ! * ! * @build compiler.intrinsics.bmi.verifycode.BlsrTestI * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -Xbatch -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI ! * -XX:+IgnoreUnrecognizedVMOptions -XX:+UseBMI1Instructions ! * compiler.intrinsics.bmi.verifycode.BlsrTestI */ + package compiler.intrinsics.bmi.verifycode; + + import compiler.intrinsics.bmi.TestBlsrI; + import java.lang.reflect.Method; public class BlsrTestI extends BmiIntrinsicBase.BmiTestCase { protected BlsrTestI(Method method) {
< prev index next >