< prev index next >

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

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

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