< prev index next >

src/hotspot/share/gc/g1/g1HeterogeneousCollectorPolicy.cpp

Print this page
rev 53923 : [mq]: 8219747-remove-g1-prefix

*** 1,7 **** /* ! * Copyright (c) 2018, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 96,103 **** size_t G1HeterogeneousCollectorPolicy::heap_reserved_size_bytes() const { return 2 * _max_heap_byte_size; } ! bool G1HeterogeneousCollectorPolicy::is_hetero_heap() const { return true; } --- 96,103 ---- size_t G1HeterogeneousCollectorPolicy::heap_reserved_size_bytes() const { return 2 * _max_heap_byte_size; } ! bool G1HeterogeneousCollectorPolicy::is_heap_heterogeneous() const { return true; }
< prev index next >