mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 12:04:39 +02:00
8024632: Description of InitialSurvivorRatio flag in globals.hpp is incorrect
Reviewed-by: brutisso, tschatzl, kmo, tamao
This commit is contained in:
parent
908dd54639
commit
b6426924cf
1 changed files with 1 additions and 1 deletions
|
@ -2175,7 +2175,7 @@ class CommandLineFlags {
|
||||||
"Minimum ratio of young generation/survivor space size") \
|
"Minimum ratio of young generation/survivor space size") \
|
||||||
\
|
\
|
||||||
product(uintx, InitialSurvivorRatio, 8, \
|
product(uintx, InitialSurvivorRatio, 8, \
|
||||||
"Initial ratio of eden/survivor space size") \
|
"Initial ratio of young generation/survivor space size") \
|
||||||
\
|
\
|
||||||
product(uintx, BaseFootPrintEstimate, 256*M, \
|
product(uintx, BaseFootPrintEstimate, 256*M, \
|
||||||
"Estimate of footprint other than Java Heap") \
|
"Estimate of footprint other than Java Heap") \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue