comparison src/share/vm/gc_implementation/g1/g1_globals.hpp @ 14358:e5d78f318aec

8026849: Fix typos in the GC code, part 2 Summary: Fixed typos in assert messages, flag descriptions and verbose messages Reviewed-by: stefank, tschatzl
author jwilhelm
date Tue, 10 Dec 2013 15:11:02 +0100
parents 893ce66f7473
children d8041d695d19
comparison
equal deleted inserted replaced
14357:79aa45434291 14358:e5d78f318aec
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 \