< prev index next >

src/share/vm/gc/parallel/psOldGen.hpp

Print this page
rev 8362 : [mq]: hotspot

*** 20,37 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSOLDGEN_HPP ! #define SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSOLDGEN_HPP ! #include "gc_implementation/parallelScavenge/objectStartArray.hpp" ! #include "gc_implementation/parallelScavenge/psGenerationCounters.hpp" ! #include "gc_implementation/parallelScavenge/psVirtualspace.hpp" ! #include "gc_implementation/shared/mutableSpace.hpp" ! #include "gc_implementation/shared/spaceCounters.hpp" #include "runtime/safepoint.hpp" class PSMarkSweepDecorator; class PSOldGen : public CHeapObj<mtGC> { --- 20,37 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_PARALLEL_PSOLDGEN_HPP ! #define SHARE_VM_GC_PARALLEL_PSOLDGEN_HPP ! #include "gc/parallel/objectStartArray.hpp" ! #include "gc/parallel/psGenerationCounters.hpp" ! #include "gc/parallel/psVirtualspace.hpp" ! #include "gc/shared/mutableSpace.hpp" ! #include "gc/shared/spaceCounters.hpp" #include "runtime/safepoint.hpp" class PSMarkSweepDecorator; class PSOldGen : public CHeapObj<mtGC> {
*** 215,220 **** // Debugging support // Save the tops of all spaces for later use during mangling. void record_spaces_top() PRODUCT_RETURN; }; ! #endif // SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSOLDGEN_HPP --- 215,220 ---- // Debugging support // Save the tops of all spaces for later use during mangling. void record_spaces_top() PRODUCT_RETURN; }; ! #endif // SHARE_VM_GC_PARALLEL_PSOLDGEN_HPP
< prev index next >