hotspot/src/share/vm/memory/collectorPolicy.cpp
changeset 15482 470d0b0c09f1
parent 15091 826cff1f58f5
child 15497 cba24d845969
--- a/hotspot/src/share/vm/memory/collectorPolicy.cpp	Fri Jan 18 05:33:32 2013 -0800
+++ b/hotspot/src/share/vm/memory/collectorPolicy.cpp	Wed Jan 23 13:02:39 2013 -0500
@@ -39,10 +39,11 @@
 #include "runtime/java.hpp"
 #include "runtime/thread.inline.hpp"
 #include "runtime/vmThread.hpp"
-#ifndef SERIALGC
+#include "utilities/macros.hpp"
+#if INCLUDE_ALL_GCS
 #include "gc_implementation/concurrentMarkSweep/cmsAdaptiveSizePolicy.hpp"
 #include "gc_implementation/concurrentMarkSweep/cmsGCAdaptivePolicyCounters.hpp"
-#endif
+#endif // INCLUDE_ALL_GCS
 
 // CollectorPolicy methods.