Package org.h2.util

Class MemoryUnmapper

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean unmap​(java.nio.ByteBuffer buffer)
      Tries to unmap memory for the specified byte buffer using Java internals in unsafe way if SysProperties.NIO_CLEANER_HACK is enabled and access is not denied by a security manager.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • unmap

        public static boolean unmap​(java.nio.ByteBuffer buffer)
        Tries to unmap memory for the specified byte buffer using Java internals in unsafe way if SysProperties.NIO_CLEANER_HACK is enabled and access is not denied by a security manager.
        Parameters:
        buffer - mapped byte buffer
        Returns:
        whether operation was successful