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

Print this page

        

*** 347,356 **** --- 347,359 ---- "evacuation pauses") \ \ diagnostic(bool, G1VerifyRSetsDuringFullGC, false, \ "If true, perform verification of each heap region's " \ "remembered set when verifying the heap during a full GC.") \ + diagnostic(bool, G1VerifyRSetsAfterEvacuationPause, false, \ + "If true, perform verification of each heap region's " \ + "remembered set after evacuation pause.") \ \ diagnostic(bool, G1VerifyHeapRegionCodeRoots, false, \ "Verify the code root lists attached to each heap region.") \ \ develop(bool, G1VerifyBitmaps, false, \