< prev index next >

src/share/vm/gc/shenandoah/shenandoahHeapRegionSet.cpp

Print this page
rev 13068 : [mq]: partial.patch

@@ -182,11 +182,11 @@
   bool result() { return _result;}
 };
 
 bool ShenandoahHeapRegionSet::contains(ShenandoahHeapRegion* r) {
   FindRegionClosure cl(r);
-  unclaimed_heap_region_iterate(&cl);
+  active_heap_region_iterate(&cl);
   return cl.result();
 }
 
 HeapWord* ShenandoahHeapRegionSet::bottom() const {
   return get(0)->bottom();
< prev index next >