< prev index next >

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

Print this page

        

*** 27,37 **** #include "gc/z/zGlobals.hpp" #include "memory/allocation.hpp" class ZPage; ! class ZMarkCacheEntry VALUE_OBJ_CLASS_SPEC { private: ZPage* _page; uint32_t _objects; size_t _bytes; --- 27,37 ---- #include "gc/z/zGlobals.hpp" #include "memory/allocation.hpp" class ZPage; ! class ZMarkCacheEntry { private: ZPage* _page; uint32_t _objects; size_t _bytes;
< prev index next >