src/share/vm/gc_implementation/g1/g1BlockOffsetTable.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 8068352 Cdiff src/share/vm/gc_implementation/g1/g1BlockOffsetTable.hpp

src/share/vm/gc_implementation/g1/g1BlockOffsetTable.hpp

Print this page

        

*** 25,35 **** #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_G1BLOCKOFFSETTABLE_HPP #define SHARE_VM_GC_IMPLEMENTATION_G1_G1BLOCKOFFSETTABLE_HPP #include "gc_implementation/g1/g1RegionToSpaceMapper.hpp" #include "memory/memRegion.hpp" ! #include "runtime/virtualspace.hpp" #include "utilities/globalDefinitions.hpp" // The CollectedHeap type requires subtypes to implement a method // "block_start". For some subtypes, notably generational // systems using card-table-based write barriers, the efficiency of this --- 25,35 ---- #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_G1BLOCKOFFSETTABLE_HPP #define SHARE_VM_GC_IMPLEMENTATION_G1_G1BLOCKOFFSETTABLE_HPP #include "gc_implementation/g1/g1RegionToSpaceMapper.hpp" #include "memory/memRegion.hpp" ! #include "memory/virtualspace.hpp" #include "utilities/globalDefinitions.hpp" // The CollectedHeap type requires subtypes to implement a method // "block_start". For some subtypes, notably generational // systems using card-table-based write barriers, the efficiency of this
src/share/vm/gc_implementation/g1/g1BlockOffsetTable.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File