< prev index next >

src/share/vm/gc/parallel/psScavenge.inline.hpp

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

*** 20,36 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSSCAVENGE_INLINE_HPP ! #define SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSSCAVENGE_INLINE_HPP ! #include "gc_implementation/parallelScavenge/cardTableExtension.hpp" ! #include "gc_implementation/parallelScavenge/parallelScavengeHeap.hpp" ! #include "gc_implementation/parallelScavenge/psPromotionManager.inline.hpp" ! #include "gc_implementation/parallelScavenge/psScavenge.hpp" #include "memory/iterator.hpp" #include "utilities/globalDefinitions.hpp" inline void PSScavenge::save_to_space_top_before_gc() { ParallelScavengeHeap* heap = ParallelScavengeHeap::heap(); --- 20,36 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_PARALLEL_PSSCAVENGE_INLINE_HPP ! #define SHARE_VM_GC_PARALLEL_PSSCAVENGE_INLINE_HPP ! #include "gc/parallel/cardTableExtension.hpp" ! #include "gc/parallel/parallelScavengeHeap.hpp" ! #include "gc/parallel/psPromotionManager.inline.hpp" ! #include "gc/parallel/psScavenge.hpp" #include "memory/iterator.hpp" #include "utilities/globalDefinitions.hpp" inline void PSScavenge::save_to_space_top_before_gc() { ParallelScavengeHeap* heap = ParallelScavengeHeap::heap();
*** 161,166 **** _oop_closure.set_scanned_klass(NULL); } } }; ! #endif // SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSSCAVENGE_INLINE_HPP --- 161,166 ---- _oop_closure.set_scanned_klass(NULL); } } }; ! #endif // SHARE_VM_GC_PARALLEL_PSSCAVENGE_INLINE_HPP
< prev index next >