src/share/vm/services/psMemoryPool.hpp

changeset 4542
db9981fd3124
parent 4037
da91efe96a93
child 6198
55fb97c4c58d
     1.1 --- a/src/share/vm/services/psMemoryPool.hpp	Fri Jan 18 05:33:32 2013 -0800
     1.2 +++ b/src/share/vm/services/psMemoryPool.hpp	Wed Jan 23 13:02:39 2013 -0500
     1.3 @@ -25,7 +25,8 @@
     1.4  #ifndef SHARE_VM_SERVICES_PSMEMORYPOOL_HPP
     1.5  #define SHARE_VM_SERVICES_PSMEMORYPOOL_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/psOldGen.hpp"
    1.11  #include "gc_implementation/parallelScavenge/psYoungGen.hpp"
    1.12  #include "gc_implementation/shared/mutableSpace.hpp"
    1.13 @@ -34,7 +35,7 @@
    1.14  #include "memory/space.hpp"
    1.15  #include "services/memoryPool.hpp"
    1.16  #include "services/memoryUsage.hpp"
    1.17 -#endif
    1.18 +#endif // INCLUDE_ALL_GCS
    1.19  
    1.20  class PSGenerationPool : public CollectedMemoryPool {
    1.21  private:

mercurial