comparison src/share/vm/gc_implementation/g1/g1_globals.hpp @ 940:8624da129f0b

6841313: G1: dirty cards of survivor regions in parallel Reviewed-by: tonyp, iveresov
author apetrusenko
date Mon, 31 Aug 2009 05:27:29 -0700
parents e1fdf4fd34dc
children 2c79770d1f6e
comparison
equal deleted inserted replaced
939:9eebd3ac74cf 940:8624da129f0b
258 "If non-0 is the number of parallel rem set update threads, " \ 258 "If non-0 is the number of parallel rem set update threads, " \
259 "otherwise the value is determined ergonomically.") \ 259 "otherwise the value is determined ergonomically.") \
260 \ 260 \
261 develop(intx, G1CardCountCacheExpandThreshold, 16, \ 261 develop(intx, G1CardCountCacheExpandThreshold, 16, \
262 "Expand the card count cache if the number of collisions for " \ 262 "Expand the card count cache if the number of collisions for " \
263 "a particular entry exceeds this value.") 263 "a particular entry exceeds this value.") \
264 \
265 develop(bool, G1VerifyCTCleanup, false, \
266 "Verify card table cleanup.")
264 267
265 G1_FLAGS(DECLARE_DEVELOPER_FLAG, DECLARE_PD_DEVELOPER_FLAG, DECLARE_PRODUCT_FLAG, DECLARE_PD_PRODUCT_FLAG, DECLARE_DIAGNOSTIC_FLAG, DECLARE_EXPERIMENTAL_FLAG, DECLARE_NOTPRODUCT_FLAG, DECLARE_MANAGEABLE_FLAG, DECLARE_PRODUCT_RW_FLAG) 268 G1_FLAGS(DECLARE_DEVELOPER_FLAG, DECLARE_PD_DEVELOPER_FLAG, DECLARE_PRODUCT_FLAG, DECLARE_PD_PRODUCT_FLAG, DECLARE_DIAGNOSTIC_FLAG, DECLARE_EXPERIMENTAL_FLAG, DECLARE_NOTPRODUCT_FLAG, DECLARE_MANAGEABLE_FLAG, DECLARE_PRODUCT_RW_FLAG)