src/hotspot/share/gc/g1/g1FullGCAdjustTask.cpp
changeset 48889 216c2aabbf1f
parent 47885 5caa1d5f74c1
child 48890 f9884e190f2b
--- a/src/hotspot/share/gc/g1/g1FullGCAdjustTask.cpp	Thu Feb 08 20:19:02 2018 +0000
+++ b/src/hotspot/share/gc/g1/g1FullGCAdjustTask.cpp	Fri Feb 09 11:51:40 2018 +0100
@@ -56,7 +56,7 @@
     _bitmap(bitmap),
     _worker_id(worker_id) { }
 
-  bool doHeapRegion(HeapRegion* r) {
+  bool do_heap_region(HeapRegion* r) {
     G1AdjustAndRebuildClosure cl(_worker_id);
     if (r->is_humongous()) {
       oop obj = oop(r->humongous_start_region()->bottom());