< prev index next >

src/hotspot/share/gc/parallel/psScavenge.hpp

Print this page
rev 57719 : imported patch 8235860-remove-serial-old-gc

*** 1,7 **** /* ! * Copyright (c) 2002, 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. --- 1,7 ---- /* ! * Copyright (c) 2002, 2020, 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.
*** 102,112 **** static CollectorCounters* counters() { return _counters; } static void set_subject_to_discovery_span(MemRegion mr) { _span_based_discoverer.set_span(mr); } ! // Used by scavenge_contents && psMarkSweep static ReferenceProcessor* const reference_processor() { assert(_ref_processor != NULL, "Sanity"); return _ref_processor; } // The promotion managers tell us if they encountered overflow --- 102,112 ---- static CollectorCounters* counters() { return _counters; } static void set_subject_to_discovery_span(MemRegion mr) { _span_based_discoverer.set_span(mr); } ! // Used by scavenge_contents static ReferenceProcessor* const reference_processor() { assert(_ref_processor != NULL, "Sanity"); return _ref_processor; } // The promotion managers tell us if they encountered overflow
< prev index next >