class org.xnio.ByteBufferSlicePool$ThreadLocalCache$1 extends java.util.ArrayDeque<org.xnio.ByteBufferSlicePool$Slice>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.xnio.ByteBufferSlicePool$ThreadLocalCache$1
  super_class: java.util.ArrayDeque
{
  final org.xnio.ByteBufferSlicePool$ThreadLocalCache this$1;
    descriptor: Lorg/xnio/ByteBufferSlicePool$ThreadLocalCache;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.xnio.ByteBufferSlicePool$ThreadLocalCache, int);
    descriptor: (Lorg/xnio/ByteBufferSlicePool$ThreadLocalCache;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.xnio.ByteBufferSlicePool$ThreadLocalCache$1 this
        start local 2 // int $anonymous0
         0: .line 256
            aload 0 /* this */
            aload 1
            putfield org.xnio.ByteBufferSlicePool$ThreadLocalCache$1.this$1:Lorg/xnio/ByteBufferSlicePool$ThreadLocalCache;
            aload 0 /* this */
            iload 2 /* $anonymous0 */
            invokespecial java.util.ArrayDeque.<init>:(I)V
            return
        end local 2 // int $anonymous0
        end local 0 // org.xnio.ByteBufferSlicePool$ThreadLocalCache$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/xnio/ByteBufferSlicePool$ThreadLocalCache$1;
            0    1     2  $anonymous0  I
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  

  protected void finalize();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.xnio.ByteBufferSlicePool$ThreadLocalCache$1 this
         0: .line 262
            aload 0 /* this */
            getfield org.xnio.ByteBufferSlicePool$ThreadLocalCache$1.this$1:Lorg/xnio/ByteBufferSlicePool$ThreadLocalCache;
            getfield org.xnio.ByteBufferSlicePool$ThreadLocalCache.queue:Ljava/util/ArrayDeque;
            astore 1 /* deque */
        start local 1 // java.util.ArrayDeque deque
         1: .line 263
            aload 1 /* deque */
            invokevirtual java.util.ArrayDeque.poll:()Ljava/lang/Object;
            checkcast org.xnio.ByteBufferSlicePool$Slice
            astore 2 /* slice */
        start local 2 // org.xnio.ByteBufferSlicePool$Slice slice
         2: .line 264
            goto 5
         3: .line 265
      StackMap locals: java.util.ArrayDeque org.xnio.ByteBufferSlicePool$Slice
      StackMap stack:
            aload 0 /* this */
            getfield org.xnio.ByteBufferSlicePool$ThreadLocalCache$1.this$1:Lorg/xnio/ByteBufferSlicePool$ThreadLocalCache;
            invokestatic org.xnio.ByteBufferSlicePool$ThreadLocalCache.access$0:(Lorg/xnio/ByteBufferSlicePool$ThreadLocalCache;)Lorg/xnio/ByteBufferSlicePool;
            aload 2 /* slice */
            invokevirtual org.xnio.ByteBufferSlicePool.doFree:(Lorg/xnio/ByteBufferSlicePool$Slice;)V
         4: .line 266
            aload 1 /* deque */
            invokevirtual java.util.ArrayDeque.poll:()Ljava/lang/Object;
            checkcast org.xnio.ByteBufferSlicePool$Slice
            astore 2 /* slice */
         5: .line 264
      StackMap locals:
      StackMap stack:
            aload 2 /* slice */
            ifnonnull 3
         6: .line 268
            return
        end local 2 // org.xnio.ByteBufferSlicePool$Slice slice
        end local 1 // java.util.ArrayDeque deque
        end local 0 // org.xnio.ByteBufferSlicePool$ThreadLocalCache$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/xnio/ByteBufferSlicePool$ThreadLocalCache$1;
            1    7     1  deque  Ljava/util/ArrayDeque<Lorg/xnio/ByteBufferSlicePool$Slice;>;
            2    7     2  slice  Lorg/xnio/ByteBufferSlicePool$Slice;
}
Signature: Ljava/util/ArrayDeque<Lorg/xnio/ByteBufferSlicePool$Slice;>;
SourceFile: "ByteBufferSlicePool.java"
EnclosingMethod: org.xnio.ByteBufferSlicePool$ThreadLocalCache
NestHost: org.xnio.ByteBufferSlicePool
InnerClasses:
  private final Slice = org.xnio.ByteBufferSlicePool$Slice of org.xnio.ByteBufferSlicePool
  private final ThreadLocalCache = org.xnio.ByteBufferSlicePool$ThreadLocalCache of org.xnio.ByteBufferSlicePool
  org.xnio.ByteBufferSlicePool$ThreadLocalCache$1