< prev index next >

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

Print this page
rev 8362 : 8079792: GC directory structure cleanup
Reviewed-by:

*** 20,37 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_CONCURRENTMARK_HPP ! #define SHARE_VM_GC_IMPLEMENTATION_G1_CONCURRENTMARK_HPP #include "classfile/javaClasses.hpp" ! #include "gc_implementation/g1/heapRegionSet.hpp" ! #include "gc_implementation/g1/g1RegionToSpaceMapper.hpp" ! #include "gc_implementation/shared/gcId.hpp" ! #include "utilities/taskqueue.hpp" class G1CollectedHeap; class CMBitMap; class CMTask; class ConcurrentMark; --- 20,37 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_G1_CONCURRENTMARK_HPP ! #define SHARE_VM_GC_G1_CONCURRENTMARK_HPP #include "classfile/javaClasses.hpp" ! #include "gc/g1/g1RegionToSpaceMapper.hpp" ! #include "gc/g1/heapRegionSet.hpp" ! #include "gc/shared/gcId.hpp" ! #include "gc/shared/taskqueue.hpp" class G1CollectedHeap; class CMBitMap; class CMTask; class ConcurrentMark;
*** 1222,1227 **** G1PrintRegionLivenessInfoClosure(outputStream* out, const char* phase_name); virtual bool doHeapRegion(HeapRegion* r); ~G1PrintRegionLivenessInfoClosure(); }; ! #endif // SHARE_VM_GC_IMPLEMENTATION_G1_CONCURRENTMARK_HPP --- 1222,1227 ---- G1PrintRegionLivenessInfoClosure(outputStream* out, const char* phase_name); virtual bool doHeapRegion(HeapRegion* r); ~G1PrintRegionLivenessInfoClosure(); }; ! #endif // SHARE_VM_GC_G1_CONCURRENTMARK_HPP
< prev index next >