diff -r 9eebd3ac74cf -r 8624da129f0b src/share/vm/gc_implementation/g1/g1_globals.hpp --- a/src/share/vm/gc_implementation/g1/g1_globals.hpp Thu Aug 13 16:22:45 2009 -0700 +++ b/src/share/vm/gc_implementation/g1/g1_globals.hpp Mon Aug 31 05:27:29 2009 -0700 @@ -260,6 +260,9 @@ \ develop(intx, G1CardCountCacheExpandThreshold, 16, \ "Expand the card count cache if the number of collisions for " \ - "a particular entry exceeds this value.") + "a particular entry exceeds this value.") \ + \ + develop(bool, G1VerifyCTCleanup, false, \ + "Verify card table cleanup.") 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)