< prev index next >

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

Print this page

        

*** 27,37 **** #include "gc/z/zForwardingTableEntry.hpp" #include "memory/allocation.hpp" typedef size_t ZForwardingTableCursor; ! class ZForwardingTable VALUE_OBJ_CLASS_SPEC { friend class VMStructs; friend class ZForwardingTableTest; private: ZForwardingTableEntry* _table; --- 27,37 ---- #include "gc/z/zForwardingTableEntry.hpp" #include "memory/allocation.hpp" typedef size_t ZForwardingTableCursor; ! class ZForwardingTable { friend class VMStructs; friend class ZForwardingTableTest; private: ZForwardingTableEntry* _table;
< prev index next >