comparison src/share/vm/gc_implementation/g1/g1_globals.hpp @ 14379:c66479743828

Merge
author hseigel
date Sat, 15 Feb 2014 14:41:04 -0500
parents e5d78f318aec
children d8041d695d19
comparison
equal deleted inserted replaced
14378:48314d596a04 14379:c66479743828
181 \ 181 \
182 develop(bool, G1RecordHRRSEvents, false, \ 182 develop(bool, G1RecordHRRSEvents, false, \
183 "When true, record recent calls to rem set operations.") \ 183 "When true, record recent calls to rem set operations.") \
184 \ 184 \
185 develop(intx, G1MaxVerifyFailures, -1, \ 185 develop(intx, G1MaxVerifyFailures, -1, \
186 "The maximum number of verification failrues to print. " \ 186 "The maximum number of verification failures to print. " \
187 "-1 means print all.") \ 187 "-1 means print all.") \
188 \ 188 \
189 develop(bool, G1ScrubRemSets, true, \ 189 develop(bool, G1ScrubRemSets, true, \
190 "When true, do RS scrubbing after cleanup.") \ 190 "When true, do RS scrubbing after cleanup.") \
191 \ 191 \