hotspot/src/share/vm/services/heapDumper.cpp
changeset 15483 113ca9e9c1bb
parent 15228 e92acc84ade3
parent 15482 470d0b0c09f1
child 20282 7f9cbdf89af2
--- a/hotspot/src/share/vm/services/heapDumper.cpp	Fri Jan 25 03:03:23 2013 -0800
+++ b/hotspot/src/share/vm/services/heapDumper.cpp	Sun Jan 27 01:07:09 2013 -0800
@@ -40,9 +40,10 @@
 #include "services/heapDumper.hpp"
 #include "services/threadService.hpp"
 #include "utilities/ostream.hpp"
-#ifndef SERIALGC
+#include "utilities/macros.hpp"
+#if INCLUDE_ALL_GCS
 #include "gc_implementation/parallelScavenge/parallelScavengeHeap.hpp"
-#endif
+#endif // INCLUDE_ALL_GCS
 
 /*
  * HPROF binary format - description copied from: