--- old/src/hotspot/share/gc/g1/g1CollectorPolicy.cpp 2019-02-27 13:50:43.658419874 +0100 +++ new/src/hotspot/share/gc/g1/g1CollectorPolicy.cpp 2019-02-27 13:50:43.383411512 +0100 @@ -60,6 +60,6 @@ return _max_heap_byte_size; } -bool G1CollectorPolicy::is_hetero_heap() const { +bool G1CollectorPolicy::is_heterogeneous_heap() const { return false; }