< prev index next >

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

Print this page
rev 13202 : 8183539: Remove G1RemSet::_into_cset_dirty_card_queue_set

@@ -162,12 +162,10 @@
   const InCSetState state = _g1->in_cset_state(obj);
   if (state.is_in_cset()) {
     // Since the source is always from outside the collection set, here we implicitly know
     // that this is a cross-region reference too.
     prefetch_and_push(p, obj);
-
-    _has_refs_into_cset = true;
   } else {
     HeapRegion* to = _g1->heap_region_containing(obj);
     if (_from == to) {
       return;
     }
< prev index next >