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

Print this page
rev 6521 : 8044775: Improve usage of umbrella header atomic.inline.hpp.

@@ -29,10 +29,11 @@
 #include "gc_implementation/shared/spaceDecorator.hpp"
 #include "oops/oop.inline.hpp"
 #include "runtime/safepoint.hpp"
 #include "runtime/thread.hpp"
 #endif // INCLUDE_ALL_GCS
+#include "runtime/atomic.inline.hpp"
 
 PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC
 
 MutableSpace::MutableSpace(size_t alignment): ImmutableSpace(), _top(NULL), _alignment(alignment) {
   assert(MutableSpace::alignment() >= 0 &&