comparison src/share/vm/oops/oop.psgc.inline.hpp @ 8001:db9981fd3124

8005915: Unify SERIALGC and INCLUDE_ALTERNATE_GCS Summary: Rename INCLUDE_ALTERNATE_GCS to INCLUDE_ALL_GCS and replace SERIALGC with INCLUDE_ALL_GCS. Reviewed-by: coleenp, stefank
author jprovino
date Wed, 23 Jan 2013 13:02:39 -0500
parents d8ce2825b193
children de6a9e811145
comparison
equal deleted inserted replaced
7619:46e60405583b 8001:db9981fd3124
23 */ 23 */
24 24
25 #ifndef SHARE_VM_OOPS_OOP_PSGC_INLINE_HPP 25 #ifndef SHARE_VM_OOPS_OOP_PSGC_INLINE_HPP
26 #define SHARE_VM_OOPS_OOP_PSGC_INLINE_HPP 26 #define SHARE_VM_OOPS_OOP_PSGC_INLINE_HPP
27 27
28 #ifndef SERIALGC 28 #include "utilities/macros.hpp"
29 #if INCLUDE_ALL_GCS
29 #include "gc_implementation/parallelScavenge/parallelScavengeHeap.hpp" 30 #include "gc_implementation/parallelScavenge/parallelScavengeHeap.hpp"
30 #include "gc_implementation/parallelScavenge/psScavenge.hpp" 31 #include "gc_implementation/parallelScavenge/psScavenge.hpp"
31 #include "gc_implementation/parallelScavenge/psScavenge.inline.hpp" 32 #include "gc_implementation/parallelScavenge/psScavenge.inline.hpp"
32 #endif 33 #endif // INCLUDE_ALL_GCS
33 34
34 // ParallelScavengeHeap methods 35 // ParallelScavengeHeap methods
35 36
36 inline void oopDesc::push_contents(PSPromotionManager* pm) { 37 inline void oopDesc::push_contents(PSPromotionManager* pm) {
37 Klass* k = klass(); 38 Klass* k = klass();