class sun.nio.ch.IOVecWrapper$Deallocator implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.ch.IOVecWrapper$Deallocator
  super_class: java.lang.Object
{
  private final sun.nio.ch.AllocatedNativeObject obj;
    descriptor: Lsun/nio/ch/AllocatedNativeObject;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(sun.nio.ch.AllocatedNativeObject);
    descriptor: (Lsun/nio/ch/AllocatedNativeObject;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.ch.IOVecWrapper$Deallocator this
        start local 1 // sun.nio.ch.AllocatedNativeObject obj
         0: .line 75
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 76
            aload 0 /* this */
            aload 1 /* obj */
            putfield sun.nio.ch.IOVecWrapper$Deallocator.obj:Lsun/nio/ch/AllocatedNativeObject;
         2: .line 77
            return
        end local 1 // sun.nio.ch.AllocatedNativeObject obj
        end local 0 // sun.nio.ch.IOVecWrapper$Deallocator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/ch/IOVecWrapper$Deallocator;
            0    3     1   obj  Lsun/nio/ch/AllocatedNativeObject;
    MethodParameters:
      Name  Flags
      obj   

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.IOVecWrapper$Deallocator this
         0: .line 79
            aload 0 /* this */
            getfield sun.nio.ch.IOVecWrapper$Deallocator.obj:Lsun/nio/ch/AllocatedNativeObject;
            invokevirtual sun.nio.ch.AllocatedNativeObject.free:()V
         1: .line 80
            return
        end local 0 // sun.nio.ch.IOVecWrapper$Deallocator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/ch/IOVecWrapper$Deallocator;
}
SourceFile: "IOVecWrapper.java"
NestHost: sun.nio.ch.IOVecWrapper
InnerClasses:
  private Deallocator = sun.nio.ch.IOVecWrapper$Deallocator of sun.nio.ch.IOVecWrapper