changeset 9706:3dfd8c6b3f6c

8134239: compiler/arguments/CheckCICompilerCount.java still fails Summary: Compiler team updated the test by adding a new test case, but due to merging timing it was still using the old constraint error message format, which needed updating Reviewed-by: ctornqvi, hseigel
author gziemski
date Mon, 24 Aug 2015 16:17:15 -0500
parents bdd657221274
children c7817bc5bb15
files test/compiler/arguments/CheckCICompilerCount.java
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/test/compiler/arguments/CheckCICompilerCount.java	Mon Aug 24 16:32:50 2015 +0200
+++ b/test/compiler/arguments/CheckCICompilerCount.java	Mon Aug 24 16:17:15 2015 -0500
@@ -75,7 +75,7 @@
             "intx CICompilerCount                          := 1                                   {product}"
         },
         {
-            "CICompilerCount=0 must be at least 1",
+            "CICompilerCount (0) must be at least 1",
             "Improperly specified VM option 'CICompilerCount=0'"
         },
         {
@@ -130,7 +130,7 @@
             "intx CICompilerCount                          := 2                                   {product}"
         },
         {
-            "CICompilerCount=1 must be at least 2",
+            "CICompilerCount (1) must be at least 2",
             "Improperly specified VM option 'CICompilerCount=1'"
         },
         {