< prev index next >

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

Print this page

        

@@ -76,10 +76,12 @@
   void pretouch_view(uintptr_t addr, size_t size) const;
   void map_view(const ZPhysicalMemory& pmem, uintptr_t addr) const;
   void unmap_view(const ZPhysicalMemory& pmem, uintptr_t addr) const;
 
 public:
+  ZPhysicalMemoryManager(size_t max_capacity);
+
   bool is_initialized() const;
 
   void warn_commit_limits(size_t max) const;
   bool supports_uncommit();
 
< prev index next >