< prev index next >

src/share/vm/memory/tenuredGeneration.hpp

Print this page
rev 7474 : imported patch separateCardGeneration

*** 26,36 **** #define SHARE_VM_MEMORY_TENUREDGENERATION_HPP #include "gc_implementation/shared/cSpaceCounters.hpp" #include "gc_implementation/shared/gcStats.hpp" #include "gc_implementation/shared/generationCounters.hpp" ! #include "memory/generation.hpp" #include "utilities/macros.hpp" // TenuredGeneration models the heap containing old (promoted/tenured) objects // contained in a single contiguous space. // --- 26,36 ---- #define SHARE_VM_MEMORY_TENUREDGENERATION_HPP #include "gc_implementation/shared/cSpaceCounters.hpp" #include "gc_implementation/shared/gcStats.hpp" #include "gc_implementation/shared/generationCounters.hpp" ! #include "memory/cardGeneration.hpp" #include "utilities/macros.hpp" // TenuredGeneration models the heap containing old (promoted/tenured) objects // contained in a single contiguous space. //
< prev index next >