class sun.nio.fs.NativeBuffer$Deallocator implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.fs.NativeBuffer$Deallocator
  super_class: java.lang.Object
{
  private final long address;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(long);
    descriptor: (J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.nio.fs.NativeBuffer$Deallocator this
        start local 1 // long address
         0: .line 49
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 50
            aload 0 /* this */
            lload 1 /* address */
            putfield sun.nio.fs.NativeBuffer$Deallocator.address:J
         2: .line 51
            return
        end local 1 // long address
        end local 0 // sun.nio.fs.NativeBuffer$Deallocator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lsun/nio/fs/NativeBuffer$Deallocator;
            0    3     1  address  J
    MethodParameters:
         Name  Flags
      address  

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.nio.fs.NativeBuffer$Deallocator this
         0: .line 53
            getstatic sun.nio.fs.NativeBuffer.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* this */
            getfield sun.nio.fs.NativeBuffer$Deallocator.address:J
            invokevirtual jdk.internal.misc.Unsafe.freeMemory:(J)V
         1: .line 54
            return
        end local 0 // sun.nio.fs.NativeBuffer$Deallocator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/fs/NativeBuffer$Deallocator;
}
SourceFile: "NativeBuffer.java"
NestHost: sun.nio.fs.NativeBuffer
InnerClasses:
  private Deallocator = sun.nio.fs.NativeBuffer$Deallocator of sun.nio.fs.NativeBuffer