class org.xnio.Buffers$4 implements org.xnio.Pooled<java.nio.ByteBuffer>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.xnio.Buffers$4
  super_class: java.lang.Object
{
  private volatile java.nio.ByteBuffer buf;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

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

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

  public void discard();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=1
        start local 0 // org.xnio.Buffers$4 this
         0: .line 1966
            aload 0 /* this */
            getfield org.xnio.Buffers$4.buf:Ljava/nio/ByteBuffer;
            astore 1 /* oldBuf */
        start local 1 // java.nio.ByteBuffer oldBuf
         1: .line 1967
            aload 1 /* oldBuf */
            ifnonnull 2
            return
         2: .line 1968
      StackMap locals: java.nio.ByteBuffer
      StackMap stack:
            aload 1 /* oldBuf */
            invokevirtual java.nio.ByteBuffer.duplicate:()Ljava/nio/ByteBuffer;
            astore 2 /* buf */
        start local 2 // java.nio.ByteBuffer buf
         3: .line 1969
            new org.wildfly.common.ref.CleanerReference
            aload 0 /* this */
            getfield org.xnio.Buffers$4.buf:Ljava/nio/ByteBuffer;
            aconst_null
            new org.xnio.Buffers$4$1
            dup
            aload 0 /* this */
            aload 2 /* buf */
            invokespecial org.xnio.Buffers$4$1.<init>:(Lorg/xnio/Buffers$4;Ljava/nio/ByteBuffer;)V
            invokespecial org.wildfly.common.ref.CleanerReference.<init>:(Ljava/lang/Object;Ljava/lang/Object;Lorg/wildfly/common/ref/Reaper;)V
         4: .line 1975
            aload 0 /* this */
            aconst_null
            putfield org.xnio.Buffers$4.buf:Ljava/nio/ByteBuffer;
         5: .line 1976
            return
        end local 2 // java.nio.ByteBuffer buf
        end local 1 // java.nio.ByteBuffer oldBuf
        end local 0 // org.xnio.Buffers$4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/xnio/Buffers$4;
            1    6     1  oldBuf  Ljava/nio/ByteBuffer;
            3    6     2     buf  Ljava/nio/ByteBuffer;

  public void free();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.xnio.Buffers$4 this
         0: .line 1979
            aload 0 /* this */
            getfield org.xnio.Buffers$4.buf:Ljava/nio/ByteBuffer;
            astore 1 /* oldBuf */
        start local 1 // java.nio.ByteBuffer oldBuf
         1: .line 1980
            aload 1 /* oldBuf */
            ifnonnull 2
            return
         2: .line 1981
      StackMap locals: java.nio.ByteBuffer
      StackMap stack:
            aload 1 /* oldBuf */
            invokestatic org.xnio.ByteBufferPool.free:(Ljava/nio/ByteBuffer;)V
         3: .line 1982
            aload 0 /* this */
            aconst_null
            putfield org.xnio.Buffers$4.buf:Ljava/nio/ByteBuffer;
         4: .line 1983
            return
        end local 1 // java.nio.ByteBuffer oldBuf
        end local 0 // org.xnio.Buffers$4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/xnio/Buffers$4;
            1    5     1  oldBuf  Ljava/nio/ByteBuffer;

  public java.nio.ByteBuffer getResource();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.xnio.Buffers$4 this
         0: .line 1986
            aload 0 /* this */
            getfield org.xnio.Buffers$4.buf:Ljava/nio/ByteBuffer;
            astore 1 /* buffer */
        start local 1 // java.nio.ByteBuffer buffer
         1: .line 1987
            aload 1 /* buffer */
            ifnonnull 3
         2: .line 1988
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         3: .line 1990
      StackMap locals: java.nio.ByteBuffer
      StackMap stack:
            aload 1 /* buffer */
            areturn
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // org.xnio.Buffers$4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/xnio/Buffers$4;
            1    4     1  buffer  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.lang.IllegalStateException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.Buffers$4 this
         0: .line 1994
            aload 0 /* this */
            invokevirtual org.xnio.Buffers$4.free:()V
         1: .line 1995
            return
        end local 0 // org.xnio.Buffers$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/Buffers$4;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.xnio.Buffers$4 this
         0: .line 1998
            new java.lang.StringBuilder
            dup
            ldc "Globally pooled wrapper around "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.xnio.Buffers$4.val$buffer:Ljava/nio/ByteBuffer;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.xnio.Buffers$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/Buffers$4;

  public java.lang.Object getResource();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.xnio.Buffers$4.getResource:()Ljava/nio/ByteBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.IllegalStateException
}
Signature: Ljava/lang/Object;Lorg/xnio/Pooled<Ljava/nio/ByteBuffer;>;
SourceFile: "Buffers.java"
EnclosingMethod: org.xnio.Buffers.globalPooledWrapper:(Ljava/nio/ByteBuffer;)Lorg/xnio/Pooled;
NestHost: org.xnio.Buffers
InnerClasses:
  org.xnio.Buffers$4
  org.xnio.Buffers$4$1