hotspot/test/compiler/rtm/cli/TestRTMTotalCountIncrRateOptionOnSupportedConfig.java
changeset 40059 c2304140ed64
parent 39438 206a712f8f16
child 40631 ed82623d7831
equal deleted inserted replaced
40058:b4441f6cfe79 40059:c2304140ed64
    28  * @summary Verify RTMTotalCountIncrRate option processing on CPU with
    28  * @summary Verify RTMTotalCountIncrRate option processing on CPU with
    29  *          rtm support and on VM with rtm locking support.
    29  *          rtm 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 TestRTMTotalCountIncrRateOptionOnSupportedConfig
    33  *
       
    34  * @build compiler.rtm.cli.TestRTMTotalCountIncrRateOptionOnSupportedConfig
    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
    38  *                   -XX:+WhiteBoxAPI
    38  *                   TestRTMTotalCountIncrRateOptionOnSupportedConfig
    39  *                   compiler.rtm.cli.TestRTMTotalCountIncrRateOptionOnSupportedConfig
    39  */
    40  */
       
    41 
       
    42 package compiler.rtm.cli;
    40 
    43 
    41 public class TestRTMTotalCountIncrRateOptionOnSupportedConfig
    44 public class TestRTMTotalCountIncrRateOptionOnSupportedConfig
    42         extends RTMLockingAwareTest {
    45         extends RTMLockingAwareTest {
    43     private static final String DEFAULT_VALUE = "64";
    46     private static final String DEFAULT_VALUE = "64";
    44 
    47