hotspot/test/compiler/arguments/TestUseBMI1InstructionsOnUnsupportedCPU.java
changeset 33730 30e064828045
parent 30604 b8d532cb6420
child 36851 03e2f4d0a421
equal deleted inserted replaced
33729:b1e0ae955f02 33730:30e064828045
    24 /**
    24 /**
    25  * @test
    25  * @test
    26  * @bug 8031321
    26  * @bug 8031321
    27  * @summary Verify processing of UseBMI1Instructions option on CPU without
    27  * @summary Verify processing of UseBMI1Instructions option on CPU without
    28  *          BMI1 feature support.
    28  *          BMI1 feature support.
    29  * @library /testlibrary /../../test/lib
    29  * @library /testlibrary /test/lib
    30  * @modules java.base/sun.misc
    30  * @modules java.base/sun.misc
    31  *          java.management
    31  *          java.management
    32  * @build TestUseBMI1InstructionsOnUnsupportedCPU
    32  * @build TestUseBMI1InstructionsOnUnsupportedCPU
    33  *        BMIUnsupportedCPUTest
    33  *        BMIUnsupportedCPUTest
    34  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    34  * @run main ClassFileInstaller sun.hotspot.WhiteBox