src/share/vm/gc_implementation/g1/heapRegionRemSet.hpp

Print this page

        

*** 204,216 **** void clear(); // Specifically clear the from_card_cache. void clear_fcc(); - // "from_hr" is being cleared; remove any entries from it. - void clear_incoming_entry(HeapRegion* from_hr); - void do_cleanup_work(HRRSCleanupTask* hrrs_cleanup_task); // Declare the heap size (in # of regions) to the OtherRegionsTable. // (Uses it to initialize from_card_cache). static void init_from_card_cache(uint max_regions); --- 204,213 ----