src/share/vm/gc_implementation/shared/immutableSpace.cpp

changeset 4542
db9981fd3124
parent 4037
da91efe96a93
child 6198
55fb97c4c58d
     1.1 --- a/src/share/vm/gc_implementation/shared/immutableSpace.cpp	Fri Jan 18 05:33:32 2013 -0800
     1.2 +++ b/src/share/vm/gc_implementation/shared/immutableSpace.cpp	Wed Jan 23 13:02:39 2013 -0500
     1.3 @@ -23,11 +23,12 @@
     1.4   */
     1.5  
     1.6  #include "precompiled.hpp"
     1.7 -#ifndef SERIALGC
     1.8 +#include "utilities/macros.hpp"
     1.9 +#if INCLUDE_ALL_GCS
    1.10  #include "gc_implementation/shared/immutableSpace.hpp"
    1.11  #include "memory/universe.hpp"
    1.12  #include "oops/oop.inline.hpp"
    1.13 -#endif
    1.14 +#endif // INCLUDE_ALL_GCS
    1.15  
    1.16  void ImmutableSpace::initialize(MemRegion mr) {
    1.17    HeapWord* bottom = mr.start();

mercurial