hotspot/test/compiler/rtm/cli/TestRTMAbortRatioOptionOnSupportedConfig.java
changeset 40059 c2304140ed64
parent 39438 206a712f8f16
child 40631 ed82623d7831
equal deleted inserted replaced
40058:b4441f6cfe79 40059:c2304140ed64
    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 /test/lib /
    30  * @library /testlibrary /test/lib /
    31  * @modules java.base/jdk.internal.misc
    31  * @modules java.base/jdk.internal.misc
    32  *          java.management
    32  *          java.management
    33  * @build TestRTMAbortRatioOptionOnSupportedConfig
    33  *
       
    34  * @build compiler.rtm.cli.TestRTMAbortRatioOptionOnSupportedConfig
    34  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    35  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    35  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    36  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    36  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    37  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    37  *                   -XX:+WhiteBoxAPI TestRTMAbortRatioOptionOnSupportedConfig
    38  *                   -XX:+WhiteBoxAPI
       
    39  *                   compiler.rtm.cli.TestRTMAbortRatioOptionOnSupportedConfig
    38  */
    40  */
       
    41 
       
    42 package compiler.rtm.cli;
    39 
    43 
    40 public class TestRTMAbortRatioOptionOnSupportedConfig
    44 public class TestRTMAbortRatioOptionOnSupportedConfig
    41         extends RTMLockingAwareTest {
    45         extends RTMLockingAwareTest {
    42     private static final String DEFAULT_VALUE = "50";
    46     private static final String DEFAULT_VALUE = "50";
    43 
    47