src/share/vm/gc_implementation/g1/g1_globals.hpp

changeset 3119
4f41766176cf
parent 3088
4fe626cbf0bf
child 3121
3bddbf0f57d6
equal deleted inserted replaced
3118:a6128a8ed624 3119:4f41766176cf
226 \ 226 \
227 develop(intx, G1YoungSurvRateNumRegionsSummary, 0, \ 227 develop(intx, G1YoungSurvRateNumRegionsSummary, 0, \
228 "the number of regions for which we'll print a surv rate " \ 228 "the number of regions for which we'll print a surv rate " \
229 "summary.") \ 229 "summary.") \
230 \ 230 \
231 product(intx, G1ReservePercent, 10, \ 231 product(uintx, G1ReservePercent, 10, \
232 "It determines the minimum reserve we should have in the heap " \ 232 "It determines the minimum reserve we should have in the heap " \
233 "to minimize the probability of promotion failure.") \ 233 "to minimize the probability of promotion failure.") \
234 \ 234 \
235 diagnostic(bool, G1PrintHeapRegions, false, \ 235 diagnostic(bool, G1PrintHeapRegions, false, \
236 "If set G1 will print information on which regions are being " \ 236 "If set G1 will print information on which regions are being " \

mercurial