comparison src/share/vm/gc_implementation/concurrentMarkSweep/freeChunk.cpp @ 6026:9f059abe8cf2

7131629: Generalize the CMS free list code Summary: Make the FreeChunk, FreeList, TreeList, and BinaryTreeDictionary classes usable outside CMS. Reviewed-by: brutisso, johnc, jwilhelm Contributed-by: coleen.phillimore@oracle.com
author jmasa
date Thu, 29 Mar 2012 19:46:24 -0700
parents f95d63e2154a
children b9a9ed0f8eeb
comparison
equal deleted inserted replaced
6016:3c91f2c9fd21 6026:9f059abe8cf2
21 * questions. 21 * questions.
22 * 22 *
23 */ 23 */
24 24
25 #include "precompiled.hpp" 25 #include "precompiled.hpp"
26 #include "gc_implementation/concurrentMarkSweep/freeBlockDictionary.hpp" 26 #include "gc_implementation/concurrentMarkSweep/freeChunk.hpp"
27 #include "memory/freeBlockDictionary.hpp"
27 #include "utilities/copy.hpp" 28 #include "utilities/copy.hpp"
28 29
29 #ifndef PRODUCT 30 #ifndef PRODUCT
30 31
31 #define baadbabeHeapWord badHeapWordVal 32 #define baadbabeHeapWord badHeapWordVal