< prev index next >

test/compiler/arguments/TestUseCountTrailingZerosInstructionOnSupportedCPU.java

Print this page

        

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