< prev index next >

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