src/share/vm/memory/genRemSet.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/memory/genRemSet.hpp	Wed Aug 14 14:29:00 2013
--- new/src/share/vm/memory/genRemSet.hpp	Wed Aug 14 14:29:00 2013

*** 133,143 **** --- 133,143 ---- // Informs the RS that there are no references to generations // younger than gen from generations gen and older. // The parameter clear_perm indicates if the perm_gen's // remembered set should also be processed/cleared. ! virtual void clear_into_younger(Generation* old_gen) = 0; // Informs the RS that refs in the given "mr" may have changed // arbitrarily, and therefore may contain old-to-young pointers. // If "whole heap" is true, then this invalidation is part of an // invalidation of the whole heap, which an implementation might
*** 145,153 **** --- 145,153 ---- 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* old_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