comparison src/share/vm/gc_implementation/g1/heapRegionRemSet.hpp @ 20214:8cc89a893545

8039596: Remove HeapRegionRemSet::clear_incoming_entry Summary: The mentioned method is never used and out of date. So it is removed. Reviewed-by: mgerdin, brutisso
author tschatzl
date Mon, 21 Jul 2014 09:40:19 +0200
parents ff7b317d2af8
children 828056cf311f
comparison
equal deleted inserted replaced
20213:ff7b317d2af8 20214:8cc89a893545
204 void clear(); 204 void clear();
205 205
206 // Specifically clear the from_card_cache. 206 // Specifically clear the from_card_cache.
207 void clear_fcc(); 207 void clear_fcc();
208 208
209 // "from_hr" is being cleared; remove any entries from it.
210 void clear_incoming_entry(HeapRegion* from_hr);
211
212 void do_cleanup_work(HRRSCleanupTask* hrrs_cleanup_task); 209 void do_cleanup_work(HRRSCleanupTask* hrrs_cleanup_task);
213 210
214 // Declare the heap size (in # of regions) to the OtherRegionsTable. 211 // Declare the heap size (in # of regions) to the OtherRegionsTable.
215 // (Uses it to initialize from_card_cache). 212 // (Uses it to initialize from_card_cache).
216 static void init_from_card_cache(uint max_regions); 213 static void init_from_card_cache(uint max_regions);