--- old/src/hotspot/share/gc/g1/g1ConcurrentMark.hpp	2018-02-07 10:48:59.649325739 +0100
+++ new/src/hotspot/share/gc/g1/g1ConcurrentMark.hpp	2018-02-07 10:48:59.184311587 +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();
 };