src/hotspot/share/gc/g1/g1ConcurrentMark.hpp
changeset 48969 7eb296a8ce2c
parent 48890 f9884e190f2b
child 49392 2956d0ece7a9
--- a/src/hotspot/share/gc/g1/g1ConcurrentMark.hpp	Wed Feb 14 16:58:49 2018 +0800
+++ b/src/hotspot/share/gc/g1/g1ConcurrentMark.hpp	Wed Feb 14 13:29:45 2018 +0100
@@ -848,7 +848,7 @@
   // 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();
 };