--- old/src/hotspot/share/gc/z/zPhysicalMemory.hpp 2017-12-12 11:29:12.548136419 +0100 +++ new/src/hotspot/share/gc/z/zPhysicalMemory.hpp 2017-12-12 11:29:12.211121783 +0100 @@ -73,6 +73,9 @@ bool ensure_available(size_t size); + void nmt_commit(ZPhysicalMemory pmem, uintptr_t offset); + void nmt_uncommit(ZPhysicalMemory pmem, uintptr_t offset); + public: ZPhysicalMemoryManager(size_t max_capacity, size_t granule_size);