comparison src/share/vm/gc_implementation/g1/g1_globals.hpp @ 8501:41fc46da946a

-More fixes and passrate(fop)
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Wed, 06 Mar 2013 19:35:04 +0100
parents 992f62c457b0
children c3657d00e343
comparison
equal deleted inserted replaced
8500:992f62c457b0 8501:41fc46da946a
39 "Overhead of concurrent marking") \ 39 "Overhead of concurrent marking") \
40 \ 40 \
41 develop(intx, G1MarkingVerboseLevel, 0, \ 41 develop(intx, G1MarkingVerboseLevel, 0, \
42 "Level (0-4) of verboseness of the marking code") \ 42 "Level (0-4) of verboseness of the marking code") \
43 \ 43 \
44 develop(bool, G1PrintReachableAtInitialMark, true, \ 44 develop(bool, G1PrintReachableAtInitialMark, false, \
45 "Reachable object dump at the initial mark pause") \ 45 "Reachable object dump at the initial mark pause") \
46 \ 46 \
47 develop(bool, G1VerifyDuringGCPrintReachable, true, \ 47 develop(bool, G1VerifyDuringGCPrintReachable, false, \
48 "If conc mark verification fails, dump reachable objects") \ 48 "If conc mark verification fails, dump reachable objects") \
49 \ 49 \
50 develop(ccstr, G1PrintReachableBaseFile, NULL, \ 50 develop(ccstr, G1PrintReachableBaseFile, NULL, \
51 "The base file name for the reachable object dumps") \ 51 "The base file name for the reachable object dumps") \
52 \ 52 \
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, true, \ 200 develop(bool, G1RecordHRRSEvents, false, \
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, true, \ 224 diagnostic(bool, G1PrintHeapRegions, false, \
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.") \