comparison src/share/vm/runtime/globals.hpp @ 12899: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 2382ff14d889
children 94c0343b1887
comparison
equal deleted inserted replaced
12898:6f1919cfd18c 12899:bfd52054aeb8
2173 \ 2173 \
2174 product(uintx, MinSurvivorRatio, 3, \ 2174 product(uintx, MinSurvivorRatio, 3, \
2175 "Minimum ratio of young generation/survivor space size") \ 2175 "Minimum ratio of young generation/survivor space size") \
2176 \ 2176 \
2177 product(uintx, InitialSurvivorRatio, 8, \ 2177 product(uintx, InitialSurvivorRatio, 8, \
2178 "Initial ratio of eden/survivor space size") \ 2178 "Initial ratio of young generation/survivor space size") \
2179 \ 2179 \
2180 product(uintx, BaseFootPrintEstimate, 256*M, \ 2180 product(uintx, BaseFootPrintEstimate, 256*M, \
2181 "Estimate of footprint other than Java Heap") \ 2181 "Estimate of footprint other than Java Heap") \
2182 \ 2182 \
2183 product(bool, UseGCOverheadLimit, true, \ 2183 product(bool, UseGCOverheadLimit, true, \