test/compiler/arguments/TestUseBMI1InstructionsOnUnsupportedCPU.java

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

*** 27,38 **** * @summary Verify processing of UseBMI1Instructions option on CPU without * BMI1 feature support. * @library /testlibrary /testlibrary/whitebox * @build TestUseBMI1InstructionsOnUnsupportedCPU * BMIUnsupportedCPUTest ! * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI TestUseBMI1InstructionsOnUnsupportedCPU */ import sun.hotspot.cpuinfo.CPUInfo; import com.oracle.java.testlibrary.*; --- 27,37 ---- * @summary Verify processing of UseBMI1Instructions option on CPU without * BMI1 feature support. * @library /testlibrary /testlibrary/whitebox * @build TestUseBMI1InstructionsOnUnsupportedCPU * BMIUnsupportedCPUTest ! * @run main/othervm/bootclasspath -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI TestUseBMI1InstructionsOnUnsupportedCPU */ import sun.hotspot.cpuinfo.CPUInfo; import com.oracle.java.testlibrary.*;