hotspot/test/compiler/rtm/cli/TestRTMAbortRatioOptionOnSupportedConfig.java
changeset 25958 8dc85547d6d6
parent 24007 40c951a7d36c
child 28190 5a6b07edeb21
equal deleted inserted replaced
25944:c8aa7a0bf7d0 25958:8dc85547d6d6
    28  * @summary Verify RTMAbortRatio option processing on CPU with rtm
    28  * @summary Verify RTMAbortRatio option processing on CPU with rtm
    29  *          support and on VM with rtm locking support.
    29  *          support and on VM with rtm locking support.
    30  * @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
    30  * @library /testlibrary /testlibrary/whitebox /compiler/testlibrary
    31  * @build TestRTMAbortRatioOptionOnSupportedConfig
    31  * @build TestRTMAbortRatioOptionOnSupportedConfig
    32  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    32  * @run main ClassFileInstaller sun.hotspot.WhiteBox
       
    33  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    33  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    34  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    34  *                   -XX:+WhiteBoxAPI TestRTMAbortRatioOptionOnSupportedConfig
    35  *                   -XX:+WhiteBoxAPI TestRTMAbortRatioOptionOnSupportedConfig
    35  */
    36  */
    36 
    37 
    37 public class TestRTMAbortRatioOptionOnSupportedConfig
    38 public class TestRTMAbortRatioOptionOnSupportedConfig