diff src/share/vm/gc_implementation/g1/g1EvacFailure.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 2c6ef90f030a
children 7baf47cb97cb
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/g1/g1EvacFailure.hpp	Wed Aug 06 08:47:40 2014 +0200
+++ b/src/share/vm/gc_implementation/g1/g1EvacFailure.hpp	Tue Apr 29 09:33:20 2014 +0200
@@ -202,6 +202,7 @@
 
         hr->note_self_forwarding_removal_start(during_initial_mark,
                                                during_conc_mark);
+        _g1h->check_bitmaps("Self-Forwarding Ptr Removal", hr);
 
         // In the common case (i.e. when there is no evacuation
         // failure) we make sure that the following is done when