< prev index next >

test/compiler/arguments/TestUseBMI1InstructionsOnUnsupportedCPU.java

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke

*** 24,47 **** /** * @test * @bug 8031321 * @summary Verify processing of UseBMI1Instructions option on CPU without * BMI1 feature support. ! * @library /testlibrary /test/lib * @modules java.base/jdk.internal.misc * java.management * @build TestUseBMI1InstructionsOnUnsupportedCPU * BMIUnsupportedCPUTest ! * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions ! * -XX:+WhiteBoxAPI TestUseBMI1InstructionsOnUnsupportedCPU */ ! import sun.hotspot.cpuinfo.CPUInfo; ! import jdk.test.lib.*; ! import jdk.test.lib.cli.*; public class TestUseBMI1InstructionsOnUnsupportedCPU extends BMIUnsupportedCPUTest { public TestUseBMI1InstructionsOnUnsupportedCPU() { --- 24,46 ---- /** * @test * @bug 8031321 * @summary Verify processing of UseBMI1Instructions option on CPU without * BMI1 feature support. ! * @library /testlibrary /test/lib / * @modules java.base/jdk.internal.misc * java.management * @build TestUseBMI1InstructionsOnUnsupportedCPU * BMIUnsupportedCPUTest ! * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions ! * -XX:+WhiteBoxAPI ! * compiler.arguments.TestUseBMI1InstructionsOnUnsupportedCPU */ ! package compiler.arguments; public class TestUseBMI1InstructionsOnUnsupportedCPU extends BMIUnsupportedCPUTest { public TestUseBMI1InstructionsOnUnsupportedCPU() {
< prev index next >