8379620: G1: Typing error in jvmFlagConstraintsG1.cpp

Reviewed-by: iwalulya
This commit is contained in:
Thomas Schatzl 2026-04-17 07:56:31 +00:00
parent ca643010a2
commit 787ff6787e

View File

@ -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;
}