< prev index next >

test/compiler/rtm/cli/TestRTMSpinLoopCountOption.java

Print this page

        

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