src/share/vm/runtime/globals.hpp

changeset 5938
bfd52054aeb8
parent 5932
2382ff14d889
child 5945
94c0343b1887
equal deleted inserted replaced
5937:6f1919cfd18c 5938: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, \

mercurial