< prev index next >

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

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke

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