< prev index next >

src/hotspot/os/bsd/gc/z/zBackingFile_bsd.cpp

Print this page

        

*** 87,96 **** --- 87,100 ---- bool ZBackingFile::is_initialized() const { return _initialized; } + void ZBackingFile::warn_commit_limits(size_t max) const { + // Does nothing + } + size_t ZBackingFile::size() const { return _size; } bool ZBackingFile::commit_inner(size_t offset, size_t length) {
< prev index next >