--- old/test/compiler/startup/NumCompilerThreadsCheck.java 2015-06-13 09:00:36.000000000 -0500 +++ new/test/compiler/startup/NumCompilerThreadsCheck.java 2015-06-13 09:00:36.000000000 -0500 @@ -37,7 +37,7 @@ ProcessBuilder pb = ProcessTools.createJavaProcessBuilder("-XX:CICompilerCount=-1"); OutputAnalyzer out = new OutputAnalyzer(pb.start()); - String expectedOutput = "CICompilerCount of -1 is invalid"; + String expectedOutput = "outside the allowed range"; out.shouldContain(expectedOutput); if (Platform.isZero()) {