test/compiler/startup/NumCompilerThreadsCheck.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/test/compiler/startup/NumCompilerThreadsCheck.java	Sat Jun 13 09:00:36 2015
--- new/test/compiler/startup/NumCompilerThreadsCheck.java	Sat Jun 13 09:00:36 2015

*** 35,45 **** --- 35,45 ---- public static void main(String[] args) throws Exception { 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()) { String expectedLowWaterMarkText = "must be at least 0"; out.shouldContain(expectedLowWaterMarkText);

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