mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-02 14:38:28 +00:00
Merge
This commit is contained in:
commit
110f1d1a32
@ -75,7 +75,7 @@ public class CheckCICompilerCount {
|
||||
"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 @@ public class CheckCICompilerCount {
|
||||
"intx CICompilerCount := 2 {product}"
|
||||
},
|
||||
{
|
||||
"CICompilerCount=1 must be at least 2",
|
||||
"CICompilerCount (1) must be at least 2",
|
||||
"Improperly specified VM option 'CICompilerCount=1'"
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user