src/share/vm/memory/collectorPolicy.cpp

changeset 4544
3c9bc17b9403
parent 4542
db9981fd3124
child 4557
1135141fb97e
     1.1 --- a/src/share/vm/memory/collectorPolicy.cpp	Wed Feb 06 15:22:32 2013 -0800
     1.2 +++ b/src/share/vm/memory/collectorPolicy.cpp	Thu Feb 07 16:05:48 2013 -0500
     1.3 @@ -39,10 +39,11 @@
     1.4  #include "runtime/java.hpp"
     1.5  #include "runtime/thread.inline.hpp"
     1.6  #include "runtime/vmThread.hpp"
     1.7 -#ifndef SERIALGC
     1.8 +#include "utilities/macros.hpp"
     1.9 +#if INCLUDE_ALL_GCS
    1.10  #include "gc_implementation/concurrentMarkSweep/cmsAdaptiveSizePolicy.hpp"
    1.11  #include "gc_implementation/concurrentMarkSweep/cmsGCAdaptivePolicyCounters.hpp"
    1.12 -#endif
    1.13 +#endif // INCLUDE_ALL_GCS
    1.14  
    1.15  // CollectorPolicy methods.
    1.16  

mercurial