test/compiler/intrinsics/bmi/TestBlsrL.java

Print this page
rev 6415 : [mq]: 8011397.WhiteBoxPermission

*** 27,38 **** * @bug 8031321 * @summary Verify that results of computations are the same w/ * and w/o usage of BLSR instruction * @library /testlibrary /testlibrary/whitebox * @build TestBlsrL BMITestRunner Expr ! * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI TestBlsrL */ import sun.hotspot.cpuinfo.CPUInfo; --- 27,37 ---- * @bug 8031321 * @summary Verify that results of computations are the same w/ * and w/o usage of BLSR instruction * @library /testlibrary /testlibrary/whitebox * @build TestBlsrL BMITestRunner Expr ! * @run main/othervm/bootclasspath -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI TestBlsrL */ import sun.hotspot.cpuinfo.CPUInfo;