mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-21 12:20:29 +00:00
8379620: G1: Typing error in jvmFlagConstraintsG1.cpp
Reviewed-by: iwalulya
This commit is contained in:
parent
ca643010a2
commit
787ff6787e
@ -70,7 +70,7 @@ JVMFlag::Error G1RemSetHowlMaxNumBucketsConstraintFunc(uint value, bool verbose)
|
||||
}
|
||||
if (!is_power_of_2(G1RemSetHowlMaxNumBuckets)) {
|
||||
JVMFlag::printError(verbose,
|
||||
"G1RemSetMaxHowlNumBuckets (%u) must be a power of two.\n",
|
||||
"G1RemSetHowlMaxNumBuckets (%u) must be a power of two.\n",
|
||||
value);
|
||||
return JVMFlag::VIOLATES_CONSTRAINT;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user