final class org.xnio.ByteBufferPool$TwoCache implements org.xnio.ByteBufferPool$Cache
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.xnio.ByteBufferPool$TwoCache
  super_class: java.lang.Object
{
  private final org.xnio.ByteBufferPool$Cache parent;
    descriptor: Lorg/xnio/ByteBufferPool$Cache;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.nio.ByteBuffer buffer1;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE

  private java.nio.ByteBuffer buffer2;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE

  void <init>(org.xnio.ByteBufferPool$Cache);
    descriptor: (Lorg/xnio/ByteBufferPool$Cache;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.ByteBufferPool$TwoCache this
        start local 1 // org.xnio.ByteBufferPool$Cache parent
         0: .line 629
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 630
            aload 0 /* this */
            aload 1 /* parent */
            putfield org.xnio.ByteBufferPool$TwoCache.parent:Lorg/xnio/ByteBufferPool$Cache;
         2: .line 631
            return
        end local 1 // org.xnio.ByteBufferPool$Cache parent
        end local 0 // org.xnio.ByteBufferPool$TwoCache this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/xnio/ByteBufferPool$TwoCache;
            0    3     1  parent  Lorg/xnio/ByteBufferPool$Cache;
    MethodParameters:
        Name  Flags
      parent  final

  public void free(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.ByteBufferPool$TwoCache this
        start local 1 // java.nio.ByteBuffer bb
         0: .line 634
            aload 0 /* this */
            getfield org.xnio.ByteBufferPool$TwoCache.buffer1:Ljava/nio/ByteBuffer;
            ifnonnull 3
         1: .line 635
            aload 0 /* this */
            aload 1 /* bb */
            putfield org.xnio.ByteBufferPool$TwoCache.buffer1:Ljava/nio/ByteBuffer;
         2: .line 636
            goto 7
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield org.xnio.ByteBufferPool$TwoCache.buffer2:Ljava/nio/ByteBuffer;
            ifnonnull 6
         4: .line 637
            aload 0 /* this */
            aload 1 /* bb */
            putfield org.xnio.ByteBufferPool$TwoCache.buffer2:Ljava/nio/ByteBuffer;
         5: .line 638
            goto 7
         6: .line 639
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.xnio.ByteBufferPool$TwoCache.parent:Lorg/xnio/ByteBufferPool$Cache;
            aload 1 /* bb */
            invokeinterface org.xnio.ByteBufferPool$Cache.free:(Ljava/nio/ByteBuffer;)V
         7: .line 641
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.nio.ByteBuffer bb
        end local 0 // org.xnio.ByteBufferPool$TwoCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/xnio/ByteBufferPool$TwoCache;
            0    8     1    bb  Ljava/nio/ByteBuffer;
    MethodParameters:
      Name  Flags
      bb    final

  public void flushBuffer(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.ByteBufferPool$TwoCache this
        start local 1 // java.nio.ByteBuffer bb
         0: .line 644
            aload 0 /* this */
            getfield org.xnio.ByteBufferPool$TwoCache.parent:Lorg/xnio/ByteBufferPool$Cache;
            aload 1 /* bb */
            invokeinterface org.xnio.ByteBufferPool$Cache.flushBuffer:(Ljava/nio/ByteBuffer;)V
         1: .line 645
            return
        end local 1 // java.nio.ByteBuffer bb
        end local 0 // org.xnio.ByteBufferPool$TwoCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/ByteBufferPool$TwoCache;
            0    2     1    bb  Ljava/nio/ByteBuffer;
    MethodParameters:
      Name  Flags
      bb    final

  public java.nio.ByteBuffer allocate();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.xnio.ByteBufferPool$TwoCache this
         0: .line 648
            aload 0 /* this */
            getfield org.xnio.ByteBufferPool$TwoCache.buffer1:Ljava/nio/ByteBuffer;
            ifnull 7
         1: .line 649
            aload 0 /* this */
            getfield org.xnio.ByteBufferPool$TwoCache.buffer1:Ljava/nio/ByteBuffer;
            astore 2
         2: .line 651
            aload 0 /* this */
            aconst_null
            putfield org.xnio.ByteBufferPool$TwoCache.buffer1:Ljava/nio/ByteBuffer;
         3: .line 649
            aload 2
            areturn
         4: .line 650
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 651
            aload 0 /* this */
            aconst_null
            putfield org.xnio.ByteBufferPool$TwoCache.buffer1:Ljava/nio/ByteBuffer;
         6: .line 652
            aload 1
            athrow
      StackMap locals:
      StackMap stack:
         7: aload 0 /* this */
            getfield org.xnio.ByteBufferPool$TwoCache.buffer2:Ljava/nio/ByteBuffer;
            ifnull 14
         8: .line 653
            aload 0 /* this */
            getfield org.xnio.ByteBufferPool$TwoCache.buffer2:Ljava/nio/ByteBuffer;
            astore 2
         9: .line 655
            aload 0 /* this */
            aconst_null
            putfield org.xnio.ByteBufferPool$TwoCache.buffer2:Ljava/nio/ByteBuffer;
        10: .line 653
            aload 2
            areturn
        11: .line 654
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
        12: .line 655
            aload 0 /* this */
            aconst_null
            putfield org.xnio.ByteBufferPool$TwoCache.buffer2:Ljava/nio/ByteBuffer;
        13: .line 656
            aload 1
            athrow
        14: .line 657
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.xnio.ByteBufferPool$TwoCache.parent:Lorg/xnio/ByteBufferPool$Cache;
            invokeinterface org.xnio.ByteBufferPool$Cache.allocate:()Ljava/nio/ByteBuffer;
            areturn
        end local 0 // org.xnio.ByteBufferPool$TwoCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lorg/xnio/ByteBufferPool$TwoCache;
      Exception table:
        from    to  target  type
           1     2       4  any
           8     9      11  any

  public void destroy();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.xnio.ByteBufferPool$TwoCache this
         0: .line 662
            aload 0 /* this */
            getfield org.xnio.ByteBufferPool$TwoCache.parent:Lorg/xnio/ByteBufferPool$Cache;
            astore 1 /* parent */
        start local 1 // org.xnio.ByteBufferPool$Cache parent
         1: .line 663
            aload 0 /* this */
            getfield org.xnio.ByteBufferPool$TwoCache.buffer1:Ljava/nio/ByteBuffer;
            astore 2 /* buffer1 */
        start local 2 // java.nio.ByteBuffer buffer1
         2: .line 664
            aload 2 /* buffer1 */
            ifnull 5
         3: .line 665
            aload 1 /* parent */
            aload 2 /* buffer1 */
            invokeinterface org.xnio.ByteBufferPool$Cache.free:(Ljava/nio/ByteBuffer;)V
         4: .line 666
            aload 0 /* this */
            aconst_null
            putfield org.xnio.ByteBufferPool$TwoCache.buffer1:Ljava/nio/ByteBuffer;
         5: .line 668
      StackMap locals: org.xnio.ByteBufferPool$Cache java.nio.ByteBuffer
      StackMap stack:
            aload 0 /* this */
            getfield org.xnio.ByteBufferPool$TwoCache.buffer2:Ljava/nio/ByteBuffer;
            astore 3 /* buffer2 */
        start local 3 // java.nio.ByteBuffer buffer2
         6: .line 669
            aload 3 /* buffer2 */
            ifnull 9
         7: .line 670
            aload 1 /* parent */
            aload 3 /* buffer2 */
            invokeinterface org.xnio.ByteBufferPool$Cache.free:(Ljava/nio/ByteBuffer;)V
         8: .line 671
            aload 0 /* this */
            aconst_null
            putfield org.xnio.ByteBufferPool$TwoCache.buffer2:Ljava/nio/ByteBuffer;
         9: .line 673
      StackMap locals: java.nio.ByteBuffer
      StackMap stack:
            return
        end local 3 // java.nio.ByteBuffer buffer2
        end local 2 // java.nio.ByteBuffer buffer1
        end local 1 // org.xnio.ByteBufferPool$Cache parent
        end local 0 // org.xnio.ByteBufferPool$TwoCache this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lorg/xnio/ByteBufferPool$TwoCache;
            1   10     1   parent  Lorg/xnio/ByteBufferPool$Cache;
            2   10     2  buffer1  Ljava/nio/ByteBuffer;
            6   10     3  buffer2  Ljava/nio/ByteBuffer;

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.xnio.ByteBufferPool$TwoCache this
         0: .line 676
            aload 0 /* this */
            getfield org.xnio.ByteBufferPool$TwoCache.buffer1:Ljava/nio/ByteBuffer;
            astore 1 /* buffer1 */
        start local 1 // java.nio.ByteBuffer buffer1
         1: .line 677
            aload 1 /* buffer1 */
            ifnull 4
         2: .line 678
            aload 0 /* this */
            aload 1 /* buffer1 */
            invokevirtual org.xnio.ByteBufferPool$TwoCache.flushBuffer:(Ljava/nio/ByteBuffer;)V
         3: .line 679
            aload 0 /* this */
            aconst_null
            putfield org.xnio.ByteBufferPool$TwoCache.buffer1:Ljava/nio/ByteBuffer;
         4: .line 681
      StackMap locals: java.nio.ByteBuffer
      StackMap stack:
            aload 0 /* this */
            getfield org.xnio.ByteBufferPool$TwoCache.buffer2:Ljava/nio/ByteBuffer;
            astore 2 /* buffer2 */
        start local 2 // java.nio.ByteBuffer buffer2
         5: .line 682
            aload 2 /* buffer2 */
            ifnull 8
         6: .line 683
            aload 0 /* this */
            aload 2 /* buffer2 */
            invokevirtual org.xnio.ByteBufferPool$TwoCache.flushBuffer:(Ljava/nio/ByteBuffer;)V
         7: .line 684
            aload 0 /* this */
            aconst_null
            putfield org.xnio.ByteBufferPool$TwoCache.buffer2:Ljava/nio/ByteBuffer;
         8: .line 686
      StackMap locals: java.nio.ByteBuffer
      StackMap stack:
            aload 0 /* this */
            getfield org.xnio.ByteBufferPool$TwoCache.parent:Lorg/xnio/ByteBufferPool$Cache;
            invokeinterface org.xnio.ByteBufferPool$Cache.flush:()V
         9: .line 687
            return
        end local 2 // java.nio.ByteBuffer buffer2
        end local 1 // java.nio.ByteBuffer buffer1
        end local 0 // org.xnio.ByteBufferPool$TwoCache this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lorg/xnio/ByteBufferPool$TwoCache;
            1   10     1  buffer1  Ljava/nio/ByteBuffer;
            5   10     2  buffer2  Ljava/nio/ByteBuffer;
}
SourceFile: "ByteBufferPool.java"
NestHost: org.xnio.ByteBufferPool
InnerClasses:
  abstract Cache = org.xnio.ByteBufferPool$Cache of org.xnio.ByteBufferPool
  final TwoCache = org.xnio.ByteBufferPool$TwoCache of org.xnio.ByteBufferPool