Print this page


Split Split Close
Expand all
Collapse all
          --- old/src/share/vm/gc/g1/g1_globals.hpp
          +++ new/src/share/vm/gc/g1/g1_globals.hpp
↓ open down ↓ 341 lines elided ↑ open up ↑
 342  342            "Force use of evacuation failure handling during young "          \
 343  343            "evacuation pauses")                                              \
 344  344                                                                              \
 345  345    develop(bool, G1EvacuationFailureALotDuringMixedGC, true,                 \
 346  346            "Force use of evacuation failure handling during mixed "          \
 347  347            "evacuation pauses")                                              \
 348  348                                                                              \
 349  349    diagnostic(bool, G1VerifyRSetsDuringFullGC, false,                        \
 350  350            "If true, perform verification of each heap region's "            \
 351  351            "remembered set when verifying the heap during a full GC.")       \
      352 +  diagnostic(bool, G1VerifyRSetsAfterEvacuationPause, false,                \
      353 +          "If true, perform verification of each heap region's "            \
      354 +          "remembered set after evacuation pause.")                         \
 352  355                                                                              \
 353  356    diagnostic(bool, G1VerifyHeapRegionCodeRoots, false,                      \
 354  357            "Verify the code root lists attached to each heap region.")       \
 355  358                                                                              \
 356  359    develop(bool, G1VerifyBitmaps, false,                                     \
 357  360            "Verifies the consistency of the marking bitmaps")
 358  361  
 359  362  G1_FLAGS(DECLARE_DEVELOPER_FLAG, \
 360  363           DECLARE_PD_DEVELOPER_FLAG, \
 361  364           DECLARE_PRODUCT_FLAG, \
 362  365           DECLARE_PD_PRODUCT_FLAG, \
 363  366           DECLARE_DIAGNOSTIC_FLAG, \
 364  367           DECLARE_EXPERIMENTAL_FLAG, \
 365  368           DECLARE_NOTPRODUCT_FLAG, \
 366  369           DECLARE_MANAGEABLE_FLAG, \
 367  370           DECLARE_PRODUCT_RW_FLAG, \
 368  371           IGNORE_RANGE, \
 369  372           IGNORE_CONSTRAINT)
 370  373  
 371  374  #endif // SHARE_VM_GC_G1_G1_GLOBALS_HPP
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX