< prev index next >

test/compiler/arguments/TestUseCountTrailingZerosInstructionOnUnsupportedCPU.java

Print this page

        

*** 37,48 **** * -XX:+WhiteBoxAPI * TestUseCountTrailingZerosInstructionOnUnsupportedCPU */ import sun.hotspot.cpuinfo.CPUInfo; ! import com.oracle.java.testlibrary.*; ! import com.oracle.java.testlibrary.cli.*; public class TestUseCountTrailingZerosInstructionOnUnsupportedCPU extends BMIUnsupportedCPUTest { private static final String ENABLE_BMI = "-XX:+UseBMI1Instructions"; --- 37,48 ---- * -XX:+WhiteBoxAPI * TestUseCountTrailingZerosInstructionOnUnsupportedCPU */ import sun.hotspot.cpuinfo.CPUInfo; ! import jdk.test.lib.*; ! import jdk.test.lib.cli.*; public class TestUseCountTrailingZerosInstructionOnUnsupportedCPU extends BMIUnsupportedCPUTest { private static final String ENABLE_BMI = "-XX:+UseBMI1Instructions";
< prev index next >