--- old/test/compiler/arguments/CheckCICompilerCount.java 2015-08-15 09:35:30.000000000 -0500 +++ new/test/compiler/arguments/CheckCICompilerCount.java 2015-08-15 09:35:30.000000000 -0500 @@ -51,7 +51,7 @@ 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'" }, { @@ -81,7 +81,7 @@ 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'" }, {