class sun.nio.ch.AllocatedNativeObject extends sun.nio.ch.NativeObject
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.ch.AllocatedNativeObject
  super_class: sun.nio.ch.NativeObject
{
  void <init>(int, boolean);
    descriptor: (IZ)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.nio.ch.AllocatedNativeObject this
        start local 1 // int size
        start local 2 // boolean pageAligned
         0: .line 53
            aload 0 /* this */
            iload 1 /* size */
            iload 2 /* pageAligned */
            invokespecial sun.nio.ch.NativeObject.<init>:(IZ)V
         1: .line 54
            return
        end local 2 // boolean pageAligned
        end local 1 // int size
        end local 0 // sun.nio.ch.AllocatedNativeObject this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lsun/nio/ch/AllocatedNativeObject;
            0    2     1         size  I
            0    2     2  pageAligned  Z
    MethodParameters:
             Name  Flags
      size         
      pageAligned  

  synchronized void free();
    descriptor: ()V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.nio.ch.AllocatedNativeObject this
         0: .line 60
            aload 0 /* this */
            getfield sun.nio.ch.AllocatedNativeObject.allocationAddress:J
            lconst_0
            lcmp
            ifeq 3
         1: .line 61
            getstatic sun.nio.ch.AllocatedNativeObject.unsafe:Lsun/misc/Unsafe;
            aload 0 /* this */
            getfield sun.nio.ch.AllocatedNativeObject.allocationAddress:J
            invokevirtual sun.misc.Unsafe.freeMemory:(J)V
         2: .line 62
            aload 0 /* this */
            lconst_0
            putfield sun.nio.ch.AllocatedNativeObject.allocationAddress:J
         3: .line 64
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.nio.ch.AllocatedNativeObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/nio/ch/AllocatedNativeObject;
}
SourceFile: "AllocatedNativeObject.java"