< prev index next >

src/share/vm/gc/shared/space.inline.hpp

Print this page
rev 8362 : [mq]: hotspot

*** 20,38 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_MEMORY_SPACE_INLINE_HPP ! #define SHARE_VM_MEMORY_SPACE_INLINE_HPP ! #include "gc_implementation/shared/liveRange.hpp" ! #include "gc_implementation/shared/markSweep.inline.hpp" ! #include "gc_implementation/shared/spaceDecorator.hpp" ! #include "gc_interface/collectedHeap.hpp" ! #include "memory/generation.hpp" ! #include "memory/space.hpp" #include "memory/universe.hpp" #include "runtime/prefetch.inline.hpp" #include "runtime/safepoint.hpp" inline HeapWord* Space::block_start(const void* p) { --- 20,38 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_SHARED_SPACE_INLINE_HPP ! #define SHARE_VM_GC_SHARED_SPACE_INLINE_HPP ! #include "gc/serial/markSweep.inline.hpp" ! #include "gc/shared/collectedHeap.hpp" ! #include "gc/shared/generation.hpp" ! #include "gc/shared/liveRange.hpp" ! #include "gc/shared/space.hpp" ! #include "gc/shared/spaceDecorator.hpp" #include "memory/universe.hpp" #include "runtime/prefetch.inline.hpp" #include "runtime/safepoint.hpp" inline HeapWord* Space::block_start(const void* p) {
*** 329,334 **** if (!was_empty) space->clear(SpaceDecorator::Mangle); } else { if (ZapUnusedHeapArea) space->mangle_unused_area(); } } ! #endif // SHARE_VM_MEMORY_SPACE_INLINE_HPP --- 329,334 ---- if (!was_empty) space->clear(SpaceDecorator::Mangle); } else { if (ZapUnusedHeapArea) space->mangle_unused_area(); } } ! #endif // SHARE_VM_GC_SHARED_SPACE_INLINE_HPP
< prev index next >