< prev index next >

test/compiler/rtm/cli/TestRTMRetryCountOption.java

Print this page

        

*** 25,35 **** /** * @test * @bug 8031320 * @summary Verify processing of RTMRetryCount option. * @library /testlibrary ! * @build TestRTMRetryCountOption * @run main/othervm TestRTMRetryCountOption */ public class TestRTMRetryCountOption extends RTMGenericCommandLineOptionTest { private static final String DEFAULT_VALUE = "5"; --- 25,35 ---- /** * @test * @bug 8031320 * @summary Verify processing of RTMRetryCount option. * @library /testlibrary ! * @build com.oracle.java.testlibrary.* TestRTMRetryCountOption * @run main/othervm TestRTMRetryCountOption */ public class TestRTMRetryCountOption extends RTMGenericCommandLineOptionTest { private static final String DEFAULT_VALUE = "5";
< prev index next >