hotspot/test/compiler/arguments/TestUseCountTrailingZerosInstructionOnSupportedCPU.java
changeset 28190 5a6b07edeb21
parent 25958 8dc85547d6d6
child 28200 38d3bf236c31
equal deleted inserted replaced
28187:fc19df82d6ee 28190:5a6b07edeb21
    24 /**
    24 /**
    25  * @test
    25  * @test
    26  * @bug 8031321
    26  * @bug 8031321
    27  * @summary Verify processing of UseCountTrailingZerosInstruction option
    27  * @summary Verify processing of UseCountTrailingZerosInstruction option
    28  *          on CPU with TZCNT (BMI1 feature) support.
    28  *          on CPU with TZCNT (BMI1 feature) support.
    29  * @library /testlibrary /testlibrary/whitebox
    29  * @library /testlibrary /../../test/lib
    30  * @build TestUseCountTrailingZerosInstructionOnSupportedCPU
    30  * @build TestUseCountTrailingZerosInstructionOnSupportedCPU
    31  *        BMISupportedCPUTest
    31  *        BMISupportedCPUTest
    32  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    32  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    33  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    33  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    34  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    34  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions