--- a/hotspot/src/share/vm/memory/blockOffsetTable.inline.hpp Tue Nov 23 15:01:43 2010 -0500
+++ b/hotspot/src/share/vm/memory/blockOffsetTable.inline.hpp Tue Nov 23 13:22:55 2010 -0800
@@ -22,6 +22,16 @@
*
*/
+#ifndef SHARE_VM_MEMORY_BLOCKOFFSETTABLE_INLINE_HPP
+#define SHARE_VM_MEMORY_BLOCKOFFSETTABLE_INLINE_HPP
+
+#include "memory/blockOffsetTable.hpp"
+#include "memory/space.hpp"
+#include "runtime/safepoint.hpp"
+#ifndef SERIALGC
+#include "gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.hpp"
+#endif
+
//////////////////////////////////////////////////////////////////////////
// BlockOffsetTable inlines
//////////////////////////////////////////////////////////////////////////
@@ -88,3 +98,5 @@
}
}
}
+
+#endif // SHARE_VM_MEMORY_BLOCKOFFSETTABLE_INLINE_HPP