--- old/test/compiler/rtm/cli/TestRTMLockingThresholdOption.java 2017-05-26 16:34:13.326927777 -0700 +++ new/test/compiler/rtm/cli/TestRTMLockingThresholdOption.java 2017-05-26 16:34:13.194927784 -0700 @@ -39,11 +39,11 @@ private static final String DEFAULT_VALUE = "10000"; private TestRTMLockingThresholdOption() { - super(Boolean.TRUE::booleanValue, "RTMLockingThreshold", false, true, + super("RTMLockingThreshold", false, true, TestRTMLockingThresholdOption.DEFAULT_VALUE); } public static void main(String args[]) throws Throwable { - new TestRTMLockingThresholdOption().test(); + new TestRTMLockingThresholdOption().runTestCases(); } }