hotspot/test/compiler/rtm/cli/TestRTMAbortRatioOptionOnUnsupportedConfig.java
changeset 28190 5a6b07edeb21
parent 25958 8dc85547d6d6
child 29678 dd2f3932c21e
equal deleted inserted replaced
28187:fc19df82d6ee 28190:5a6b07edeb21
    25 /**
    25 /**
    26  * @test
    26  * @test
    27  * @bug 8031320
    27  * @bug 8031320
    28  * @summary Verify RTMAbortRatio option processing on CPU without rtm
    28  * @summary Verify RTMAbortRatio option processing on CPU without rtm
    29  *          support or on VM that does not support rtm locking.
    29  *          support or on VM that does not support rtm locking.
    30  * @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
    30  * @library /testlibrary /../../test/lib /compiler/testlibrary
    31  * @build TestRTMAbortRatioOptionOnUnsupportedConfig
    31  * @build TestRTMAbortRatioOptionOnUnsupportedConfig
    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
    35  *                   -XX:+WhiteBoxAPI TestRTMAbortRatioOptionOnUnsupportedConfig
    35  *                   -XX:+WhiteBoxAPI TestRTMAbortRatioOptionOnUnsupportedConfig