< prev index next >

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

Print this page

        

*** 44,54 **** // * 63-1 Page address (63-bits) // class ZPage; ! class ZPageTableEntry VALUE_OBJ_CLASS_SPEC { private: typedef ZBitField<uint64_t, bool, 0, 1> field_relocating; typedef ZBitField<uint64_t, ZPage*, 1, 63, 1> field_page; uint64_t _entry; --- 44,54 ---- // * 63-1 Page address (63-bits) // class ZPage; ! class ZPageTableEntry { private: typedef ZBitField<uint64_t, bool, 0, 1> field_relocating; typedef ZBitField<uint64_t, ZPage*, 1, 63, 1> field_page; uint64_t _entry;
< prev index next >