src/share/vm/gc_implementation/g1/g1OopClosures.inline.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/gc_implementation/g1/g1OopClosures.inline.hpp	Wed Jan 15 01:40:58 2014
--- new/src/share/vm/gc_implementation/g1/g1OopClosures.inline.hpp	Wed Jan 15 01:40:58 2014

*** 175,185 **** --- 175,185 ---- HeapRegion* to = _g1->heap_region_containing(obj); if (to != NULL && _from != to) { // The _record_refs_into_cset flag is true during the RSet // updating part of an evacuation pause. It is false at all // other times: ! // * rebuilding the rembered sets after a full GC ! // * rebuilding the remembered sets after a full GC // * during concurrent refinement. // * updating the remembered sets of regions in the collection // set in the event of an evacuation failure (when deferred // updates are enabled).

src/share/vm/gc_implementation/g1/g1OopClosures.inline.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File