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

Print this page

        

*** 20,29 **** --- 20,35 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ + #ifndef SHARE_VM_GC_IMPLEMENTATION_CONCURRENTMARKSWEEP_PROMOTIONINFO_HPP + #define SHARE_VM_GC_IMPLEMENTATION_CONCURRENTMARKSWEEP_PROMOTIONINFO_HPP + + #include "gc_implementation/concurrentMarkSweep/freeChunk.hpp" + #include "memory/allocation.hpp" + // Forward declarations class CompactibleFreeListSpace; class PromotedObject VALUE_OBJ_CLASS_SPEC { private:
*** 202,206 **** --- 208,214 ---- void print_on(outputStream* st) const; void print_statistics(uint worker_id) const; }; + + #endif // SHARE_VM_GC_IMPLEMENTATION_CONCURRENTMARKSWEEP_PROMOTIONINFO_HPP