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

src/share/vm/gc_implementation/g1/g1OopClosures.inline.hpp

Print this page
rev 5732 : [mq]: comments2

*** 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 // * 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). --- 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 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