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

test/compiler/arguments/TestUseCountTrailingZerosInstructionOnSupportedCPU.java

Print this page

        

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