src/share/vm/memory/freeList.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/memory/freeList.hpp	Tue May 21 15:13:52 2013
--- new/src/share/vm/memory/freeList.hpp	Tue May 21 15:13:52 2013

*** 78,89 **** --- 78,87 ---- 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.

src/share/vm/memory/freeList.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File