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

*** 25,35 **** --- 25,35 ---- #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_G1PAGEBASEDVIRTUALSPACE_HPP #define SHARE_VM_GC_IMPLEMENTATION_G1_G1PAGEBASEDVIRTUALSPACE_HPP #include "memory/allocation.hpp" #include "memory/memRegion.hpp" ! #include "runtime/virtualspace.hpp" ! #include "memory/virtualspace.hpp" #include "utilities/bitMap.hpp" // Virtual space management helper for a virtual space with an OS page allocation // granularity. // (De-)Allocation requests are always OS page aligned by passing a page index

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