comparison src/share/vm/gc_implementation/g1/g1_globals.hpp @ 1087:23b9a8d315fc

6902701: G1: protect debugging code related to 6898948 with a debug flag Summary: Protected stats dump with a new develop flag; other than for the dump, reconciled product and non-product behaviour in face of the error. Reviewed-by: tonyp
author ysr
date Thu, 19 Nov 2009 10:19:19 -0800
parents 6270f80a7331
children 3fc996d4edd2
comparison
equal deleted inserted replaced
1086:89f1b9ae8991 1087:23b9a8d315fc
240 "Forces flushing of log buffers before verification.") \ 240 "Forces flushing of log buffers before verification.") \
241 \ 241 \
242 product(bool, G1UseSurvivorSpaces, true, \ 242 product(bool, G1UseSurvivorSpaces, true, \
243 "When true, use survivor space.") \ 243 "When true, use survivor space.") \
244 \ 244 \
245 develop(bool, G1FailOnFPError, false, \
246 "When set, G1 will fail when it encounters an FP 'error', " \
247 "so as to allow debugging") \
248 \
245 develop(bool, G1FixedTenuringThreshold, false, \ 249 develop(bool, G1FixedTenuringThreshold, false, \
246 "When set, G1 will not adjust the tenuring threshold") \ 250 "When set, G1 will not adjust the tenuring threshold") \
247 \ 251 \
248 develop(bool, G1FixedEdenSize, false, \ 252 develop(bool, G1FixedEdenSize, false, \
249 "When set, G1 will not allocate unused survivor space regions") \ 253 "When set, G1 will not allocate unused survivor space regions") \