< prev index next >

test/compiler/rtm/cli/TestRTMSpinLoopCountOption.java

Print this page

        

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