--- old/src/hotspot/share/gc/g1/g1EvacFailure.cpp 2018-02-07 10:49:01.311376319 +0100 +++ new/src/hotspot/share/gc/g1/g1EvacFailure.cpp 2018-02-07 10:49:00.863362685 +0100 @@ -220,7 +220,7 @@ return rspc.marked_bytes(); } - bool doHeapRegion(HeapRegion *hr) { + bool do_heap_region(HeapRegion *hr) { assert(!hr->is_pinned(), "Unexpected pinned region at index %u", hr->hrm_index()); assert(hr->in_collection_set(), "bad CS");