< prev index next >

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

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

@@ -846,10 +846,10 @@
 
 public:
   // The header and footer are printed in the constructor and
   // destructor respectively.
   G1PrintRegionLivenessInfoClosure(const char* phase_name);
-  virtual bool doHeapRegion(HeapRegion* r);
+  virtual bool do_heap_region(HeapRegion* r);
   ~G1PrintRegionLivenessInfoClosure();
 };
 
 #endif // SHARE_VM_GC_G1_G1CONCURRENTMARK_HPP
< prev index next >