< prev index next >

src/hotspot/share/gc/g1/heapRegion.hpp

Print this page
rev 60059 : imported patch 8210462-fix-remaining-mentions-of-im

*** 509,519 **** } } // Notify the region that we are about to start processing // self-forwarded objects during evac failure handling. ! void note_self_forwarding_removal_start(bool during_initial_mark, bool during_conc_mark); // Notify the region that we have finished processing self-forwarded // objects during evac failure handling. void note_self_forwarding_removal_end(size_t marked_bytes); --- 509,519 ---- } } // Notify the region that we are about to start processing // self-forwarded objects during evac failure handling. ! void note_self_forwarding_removal_start(bool during_concurrent_start, bool during_conc_mark); // Notify the region that we have finished processing self-forwarded // objects during evac failure handling. void note_self_forwarding_removal_end(size_t marked_bytes);
< prev index next >