< prev index next >

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

Print this page

        

*** 26,36 **** #include "memory/allocation.hpp" class ZPage; ! class ZRelocationSet VALUE_OBJ_CLASS_SPEC { template <bool> friend class ZRelocationSetIteratorImpl; private: ZPage** _pages; size_t _npages; --- 26,36 ---- #include "memory/allocation.hpp" class ZPage; ! class ZRelocationSet { template <bool> friend class ZRelocationSetIteratorImpl; private: ZPage** _pages; size_t _npages;
< prev index next >