--- old/src/hotspot/share/gc/g1/g1CollectorPolicy.cpp 2019-02-27 11:07:34.138766588 +0100 +++ new/src/hotspot/share/gc/g1/g1CollectorPolicy.cpp 2019-02-27 11:07:33.868758378 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2001, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -60,6 +60,6 @@ return _max_heap_byte_size; } -bool G1CollectorPolicy::is_hetero_heap() const { +bool G1CollectorPolicy::is_heap_heterogeneous() const { return false; }