src/share/vm/gc_implementation/g1/heapRegion.hpp

changeset 2314
f95d63e2154a
parent 2241
72a161e62cc4
child 2453
2250ee17e258
     1.1 --- a/src/share/vm/gc_implementation/g1/heapRegion.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/gc_implementation/g1/heapRegion.hpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -22,6 +22,17 @@
     1.4   *
     1.5   */
     1.6  
     1.7 +#ifndef SHARE_VM_GC_IMPLEMENTATION_G1_HEAPREGION_HPP
     1.8 +#define SHARE_VM_GC_IMPLEMENTATION_G1_HEAPREGION_HPP
     1.9 +
    1.10 +#include "gc_implementation/g1/g1BlockOffsetTable.inline.hpp"
    1.11 +#include "gc_implementation/g1/g1_specialized_oop_closures.hpp"
    1.12 +#include "gc_implementation/g1/survRateGroup.hpp"
    1.13 +#include "gc_implementation/shared/ageTable.hpp"
    1.14 +#include "gc_implementation/shared/spaceDecorator.hpp"
    1.15 +#include "memory/space.inline.hpp"
    1.16 +#include "memory/watermark.hpp"
    1.17 +
    1.18  #ifndef SERIALGC
    1.19  
    1.20  // A HeapRegion is the smallest piece of a G1CollectedHeap that
    1.21 @@ -945,3 +956,5 @@
    1.22  // End: ***
    1.23  
    1.24  #endif // SERIALGC
    1.25 +
    1.26 +#endif // SHARE_VM_GC_IMPLEMENTATION_G1_HEAPREGION_HPP

mercurial