< prev index next >

src/hotspot/share/gc/g1/g1CollectedHeap.hpp

Print this page
rev 48820 : [mq]: 8196602-heapregionclosure-renaming

*** 1195,1205 **** virtual void safe_object_iterate(ObjectClosure* cl) { object_iterate(cl); } // Iterate over heap regions, in address order, terminating the ! // iteration early if the "doHeapRegion" method returns "true". void heap_region_iterate(HeapRegionClosure* blk) const; // Return the region with the given index. It assumes the index is valid. inline HeapRegion* region_at(uint index) const; --- 1195,1205 ---- virtual void safe_object_iterate(ObjectClosure* cl) { object_iterate(cl); } // Iterate over heap regions, in address order, terminating the ! // iteration early if the "do_heap_region" method returns "true". void heap_region_iterate(HeapRegionClosure* blk) const; // Return the region with the given index. It assumes the index is valid. inline HeapRegion* region_at(uint index) const;
< prev index next >