src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp

changeset 7049
eec72fa4b108
parent 7010
a3953c777565
child 7051
1f1d373cd044
     1.1 --- a/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp	Tue Apr 01 07:46:51 2014 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp	Tue Aug 19 12:39:06 2014 +0200
     1.3 @@ -802,7 +802,6 @@
     1.4  
     1.5  bool OtherRegionsTable::contains_reference_locked(OopOrNarrowOopStar from) const {
     1.6    HeapRegion* hr = _g1h->heap_region_containing_raw(from);
     1.7 -  if (hr == NULL) return false;
     1.8    RegionIdx_t hr_ind = (RegionIdx_t) hr->hrs_index();
     1.9    // Is this region in the coarse map?
    1.10    if (_coarse_map.at(hr_ind)) return true;

mercurial