< prev index next >

src/hotspot/share/memory/metachunk.hpp

Print this page

        

*** 31,41 **** class VirtualSpaceNode; // Super class of Metablock and Metachunk to allow them to // be put on the FreeList and in the BinaryTreeDictionary. template <class T> ! class Metabase VALUE_OBJ_CLASS_SPEC { size_t _word_size; T* _next; T* _prev; protected: --- 31,41 ---- class VirtualSpaceNode; // Super class of Metablock and Metachunk to allow them to // be put on the FreeList and in the BinaryTreeDictionary. template <class T> ! class Metabase { size_t _word_size; T* _next; T* _prev; protected:
< prev index next >