< prev index next >

src/hotspot/share/gc/z/zPreMappedMemory.hpp

Print this page

        

*** 28,38 **** #include "gc/z/zVirtualMemory.hpp" #include "memory/allocation.hpp" class ZPage; ! class ZPreMappedMemory VALUE_OBJ_CLASS_SPEC { private: ZVirtualMemory _vmem; ZPhysicalMemory _pmem; bool _initialized; --- 28,38 ---- #include "gc/z/zVirtualMemory.hpp" #include "memory/allocation.hpp" class ZPage; ! class ZPreMappedMemory { private: ZVirtualMemory _vmem; ZPhysicalMemory _pmem; bool _initialized;
< prev index next >