src/hotspot/share/gc/g1/heapRegionManager.hpp
changeset 48890 f9884e190f2b
parent 48889 216c2aabbf1f
child 48969 7eb296a8ce2c
--- a/src/hotspot/share/gc/g1/heapRegionManager.hpp	Fri Feb 09 11:51:40 2018 +0100
+++ b/src/hotspot/share/gc/g1/heapRegionManager.hpp	Fri Feb 09 12:53:08 2018 +0100
@@ -236,8 +236,8 @@
   // and not free, and return the number of regions newly committed in commit_count.
   bool allocate_containing_regions(MemRegion range, size_t* commit_count, WorkGang* pretouch_workers);
 
-  // Apply blk->do_heap_region() on all committed regions in address order,
-  // terminating the iteration early if do_heap_region() returns true.
+  // Apply blk->doHeapRegion() on all committed regions in address order,
+  // terminating the iteration early if doHeapRegion() returns true.
   void iterate(HeapRegionClosure* blk) const;
 
   void par_iterate(HeapRegionClosure* blk, HeapRegionClaimer* hrclaimer, const uint start_index) const;