< prev index next >

src/hotspot/share/gc/g1/g1PageBasedVirtualSpace.hpp

Print this page

        

*** 23,33 **** */ #ifndef SHARE_VM_GC_G1_G1PAGEBASEDVIRTUALSPACE_HPP #define SHARE_VM_GC_G1_G1PAGEBASEDVIRTUALSPACE_HPP - #include "memory/allocation.hpp" #include "memory/memRegion.hpp" #include "memory/virtualspace.hpp" #include "utilities/align.hpp" #include "utilities/bitMap.hpp" --- 23,32 ----
*** 43,53 **** // of the reservation passed may be rounded up to this page size. Any fragment // (less than the page size) of the actual size at the tail of the request will // be committed using OS small pages. // The implementation gives an error when trying to commit or uncommit pages that // have already been committed or uncommitted. ! class G1PageBasedVirtualSpace VALUE_OBJ_CLASS_SPEC { friend class VMStructs; private: // Reserved area addresses. char* _low_boundary; char* _high_boundary; --- 42,52 ---- // of the reservation passed may be rounded up to this page size. Any fragment // (less than the page size) of the actual size at the tail of the request will // be committed using OS small pages. // The implementation gives an error when trying to commit or uncommit pages that // have already been committed or uncommitted. ! class G1PageBasedVirtualSpace { friend class VMStructs; private: // Reserved area addresses. char* _low_boundary; char* _high_boundary;
< prev index next >