< prev index next >

src/hotspot/share/gc/z/zHeapIterator.hpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2017, 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) 2017, 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.
*** 34,45 **** class ZHeapIterator : public StackObj { friend class ZHeapIteratorRootOopClosure; friend class ZHeapIteratorOopClosure; private: ! typedef ZAddressRangeMap<ZHeapIteratorBitMap*, ZPageSizeMinShift> ZVisitMap; ! typedef ZAddressRangeMapIterator<ZHeapIteratorBitMap*, ZPageSizeMinShift> ZVisitMapIterator; typedef Stack<oop, mtGC> ZVisitStack; ZVisitStack _visit_stack; ZVisitMap _visit_map; const bool _visit_referents; --- 34,45 ---- class ZHeapIterator : public StackObj { friend class ZHeapIteratorRootOopClosure; friend class ZHeapIteratorOopClosure; private: ! typedef ZAddressRangeMap<ZHeapIteratorBitMap*, ZGranuleSizeShift> ZVisitMap; ! typedef ZAddressRangeMapIterator<ZHeapIteratorBitMap*, ZGranuleSizeShift> ZVisitMapIterator; typedef Stack<oop, mtGC> ZVisitStack; ZVisitStack _visit_stack; ZVisitMap _visit_map; const bool _visit_referents;
< prev index next >