src/share/vm/memory/cardTableRS.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hs-gc-g1-mmap Cdiff src/share/vm/memory/cardTableRS.hpp

src/share/vm/memory/cardTableRS.hpp

Print this page

        

*** 145,155 **** void clear_into_younger(Generation* gen); void invalidate(MemRegion mr, bool whole_heap = false) { _ct_bs->invalidate(mr, whole_heap); } ! void invalidate_or_clear(Generation* gen, bool younger); static uintx ct_max_alignment_constraint() { return CardTableModRefBS::ct_max_alignment_constraint(); } --- 145,155 ---- void clear_into_younger(Generation* gen); void invalidate(MemRegion mr, bool whole_heap = false) { _ct_bs->invalidate(mr, whole_heap); } ! void invalidate_or_clear(Generation* gen); static uintx ct_max_alignment_constraint() { return CardTableModRefBS::ct_max_alignment_constraint(); }
src/share/vm/memory/cardTableRS.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File