changeset 5503:bfd52054aeb8

8024632: Description of InitialSurvivorRatio flag in globals.hpp is incorrect Reviewed-by: brutisso, tschatzl, kmo, tamao
author pliden
date Tue, 15 Oct 2013 11:42:50 +0200
parents 6f1919cfd18c
children 041c5da41ac4
files src/share/vm/runtime/globals.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Tue Oct 15 11:38:47 2013 +0200
+++ b/src/share/vm/runtime/globals.hpp	Tue Oct 15 11:42:50 2013 +0200
@@ -2175,7 +2175,7 @@
           "Minimum ratio of young generation/survivor space size")          \
                                                                             \
   product(uintx, InitialSurvivorRatio, 8,                                   \
-          "Initial ratio of eden/survivor space size")                      \
+          "Initial ratio of young generation/survivor space size")          \
                                                                             \
   product(uintx, BaseFootPrintEstimate, 256*M,                              \
           "Estimate of footprint other than Java Heap")                     \