test/compiler/arguments/CheckCICompilerCount.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/test/compiler/arguments/CheckCICompilerCount.java	Sat Aug 15 09:35:30 2015
--- new/test/compiler/arguments/CheckCICompilerCount.java	Sat Aug 15 09:35:30 2015

*** 49,59 **** --- 49,59 ---- } }; private static final String[][] NON_TIERED_EXPECTED_OUTPUTS = { { ! "CICompilerCount=0 must be at least 1", ! "CICompilerCount (0) must be at least 1", "Improperly specified VM option 'CICompilerCount=0'" }, { "intx CICompilerCount := 1 {product}" }
*** 79,89 **** --- 79,89 ---- } }; private static final String[][] TIERED_EXPECTED_OUTPUTS = { { ! "CICompilerCount=1 must be at least 2", ! "CICompilerCount (1) must be at least 2", "Improperly specified VM option 'CICompilerCount=1'" }, { "intx CICompilerCount := 2 {product}" }

test/compiler/arguments/CheckCICompilerCount.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File