changeset 53987 | e1f707ed0757 |
parent 53985 | 0da5c17f5e43 |
--- a/src/hotspot/share/gc/g1/g1CollectorPolicy.cpp Mon Mar 04 11:49:16 2019 +0100 +++ b/src/hotspot/share/gc/g1/g1CollectorPolicy.cpp Mon Mar 04 11:49:16 2019 +0100 @@ -60,6 +60,6 @@ return _max_heap_byte_size; } -bool G1CollectorPolicy::is_hetero_heap() const { +bool G1CollectorPolicy::is_heterogeneous_heap() const { return false; }