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

changeset 4542
db9981fd3124
parent 4153
b9a9ed0f8eeb
child 6198
55fb97c4c58d
     1.1 --- a/src/share/vm/gc_implementation/shared/spaceCounters.hpp	Fri Jan 18 05:33:32 2013 -0800
     1.2 +++ b/src/share/vm/gc_implementation/shared/spaceCounters.hpp	Wed Jan 23 13:02:39 2013 -0500
     1.3 @@ -25,12 +25,13 @@
     1.4  #ifndef SHARE_VM_GC_IMPLEMENTATION_SHARED_SPACECOUNTERS_HPP
     1.5  #define SHARE_VM_GC_IMPLEMENTATION_SHARED_SPACECOUNTERS_HPP
     1.6  
     1.7 -#ifndef SERIALGC
     1.8 +#include "utilities/macros.hpp"
     1.9 +#if INCLUDE_ALL_GCS
    1.10  #include "gc_implementation/shared/generationCounters.hpp"
    1.11  #include "gc_implementation/shared/immutableSpace.hpp"
    1.12  #include "gc_implementation/shared/mutableSpace.hpp"
    1.13  #include "runtime/perfData.hpp"
    1.14 -#endif
    1.15 +#endif // INCLUDE_ALL_GCS
    1.16  
    1.17  // A SpaceCounter is a holder class for performance counters
    1.18  // that track a space;

mercurial