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

src/share/vm/memory/genRemSet.hpp

Print this page

        

*** 144,156 **** // handle differently than that of a sub-part of the heap. virtual void invalidate(MemRegion mr, bool whole_heap = false) = 0; // Informs the RS that refs in this generation // may have changed arbitrarily, and therefore may contain ! // old-to-young pointers in arbitrary locations. The parameter ! // younger indicates if the same should be done for younger generations ! // as well. The parameter perm indicates if the same should be done for ! // perm gen as well. ! virtual void invalidate_or_clear(Generation* gen, bool younger) = 0; }; #endif // SHARE_VM_MEMORY_GENREMSET_HPP --- 144,153 ---- // handle differently than that of a sub-part of the heap. virtual void invalidate(MemRegion mr, bool whole_heap = false) = 0; // Informs the RS that refs in this generation // may have changed arbitrarily, and therefore may contain ! // old-to-young pointers in arbitrary locations. ! virtual void invalidate_or_clear(Generation* gen) = 0; }; #endif // SHARE_VM_MEMORY_GENREMSET_HPP
src/share/vm/memory/genRemSet.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File