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

changeset 2314
f95d63e2154a
parent 2190
4805b9f4779e
child 2379
b03260081e9b
     1.1 --- a/src/share/vm/gc_implementation/g1/concurrentMark.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/gc_implementation/g1/concurrentMark.hpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -22,6 +22,12 @@
     1.4   *
     1.5   */
     1.6  
     1.7 +#ifndef SHARE_VM_GC_IMPLEMENTATION_G1_CONCURRENTMARK_HPP
     1.8 +#define SHARE_VM_GC_IMPLEMENTATION_G1_CONCURRENTMARK_HPP
     1.9 +
    1.10 +#include "gc_implementation/g1/heapRegion.hpp"
    1.11 +#include "utilities/taskqueue.hpp"
    1.12 +
    1.13  class G1CollectedHeap;
    1.14  class CMTask;
    1.15  typedef GenericTaskQueue<oop>            CMTaskQueue;
    1.16 @@ -1120,3 +1126,5 @@
    1.17    void increase_objs_found_on_bitmap() { ++_objs_found_on_bitmap; }
    1.18  #endif // _MARKING_STATS_
    1.19  };
    1.20 +
    1.21 +#endif // SHARE_VM_GC_IMPLEMENTATION_G1_CONCURRENTMARK_HPP

mercurial