changeset 48969 | 7eb296a8ce2c |
parent 48890 | f9884e190f2b |
child 49607 | acffe6ff3ae7 |
--- a/src/hotspot/share/gc/g1/g1FullGCAdjustTask.cpp Wed Feb 14 16:58:49 2018 +0800 +++ b/src/hotspot/share/gc/g1/g1FullGCAdjustTask.cpp Wed Feb 14 13:29:45 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());