< prev index next >

test/compiler/rtm/cli/TestRTMLockingThresholdOption.java

Print this page

        

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