test/compiler/arguments/TestUseBMI1InstructionsOnSupportedCPU.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff test/compiler/arguments/TestUseBMI1InstructionsOnSupportedCPU.java

test/compiler/arguments/TestUseBMI1InstructionsOnSupportedCPU.java

Print this page

        

*** 24,43 **** /** * @test * @bug 8031321 * @summary Verify processing of UseBMI1Instructions option on CPU with * BMI1 feature support. ! * @library /testlibrary /testlibrary/whitebox * @build TestUseBMI1InstructionsOnSupportedCPU * BMISupportedCPUTest ! * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI TestUseBMI1InstructionsOnSupportedCPU */ ! import sun.hotspot.cpuinfo.CPUInfo; import com.oracle.java.testlibrary.*; public class TestUseBMI1InstructionsOnSupportedCPU extends BMISupportedCPUTest { --- 24,43 ---- /** * @test * @bug 8031321 * @summary Verify processing of UseBMI1Instructions option on CPU with * BMI1 feature support. ! * @library /testlibrary /../../test/lib * @build TestUseBMI1InstructionsOnSupportedCPU * BMISupportedCPUTest ! * @run main ClassFileInstaller jdk.testlib.WhiteBox ! * jdk.testlib.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI TestUseBMI1InstructionsOnSupportedCPU */ ! import jdk.testlib.cpuinfo.CPUInfo; import com.oracle.java.testlibrary.*; public class TestUseBMI1InstructionsOnSupportedCPU extends BMISupportedCPUTest {
test/compiler/arguments/TestUseBMI1InstructionsOnSupportedCPU.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File