< prev index next >
test/compiler/intrinsics/bmi/TestBlsiL.java
Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke
*** 25,44 ****
/**
* @test
* @bug 8031321
* @summary Verify that results of computations are the same w/
* and w/o usage of BLSI instruction
! * @library /testlibrary /test/lib
* @modules java.base/jdk.internal.misc
* java.management
! * @build TestBlsiL BMITestRunner Expr
! * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
! * -XX:+WhiteBoxAPI TestBlsiL
*/
import sun.hotspot.cpuinfo.CPUInfo;
public class TestBlsiL {
public static void main(String args[]) throws Throwable {
--- 25,48 ----
/**
* @test
* @bug 8031321
* @summary Verify that results of computations are the same w/
* and w/o usage of BLSI instruction
! * @library /testlibrary /test/lib /
* @modules java.base/jdk.internal.misc
* java.management
! *
! * @build compiler.intrinsics.bmi.TestBlsiL
! * @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
! * -XX:+WhiteBoxAPI
! * compiler.intrinsics.bmi.TestBlsiL
*/
+ package compiler.intrinsics.bmi;
+
import sun.hotspot.cpuinfo.CPUInfo;
public class TestBlsiL {
public static void main(String args[]) throws Throwable {
< prev index next >