src/share/vm/memory/defNewGeneration.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/memory/defNewGeneration.hpp

src/share/vm/memory/defNewGeneration.hpp

Print this page

        

*** 26,36 **** #define SHARE_VM_MEMORY_DEFNEWGENERATION_HPP #include "gc_implementation/shared/ageTable.hpp" #include "gc_implementation/shared/cSpaceCounters.hpp" #include "gc_implementation/shared/generationCounters.hpp" ! #include "gc_implementation/shared/promotionFailedInfo.hpp" #include "memory/generation.inline.hpp" #include "utilities/stack.hpp" class EdenSpace; class ContiguousSpace; --- 26,36 ---- #define SHARE_VM_MEMORY_DEFNEWGENERATION_HPP #include "gc_implementation/shared/ageTable.hpp" #include "gc_implementation/shared/cSpaceCounters.hpp" #include "gc_implementation/shared/generationCounters.hpp" ! #include "gc_implementation/shared/copyFailedInfo.hpp" #include "memory/generation.inline.hpp" #include "utilities/stack.hpp" class EdenSpace; class ContiguousSpace;
src/share/vm/memory/defNewGeneration.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File