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

changeset 1376
8b46c4d82093
parent 1281
42d84bbbecf4
child 1377
2c79770d1f6e
equal deleted inserted replaced
1375:8624da129f0b 1376:8b46c4d82093
857 // committed in the heap 857 // committed in the heap
858 MemRegion g1_committed() { 858 MemRegion g1_committed() {
859 return _g1_committed; 859 return _g1_committed;
860 } 860 }
861 861
862 NOT_PRODUCT( bool is_in_closed_subset(const void* p) const; ) 862 NOT_PRODUCT(bool is_in_closed_subset(const void* p) const;)
863 863
864 // Dirty card table entries covering a list of young regions. 864 // Dirty card table entries covering a list of young regions.
865 void dirtyCardsForYoungRegions(CardTableModRefBS* ct_bs, HeapRegion* list); 865 void dirtyCardsForYoungRegions(CardTableModRefBS* ct_bs, HeapRegion* list);
866 866
867 // This resets the card table to all zeros. It is used after 867 // This resets the card table to all zeros. It is used after

mercurial