class java.nio.DirectByteBuffer$Deallocator implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.nio.DirectByteBuffer$Deallocator
  super_class: java.lang.Object
{
  private static sun.misc.Unsafe unsafe;
    descriptor: Lsun/misc/Unsafe;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private long address;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long size;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private int capacity;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 72
            ldc Ljava/nio/DirectByteBuffer;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic java.nio.DirectByteBuffer$Deallocator.$assertionsDisabled:Z
         3: .line 76
            invokestatic sun.misc.Unsafe.getUnsafe:()Lsun/misc/Unsafe;
            putstatic java.nio.DirectByteBuffer$Deallocator.unsafe:Lsun/misc/Unsafe;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(long, long, int);
    descriptor: (JJI)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // java.nio.DirectByteBuffer$Deallocator this
        start local 1 // long address
        start local 3 // long size
        start local 5 // int capacity
         0: .line 82
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 83
            getstatic java.nio.DirectByteBuffer$Deallocator.$assertionsDisabled:Z
            ifne 2
            lload 1 /* address */
            lconst_0
            lcmp
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 84
      StackMap locals: java.nio.DirectByteBuffer$Deallocator long long int
      StackMap stack:
            aload 0 /* this */
            lload 1 /* address */
            putfield java.nio.DirectByteBuffer$Deallocator.address:J
         3: .line 85
            aload 0 /* this */
            lload 3 /* size */
            putfield java.nio.DirectByteBuffer$Deallocator.size:J
         4: .line 86
            aload 0 /* this */
            iload 5 /* capacity */
            putfield java.nio.DirectByteBuffer$Deallocator.capacity:I
         5: .line 87
            return
        end local 5 // int capacity
        end local 3 // long size
        end local 1 // long address
        end local 0 // java.nio.DirectByteBuffer$Deallocator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Ljava/nio/DirectByteBuffer$Deallocator;
            0    6     1   address  J
            0    6     3      size  J
            0    6     5  capacity  I
    MethodParameters:
          Name  Flags
      address   
      size      
      capacity  

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.nio.DirectByteBuffer$Deallocator this
         0: .line 90
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer$Deallocator.address:J
            lconst_0
            lcmp
            ifne 2
         1: .line 92
            return
         2: .line 94
      StackMap locals:
      StackMap stack:
            getstatic java.nio.DirectByteBuffer$Deallocator.unsafe:Lsun/misc/Unsafe;
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer$Deallocator.address:J
            invokevirtual sun.misc.Unsafe.freeMemory:(J)V
         3: .line 95
            aload 0 /* this */
            lconst_0
            putfield java.nio.DirectByteBuffer$Deallocator.address:J
         4: .line 96
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer$Deallocator.size:J
            aload 0 /* this */
            getfield java.nio.DirectByteBuffer$Deallocator.capacity:I
            invokestatic java.nio.Bits.unreserveMemory:(JI)V
         5: .line 97
            return
        end local 0 // java.nio.DirectByteBuffer$Deallocator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/nio/DirectByteBuffer$Deallocator;
}
SourceFile: "DirectByteBuffer.java"
NestHost: java.nio.DirectByteBuffer
InnerClasses:
  private Deallocator = java.nio.DirectByteBuffer$Deallocator of java.nio.DirectByteBuffer