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

changeset 2314
f95d63e2154a
parent 2071
be3f9c242c9d
child 2958
1e3493ac2d11
     1.1 --- a/src/share/vm/gc_implementation/concurrentMarkSweep/freeChunk.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/gc_implementation/concurrentMarkSweep/freeChunk.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_CONCURRENTMARKSWEEP_FREECHUNK_HPP
     1.8 +#define SHARE_VM_GC_IMPLEMENTATION_CONCURRENTMARKSWEEP_FREECHUNK_HPP
     1.9 +
    1.10 +#include "memory/allocation.hpp"
    1.11 +#include "memory/memRegion.hpp"
    1.12 +#include "oops/markOop.hpp"
    1.13 +#include "runtime/mutex.hpp"
    1.14 +#include "utilities/debug.hpp"
    1.15 +#include "utilities/globalDefinitions.hpp"
    1.16 +#include "utilities/ostream.hpp"
    1.17 +
    1.18  //
    1.19  // Free block maintenance for Concurrent Mark Sweep Generation
    1.20  //
    1.21 @@ -141,3 +152,5 @@
    1.22  
    1.23  extern size_t MinChunkSize;
    1.24  
    1.25 +
    1.26 +#endif // SHARE_VM_GC_IMPLEMENTATION_CONCURRENTMARKSWEEP_FREECHUNK_HPP

mercurial