src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp

changeset 2314
f95d63e2154a
parent 2071
be3f9c242c9d
child 2943
537a4053b0f9
     1.1 --- a/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -22,6 +22,15 @@
     1.4   *
     1.5   */
     1.6  
     1.7 +#ifndef SHARE_VM_GC_IMPLEMENTATION_CONCURRENTMARKSWEEP_COMPACTIBLEFREELISTSPACE_HPP
     1.8 +#define SHARE_VM_GC_IMPLEMENTATION_CONCURRENTMARKSWEEP_COMPACTIBLEFREELISTSPACE_HPP
     1.9 +
    1.10 +#include "gc_implementation/concurrentMarkSweep/binaryTreeDictionary.hpp"
    1.11 +#include "gc_implementation/concurrentMarkSweep/freeList.hpp"
    1.12 +#include "gc_implementation/concurrentMarkSweep/promotionInfo.hpp"
    1.13 +#include "memory/blockOffsetTable.inline.hpp"
    1.14 +#include "memory/space.hpp"
    1.15 +
    1.16  // Classes in support of keeping track of promotions into a non-Contiguous
    1.17  // space, in this case a CompactibleFreeListSpace.
    1.18  
    1.19 @@ -646,3 +655,5 @@
    1.20                                     * CMSSpoolBlockSize);
    1.21    return CompactibleFreeListSpace::adjustObjectSize(sz);
    1.22  }
    1.23 +
    1.24 +#endif // SHARE_VM_GC_IMPLEMENTATION_CONCURRENTMARKSWEEP_COMPACTIBLEFREELISTSPACE_HPP

mercurial