comparison src/share/vm/gc_implementation/g1/g1_globals.hpp @ 8500:992f62c457b0

-More bug fixes
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Tue, 05 Mar 2013 18:53:26 +0100
parents 96a337d307bd
children 41fc46da946a
comparison
equal deleted inserted replaced
8499:96a337d307bd 8500:992f62c457b0
195 "Will be set ergonomically by default.") \ 195 "Will be set ergonomically by default.") \
196 \ 196 \
197 develop(bool, G1RecordHRRSOops, false, \ 197 develop(bool, G1RecordHRRSOops, false, \
198 "When true, record recent calls to rem set operations.") \ 198 "When true, record recent calls to rem set operations.") \
199 \ 199 \
200 develop(bool, G1RecordHRRSEvents, false, \ 200 develop(bool, G1RecordHRRSEvents, true, \
201 "When true, record recent calls to rem set operations.") \ 201 "When true, record recent calls to rem set operations.") \
202 \ 202 \
203 develop(intx, G1MaxVerifyFailures, -1, \ 203 develop(intx, G1MaxVerifyFailures, -1, \
204 "The maximum number of verification failrues to print. " \ 204 "The maximum number of verification failrues to print. " \
205 "-1 means print all.") \ 205 "-1 means print all.") \
219 \ 219 \
220 product(uintx, G1ReservePercent, 10, \ 220 product(uintx, G1ReservePercent, 10, \
221 "It determines the minimum reserve we should have in the heap " \ 221 "It determines the minimum reserve we should have in the heap " \
222 "to minimize the probability of promotion failure.") \ 222 "to minimize the probability of promotion failure.") \
223 \ 223 \
224 diagnostic(bool, G1PrintHeapRegions, false, \ 224 diagnostic(bool, G1PrintHeapRegions, true, \
225 "If set G1 will print information on which regions are being " \ 225 "If set G1 will print information on which regions are being " \
226 "allocated and which are reclaimed.") \ 226 "allocated and which are reclaimed.") \
227 \ 227 \
228 develop(bool, G1HRRSUseSparseTable, true, \ 228 develop(bool, G1HRRSUseSparseTable, true, \
229 "When true, use sparse table to save space.") \ 229 "When true, use sparse table to save space.") \