< prev index next >

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

Print this page

        

*** 33,43 **** #include "gc/z/zVirtualMemory.hpp" #include "memory/allocation.hpp" class ZPageAllocRequest; ! class ZPageAllocator VALUE_OBJ_CLASS_SPEC { friend class VMStructs; private: ZLock _lock; ZVirtualMemoryManager _virtual; --- 33,43 ---- #include "gc/z/zVirtualMemory.hpp" #include "memory/allocation.hpp" class ZPageAllocRequest; ! class ZPageAllocator { friend class VMStructs; private: ZLock _lock; ZVirtualMemoryManager _virtual;
< prev index next >