< prev index next >

test/compiler/rtm/cli/TestRTMTotalCountIncrRateOptionOnSupportedConfig.java

Print this page
rev 13277 : 8184800: Streamline RTM flag validity testing with generic flag testing support

@@ -48,11 +48,11 @@
         super("RTMTotalCountIncrRate", false, true,
                 TestRTMTotalCountIncrRateOptionOnSupportedConfig.DEFAULT_VALUE,
                 /* correct values */
                 new String[] { "1", "2", "128", "1024" },
                 /* incorrect values */
-                new String[] { "-1", "0", "3", "42" },
+                new String[] { "3", "5", "7", "42" },
                 RTMGenericCommandLineOptionTest.RTM_COUNT_INCR_WARNING);
     }
 
     public static void main(String args[]) throws Throwable {
         new TestRTMTotalCountIncrRateOptionOnSupportedConfig().runTestCases();
< prev index next >