hotspot/src/share/vm/gc_implementation/shared/immutableSpace.cpp
changeset 15482 470d0b0c09f1
parent 13728 882756847a04
child 22234 da823d78ad65
--- a/hotspot/src/share/vm/gc_implementation/shared/immutableSpace.cpp	Fri Jan 18 05:33:32 2013 -0800
+++ b/hotspot/src/share/vm/gc_implementation/shared/immutableSpace.cpp	Wed Jan 23 13:02:39 2013 -0500
@@ -23,11 +23,12 @@
  */
 
 #include "precompiled.hpp"
-#ifndef SERIALGC
+#include "utilities/macros.hpp"
+#if INCLUDE_ALL_GCS
 #include "gc_implementation/shared/immutableSpace.hpp"
 #include "memory/universe.hpp"
 #include "oops/oop.inline.hpp"
-#endif
+#endif // INCLUDE_ALL_GCS
 
 void ImmutableSpace::initialize(MemRegion mr) {
   HeapWord* bottom = mr.start();