src/share/vm/oops/oop.pcgc.inline.hpp

changeset 4544
3c9bc17b9403
parent 4542
db9981fd3124
child 6169
ad72068ac41e
     1.1 --- a/src/share/vm/oops/oop.pcgc.inline.hpp	Wed Feb 06 15:22:32 2013 -0800
     1.2 +++ b/src/share/vm/oops/oop.pcgc.inline.hpp	Thu Feb 07 16:05:48 2013 -0500
     1.3 @@ -25,14 +25,15 @@
     1.4  #ifndef SHARE_VM_OOPS_OOP_PCGC_INLINE_HPP
     1.5  #define SHARE_VM_OOPS_OOP_PCGC_INLINE_HPP
     1.6  
     1.7 -#ifndef SERIALGC
     1.8 +#include "utilities/macros.hpp"
     1.9 +#if INCLUDE_ALL_GCS
    1.10  #include "gc_implementation/parNew/parNewGeneration.hpp"
    1.11  #include "gc_implementation/parallelScavenge/parallelScavengeHeap.hpp"
    1.12  #include "gc_implementation/parallelScavenge/psCompactionManager.hpp"
    1.13  #include "gc_implementation/parallelScavenge/psParallelCompact.hpp"
    1.14  #include "gc_implementation/parallelScavenge/psScavenge.hpp"
    1.15  #include "gc_implementation/parallelScavenge/psScavenge.inline.hpp"
    1.16 -#endif
    1.17 +#endif // INCLUDE_ALL_GCS
    1.18  
    1.19  inline void oopDesc::update_contents(ParCompactionManager* cm) {
    1.20    // The klass field must be updated before anything else

mercurial