< prev index next >

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

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

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