src/share/vm/gc_implementation/parNew/parNewGeneration.hpp

Print this page

        

*** 20,29 **** --- 20,36 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ + #ifndef SHARE_VM_GC_IMPLEMENTATION_PARNEW_PARNEWGENERATION_HPP + #define SHARE_VM_GC_IMPLEMENTATION_PARNEW_PARNEWGENERATION_HPP + + #include "gc_implementation/parNew/parGCAllocBuffer.hpp" + #include "memory/defNewGeneration.hpp" + #include "utilities/taskqueue.hpp" + class ChunkArray; class ParScanWithoutBarrierClosure; class ParScanWithBarrierClosure; class ParRootScanWithoutBarrierClosure; class ParRootScanWithBarrierTwoGensClosure;
*** 418,422 **** --- 425,431 ---- static oop real_forwardee(oop obj); DEBUG_ONLY(static bool is_legal_forward_ptr(oop p);) }; + + #endif // SHARE_VM_GC_IMPLEMENTATION_PARNEW_PARNEWGENERATION_HPP