# HG changeset patch # User iignatyev # Date 1440529526 -7200 # Node ID 09094287d06fa9cc9d80afe40eb5f78259a98adb # Parent a45fb54484ad86c5aaba976477f7d4fd53675ee4# Parent c7817bc5bb158e29f5f05ba0d560192c6b98f920 Merge diff -r a45fb54484ad -r 09094287d06f test/compiler/arguments/CheckCICompilerCount.java --- a/test/compiler/arguments/CheckCICompilerCount.java Fri Aug 07 17:58:01 2015 +0300 +++ b/test/compiler/arguments/CheckCICompilerCount.java Tue Aug 25 21:05:26 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'" }, {