< prev index next >

src/hotspot/share/memory/freeList.hpp

Print this page

        

*** 40,50 **** // for that implementation. class Mutex; template <class Chunk_t> ! class FreeList VALUE_OBJ_CLASS_SPEC { friend class CompactibleFreeListSpace; friend class VMStructs; private: Chunk_t* _head; // Head of list of free chunks --- 40,50 ---- // for that implementation. class Mutex; template <class Chunk_t> ! class FreeList { friend class CompactibleFreeListSpace; friend class VMStructs; private: Chunk_t* _head; // Head of list of free chunks
< prev index next >