< prev index next >

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