hotspot/test/compiler/startup/NumCompilerThreadsCheck.java
changeset 31371 311143309e73
parent 30604 b8d532cb6420
child 36851 03e2f4d0a421
--- a/hotspot/test/compiler/startup/NumCompilerThreadsCheck.java	Wed Jun 17 21:44:48 2015 +0000
+++ b/hotspot/test/compiler/startup/NumCompilerThreadsCheck.java	Thu Jun 18 14:39:38 2015 -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()) {