comparison 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
comparison
equal deleted inserted replaced
20290:85c339200299 20291:e0954897238a
200 during_conc_mark, 200 during_conc_mark,
201 _worker_id); 201 _worker_id);
202 202
203 hr->note_self_forwarding_removal_start(during_initial_mark, 203 hr->note_self_forwarding_removal_start(during_initial_mark,
204 during_conc_mark); 204 during_conc_mark);
205 _g1h->check_bitmaps("Self-Forwarding Ptr Removal", hr);
205 206
206 // In the common case (i.e. when there is no evacuation 207 // In the common case (i.e. when there is no evacuation
207 // failure) we make sure that the following is done when 208 // failure) we make sure that the following is done when
208 // the region is freed so that it is "ready-to-go" when it's 209 // the region is freed so that it is "ready-to-go" when it's
209 // re-allocated. However, when evacuation failure happens, a 210 // re-allocated. However, when evacuation failure happens, a