8024632: Description of InitialSurvivorRatio flag in globals.hpp is incorrect

Tue, 15 Oct 2013 11:42:50 +0200

author
pliden
date
Tue, 15 Oct 2013 11:42:50 +0200
changeset 5938
bfd52054aeb8
parent 5937
6f1919cfd18c
child 5939
041c5da41ac4

8024632: Description of InitialSurvivorRatio flag in globals.hpp is incorrect
Reviewed-by: brutisso, tschatzl, kmo, tamao

src/share/vm/runtime/globals.hpp file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/vm/runtime/globals.hpp	Tue Oct 15 11:38:47 2013 +0200
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Tue Oct 15 11:42:50 2013 +0200
     1.3 @@ -2175,7 +2175,7 @@
     1.4            "Minimum ratio of young generation/survivor space size")          \
     1.5                                                                              \
     1.6    product(uintx, InitialSurvivorRatio, 8,                                   \
     1.7 -          "Initial ratio of eden/survivor space size")                      \
     1.8 +          "Initial ratio of young generation/survivor space size")          \
     1.9                                                                              \
    1.10    product(uintx, BaseFootPrintEstimate, 256*M,                              \
    1.11            "Estimate of footprint other than Java Heap")                     \

mercurial