src/share/vm/gc_implementation/g1/g1BlockOffsetTable.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/gc_implementation/g1/g1BlockOffsetTable.hpp	Tue Apr 28 10:23:55 2015
--- new/src/share/vm/gc_implementation/g1/g1BlockOffsetTable.hpp	Tue Apr 28 10:23:54 2015

*** 25,35 **** --- 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 "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