Merge
authorcoleenp
Tue, 25 Aug 2015 19:06:55 +0200
changeset 32586 6ea0bf4c4e28
parent 32584 2e0377d76c5a (current diff)
parent 32585 cffadc776803 (diff)
child 32588 f41486a59ab0
Merge
--- a/hotspot/test/compiler/arguments/CheckCICompilerCount.java	Tue Aug 25 17:30:14 2015 +0200
+++ b/hotspot/test/compiler/arguments/CheckCICompilerCount.java	Tue Aug 25 19:06:55 2015 +0200
@@ -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'"
         },
         {