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