--- old/src/hotspot/share/gc/g1/g1HeterogeneousCollectorPolicy.cpp 2019-02-27 11:07:44.449080076 +0100 +++ new/src/hotspot/share/gc/g1/g1HeterogeneousCollectorPolicy.cpp 2019-02-27 11:07:44.173071684 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 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 @@ -98,6 +98,6 @@ return 2 * _max_heap_byte_size; } -bool G1HeterogeneousCollectorPolicy::is_hetero_heap() const { +bool G1HeterogeneousCollectorPolicy::is_heap_heterogeneous() const { return true; }