< prev index next >

src/hotspot/share/memory/virtualspace.hpp

Print this page

        

*** 23,33 **** */ #ifndef SHARE_VM_RUNTIME_VIRTUALSPACE_HPP #define SHARE_VM_RUNTIME_VIRTUALSPACE_HPP ! #include "memory/allocation.hpp" // ReservedSpace is a data structure for reserving a contiguous address range. class ReservedSpace { friend class VMStructs; --- 23,33 ---- */ #ifndef SHARE_VM_RUNTIME_VIRTUALSPACE_HPP #define SHARE_VM_RUNTIME_VIRTUALSPACE_HPP ! #include "utilities/globalDefinitions.hpp" // ReservedSpace is a data structure for reserving a contiguous address range. class ReservedSpace { friend class VMStructs;
< prev index next >