< prev index next >

test/compiler/rtm/cli/TestRTMAbortThresholdOption.java

Print this page

        

*** 37,50 **** public class TestRTMAbortThresholdOption extends RTMGenericCommandLineOptionTest { private static final String DEFAULT_VALUE = "1000"; private TestRTMAbortThresholdOption() { ! super(Boolean.TRUE::booleanValue, "RTMAbortThreshold", false, true, TestRTMAbortThresholdOption.DEFAULT_VALUE, "0", "42", "100", "10000"); } public static void main(String args[]) throws Throwable { ! new TestRTMAbortThresholdOption().test(); } } --- 37,50 ---- public class TestRTMAbortThresholdOption extends RTMGenericCommandLineOptionTest { private static final String DEFAULT_VALUE = "1000"; private TestRTMAbortThresholdOption() { ! super("RTMAbortThreshold", false, true, TestRTMAbortThresholdOption.DEFAULT_VALUE, "0", "42", "100", "10000"); } public static void main(String args[]) throws Throwable { ! new TestRTMAbortThresholdOption().runTestCases(); } }
< prev index next >