--- old/src/hotspot/share/gc/g1/g1CollectedHeap.cpp 2019-02-27 13:50:41.259346929 +0100 +++ new/src/hotspot/share/gc/g1/g1CollectedHeap.cpp 2019-02-27 13:50:40.982338507 +0100 @@ -2332,8 +2332,8 @@ return _cm_thread->request_concurrent_phase(phase); } -bool G1CollectedHeap::is_hetero_heap() const { - return _collector_policy->is_hetero_heap(); +bool G1CollectedHeap::is_heterogeneous_heap() const { + return _collector_policy->is_heterogeneous_heap(); } class PrintRegionClosure: public HeapRegionClosure {