class org.xnio.Buffers$4$1 implements org.wildfly.common.ref.Reaper<java.nio.ByteBuffer, java.lang.Void>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.xnio.Buffers$4$1
  super_class: java.lang.Object
{
  final org.xnio.Buffers$4 this$1;
    descriptor: Lorg/xnio/Buffers$4;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.nio.ByteBuffer val$buf;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.xnio.Buffers$4, java.nio.ByteBuffer);
    descriptor: (Lorg/xnio/Buffers$4;Ljava/nio/ByteBuffer;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.xnio.Buffers$4$1 this
         0: .line 1969
            aload 0 /* this */
            aload 1
            putfield org.xnio.Buffers$4$1.this$1:Lorg/xnio/Buffers$4;
            aload 0 /* this */
            aload 2
            putfield org.xnio.Buffers$4$1.val$buf:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.xnio.Buffers$4$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/Buffers$4$1;
    MethodParameters:
         Name  Flags
      this$0   final
      val$buf  final

  public void reap(org.wildfly.common.ref.Reference<java.nio.ByteBuffer, java.lang.Void>);
    descriptor: (Lorg/wildfly/common/ref/Reference;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.xnio.Buffers$4$1 this
        start local 1 // org.wildfly.common.ref.Reference reference
         0: .line 1972
            aload 0 /* this */
            getfield org.xnio.Buffers$4$1.val$buf:Ljava/nio/ByteBuffer;
            invokestatic org.xnio.ByteBufferPool.free:(Ljava/nio/ByteBuffer;)V
         1: .line 1973
            return
        end local 1 // org.wildfly.common.ref.Reference reference
        end local 0 // org.xnio.Buffers$4$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/xnio/Buffers$4$1;
            0    2     1  reference  Lorg/wildfly/common/ref/Reference<Ljava/nio/ByteBuffer;Ljava/lang/Void;>;
    Signature: (Lorg/wildfly/common/ref/Reference<Ljava/nio/ByteBuffer;Ljava/lang/Void;>;)V
    MethodParameters:
           Name  Flags
      reference  final
}
Signature: Ljava/lang/Object;Lorg/wildfly/common/ref/Reaper<Ljava/nio/ByteBuffer;Ljava/lang/Void;>;
SourceFile: "Buffers.java"
EnclosingMethod: org.xnio.Buffers$4.discard:()V
NestHost: org.xnio.Buffers
InnerClasses:
  org.xnio.Buffers$4
  org.xnio.Buffers$4$1