comparison src/share/vm/gc_implementation/g1/g1_globals.hpp @ 20291:e0954897238a

7132678: G1: verify that the marking bitmaps have no marks for objects over TAMS Reviewed-by: jmasa, tschatzl, ehelin Contributed-by: tony.printezis@oracle.com, bengt.rutisson@oracle.com
author brutisso
date Tue, 29 Apr 2014 09:33:20 +0200
parents 191174b49bec
children a3953c777565
comparison
equal deleted inserted replaced
20290:85c339200299 20291:e0954897238a
323 develop(bool, G1EvacuationFailureALotDuringMixedGC, true, \ 323 develop(bool, G1EvacuationFailureALotDuringMixedGC, true, \
324 "Force use of evacuation failure handling during mixed " \ 324 "Force use of evacuation failure handling during mixed " \
325 "evacuation pauses") \ 325 "evacuation pauses") \
326 \ 326 \
327 diagnostic(bool, G1VerifyRSetsDuringFullGC, false, \ 327 diagnostic(bool, G1VerifyRSetsDuringFullGC, false, \
328 "If true, perform verification of each heap region's " \ 328 "If true, perform verification of each heap region's " \
329 "remembered set when verifying the heap during a full GC.") \ 329 "remembered set when verifying the heap during a full GC.") \
330 \ 330 \
331 diagnostic(bool, G1VerifyHeapRegionCodeRoots, false, \ 331 diagnostic(bool, G1VerifyHeapRegionCodeRoots, false, \
332 "Verify the code root lists attached to each heap region.") 332 "Verify the code root lists attached to each heap region.") \
333 \
334 develop(bool, G1VerifyBitmaps, false, \
335 "Verifies the consistency of the marking bitmaps")
333 336
334 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) 337 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)
335 338
336 #endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1_GLOBALS_HPP 339 #endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1_GLOBALS_HPP