--- old/src/share/vm/gc/g1/g1_globals.hpp Tue Dec 15 13:16:04 2015 +++ new/src/share/vm/gc/g1/g1_globals.hpp Tue Dec 15 13:16:02 2015 @@ -349,6 +349,9 @@ 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.") \