--- old/src/share/vm/memory/blockOffsetTable.inline.hpp 2010-10-28 13:57:05.000000000 +0200 +++ new/src/share/vm/memory/blockOffsetTable.inline.hpp 2010-10-28 13:57:05.000000000 +0200 @@ -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