< prev index next >

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

Print this page

        

*** 29,39 **** #include "gc/z/zPageTableEntry.hpp" #include "memory/allocation.hpp" class ZPage; ! class ZPageTable VALUE_OBJ_CLASS_SPEC { friend class VMStructs; friend class ZPageTableIterator; private: ZAddressRangeMap<ZPageTableEntry, ZPageSizeMinShift> _map; --- 29,39 ---- #include "gc/z/zPageTableEntry.hpp" #include "memory/allocation.hpp" class ZPage; ! class ZPageTable { friend class VMStructs; friend class ZPageTableIterator; private: ZAddressRangeMap<ZPageTableEntry, ZPageSizeMinShift> _map;
< prev index next >