hotspot/src/share/vm/gc_implementation/g1/g1EvacFailure.hpp
changeset 26422 4ee5901e205e
parent 25492 d27050bdfb04
child 26701 f8ff74a6c058
--- a/hotspot/src/share/vm/gc_implementation/g1/g1EvacFailure.hpp	Fri Aug 29 13:08:01 2014 +0200
+++ b/hotspot/src/share/vm/gc_implementation/g1/g1EvacFailure.hpp	Fri Aug 29 13:12:21 2014 +0200
@@ -217,6 +217,8 @@
         _update_rset_cl->set_region(hr);
         hr->object_iterate(&rspc);
 
+        hr->rem_set()->clean_strong_code_roots(hr);
+
         hr->note_self_forwarding_removal_end(during_initial_mark,
                                              during_conc_mark,
                                              rspc.marked_bytes());