test/hotspot/jtreg/compiler/rtm/cli/TestRTMRetryCountOption.java
changeset 51753 763aa4d1d596
parent 47216 71c04702a3d5
equal deleted inserted replaced
51752:43323ced5e40 51753:763aa4d1d596
    26  * @bug 8031320
    26  * @bug 8031320
    27  * @summary Verify processing of RTMRetryCount option.
    27  * @summary Verify processing of RTMRetryCount option.
    28  * @library /test/lib /
    28  * @library /test/lib /
    29  * @modules java.base/jdk.internal.misc
    29  * @modules java.base/jdk.internal.misc
    30  *          java.management
    30  *          java.management
    31  *
    31  * @requires vm.rtm.compiler
    32  * @run main/othervm compiler.rtm.cli.TestRTMRetryCountOption
    32  * @run main/othervm compiler.rtm.cli.TestRTMRetryCountOption
    33  */
    33  */
    34 
    34 
    35 package compiler.rtm.cli;
    35 package compiler.rtm.cli;
    36 
    36