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

changeset 4542
db9981fd3124
parent 4153
b9a9ed0f8eeb
child 5689
de88570fabfc
     1.1 --- a/src/share/vm/gc_implementation/shared/hSpaceCounters.hpp	Fri Jan 18 05:33:32 2013 -0800
     1.2 +++ b/src/share/vm/gc_implementation/shared/hSpaceCounters.hpp	Wed Jan 23 13:02:39 2013 -0500
     1.3 @@ -25,11 +25,12 @@
     1.4  #ifndef SHARE_VM_GC_IMPLEMENTATION_SHARED_HSPACECOUNTERS_HPP
     1.5  #define SHARE_VM_GC_IMPLEMENTATION_SHARED_HSPACECOUNTERS_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 "memory/generation.hpp"
    1.12  #include "runtime/perfData.hpp"
    1.13 -#endif
    1.14 +#endif // INCLUDE_ALL_GCS
    1.15  
    1.16  // A HSpaceCounter is a holder class for performance counters
    1.17  // that track a collections (logical spaces) in a heap;

mercurial