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

changeset 1829
1316cec51b4d
parent 1826
79e419e5ea3b
child 1907
c18cbe5936b8
child 1946
f16f1d7893de
equal deleted inserted replaced
1828:6ecb6e6de3d6 1829:1316cec51b4d
1 /* 1 /*
2 * Copyright 2001-2009 Sun Microsystems, Inc. All Rights Reserved. 2 * Copyright 2001-2010 Sun Microsystems, Inc. All Rights Reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
224 \ 224 \
225 develop(intx, G1YoungSurvRateNumRegionsSummary, 0, \ 225 develop(intx, G1YoungSurvRateNumRegionsSummary, 0, \
226 "the number of regions for which we'll print a surv rate " \ 226 "the number of regions for which we'll print a surv rate " \
227 "summary.") \ 227 "summary.") \
228 \ 228 \
229 develop(bool, G1UseScanOnlyPrefix, false, \
230 "It determines whether the system will calculate an optimum " \
231 "scan-only set.") \
232 \
233 product(intx, G1ReservePercent, 10, \ 229 product(intx, G1ReservePercent, 10, \
234 "It determines the minimum reserve we should have in the heap " \ 230 "It determines the minimum reserve we should have in the heap " \
235 "to minimize the probability of promotion failure.") \ 231 "to minimize the probability of promotion failure.") \
236 \ 232 \
237 diagnostic(bool, G1PrintHeapRegions, false, \ 233 diagnostic(bool, G1PrintHeapRegions, false, \

mercurial