src/hotspot/share/gc/g1/g1CollectedHeap.hpp
changeset 48890 f9884e190f2b
parent 48889 216c2aabbf1f
child 48891 d6b29ce07538
equal deleted inserted replaced
48889:216c2aabbf1f 48890:f9884e190f2b
  1206   virtual void safe_object_iterate(ObjectClosure* cl) {
  1206   virtual void safe_object_iterate(ObjectClosure* cl) {
  1207     object_iterate(cl);
  1207     object_iterate(cl);
  1208   }
  1208   }
  1209 
  1209 
  1210   // Iterate over heap regions, in address order, terminating the
  1210   // Iterate over heap regions, in address order, terminating the
  1211   // iteration early if the "do_heap_region" method returns "true".
  1211   // iteration early if the "doHeapRegion" method returns "true".
  1212   void heap_region_iterate(HeapRegionClosure* blk) const;
  1212   void heap_region_iterate(HeapRegionClosure* blk) const;
  1213 
  1213 
  1214   // Return the region with the given index. It assumes the index is valid.
  1214   // Return the region with the given index. It assumes the index is valid.
  1215   inline HeapRegion* region_at(uint index) const;
  1215   inline HeapRegion* region_at(uint index) const;
  1216 
  1216