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

changeset 4542
db9981fd3124
parent 4037
da91efe96a93
child 6198
55fb97c4c58d
     1.1 --- a/src/share/vm/gc_implementation/shared/mutableSpace.cpp	Fri Jan 18 05:33:32 2013 -0800
     1.2 +++ b/src/share/vm/gc_implementation/shared/mutableSpace.cpp	Wed Jan 23 13:02:39 2013 -0500
     1.3 @@ -23,13 +23,14 @@
     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/mutableSpace.hpp"
    1.11  #include "gc_implementation/shared/spaceDecorator.hpp"
    1.12  #include "oops/oop.inline.hpp"
    1.13  #include "runtime/safepoint.hpp"
    1.14  #include "runtime/thread.hpp"
    1.15 -#endif
    1.16 +#endif // INCLUDE_ALL_GCS
    1.17  
    1.18  MutableSpace::MutableSpace(size_t alignment): ImmutableSpace(), _top(NULL), _alignment(alignment) {
    1.19    assert(MutableSpace::alignment() >= 0 &&

mercurial