src/share/vm/memory/freeList.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hs-gc-g1-mmap Cdiff src/share/vm/memory/freeList.hpp

src/share/vm/memory/freeList.hpp

Print this page

        

*** 78,89 **** public: // Constructor // Construct a list without any entries. FreeList(); - // Construct a list with "fc" as the first (and lone) entry in the list. - FreeList(Chunk_t* fc); // Do initialization void initialize(); // Reset the head, tail, and count of a free list. --- 78,87 ----
src/share/vm/memory/freeList.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File