src/share/vm/gc_implementation/g1/g1_globals.hpp

changeset 1375
8624da129f0b
parent 1371
e1fdf4fd34dc
child 1377
2c79770d1f6e
     1.1 --- a/src/share/vm/gc_implementation/g1/g1_globals.hpp	Thu Aug 13 16:22:45 2009 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1_globals.hpp	Mon Aug 31 05:27:29 2009 -0700
     1.3 @@ -260,6 +260,9 @@
     1.4                                                                              \
     1.5    develop(intx, G1CardCountCacheExpandThreshold, 16,                        \
     1.6            "Expand the card count cache if the number of collisions for "    \
     1.7 -          "a particular entry exceeds this value.")
     1.8 +          "a particular entry exceeds this value.")                         \
     1.9 +                                                                            \
    1.10 +  develop(bool, G1VerifyCTCleanup, false,                                   \
    1.11 +          "Verify card table cleanup.")
    1.12  
    1.13  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)

mercurial