src/share/vm/gc_implementation/shared/isGCActiveMark.hpp

changeset 4542
db9981fd3124
parent 2314
f95d63e2154a
child 6198
55fb97c4c58d
     1.1 --- a/src/share/vm/gc_implementation/shared/isGCActiveMark.hpp	Fri Jan 18 05:33:32 2013 -0800
     1.2 +++ b/src/share/vm/gc_implementation/shared/isGCActiveMark.hpp	Wed Jan 23 13:02:39 2013 -0500
     1.3 @@ -25,9 +25,10 @@
     1.4  #ifndef SHARE_VM_GC_IMPLEMENTATION_SHARED_ISGCACTIVEMARK_HPP
     1.5  #define SHARE_VM_GC_IMPLEMENTATION_SHARED_ISGCACTIVEMARK_HPP
     1.6  
     1.7 -#ifndef SERIALGC
     1.8 +#include "utilities/macros.hpp"
     1.9 +#if INCLUDE_ALL_GCS
    1.10  #include "gc_implementation/parallelScavenge/parallelScavengeHeap.hpp"
    1.11 -#endif
    1.12 +#endif // INCLUDE_ALL_GCS
    1.13  
    1.14  // This class provides a method for block structured setting of the
    1.15  // _is_gc_active state without requiring accessors in CollectedHeap

mercurial