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 349
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=4, args_size=1
start local 0 // org.xnio.ByteBufferSlicePool$ThreadLocalCache$1 this
0: .line 354
aload 0 /* this */
getfield org.xnio.ByteBufferSlicePool$ThreadLocalCache$1.this$1:Lorg/xnio/ByteBufferSlicePool$ThreadLocalCache;
getfield org.xnio.ByteBufferSlicePool$ThreadLocalCache.pool:Ljava/lang/ref/WeakReference;
invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
checkcast org.xnio.ByteBufferSlicePool
astore 1 /* pool */
start local 1 // org.xnio.ByteBufferSlicePool pool
1: .line 355
aload 1 /* pool */
ifnonnull 3
2: .line 356
return
3: .line 357
StackMap locals: org.xnio.ByteBufferSlicePool
StackMap stack:
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 2 /* deque */
start local 2 // java.util.ArrayDeque deque
4: .line 358
aload 2 /* deque */
invokevirtual java.util.ArrayDeque.poll:()Ljava/lang/Object;
checkcast org.xnio.ByteBufferSlicePool$Slice
astore 3 /* slice */
start local 3 // org.xnio.ByteBufferSlicePool$Slice slice
5: .line 359
goto 8
6: .line 360
StackMap locals: java.util.ArrayDeque org.xnio.ByteBufferSlicePool$Slice
StackMap stack:
aload 1 /* pool */
aload 3 /* slice */
invokevirtual org.xnio.ByteBufferSlicePool.doFree:(Lorg/xnio/ByteBufferSlicePool$Slice;)V
7: .line 361
aload 2 /* deque */
invokevirtual java.util.ArrayDeque.poll:()Ljava/lang/Object;
checkcast org.xnio.ByteBufferSlicePool$Slice
astore 3 /* slice */
8: .line 359
StackMap locals:
StackMap stack:
aload 3 /* slice */
ifnonnull 6
9: .line 363
return
end local 3 // org.xnio.ByteBufferSlicePool$Slice slice
end local 2 // java.util.ArrayDeque deque
end local 1 // org.xnio.ByteBufferSlicePool pool
end local 0 // org.xnio.ByteBufferSlicePool$ThreadLocalCache$1 this
LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/xnio/ByteBufferSlicePool$ThreadLocalCache$1;
1 10 1 pool Lorg/xnio/ByteBufferSlicePool;
4 10 2 deque Ljava/util/ArrayDeque<Lorg/xnio/ByteBufferSlicePool$Slice;>;
5 10 3 slice Lorg/xnio/ByteBufferSlicePool$Slice;
}
Signature: Ljava/util/ArrayDeque<Lorg/xnio/ByteBufferSlicePool$Slice;>;
SourceFile: "ByteBufferSlicePool.java"
EnclosingMethod: org.xnio.ByteBufferSlicePool$ThreadLocalCache.<init>:(Lorg/xnio/ByteBufferSlicePool;)V
NestHost: org.xnio.ByteBufferSlicePool
InnerClasses:
private final Slice = org.xnio.ByteBufferSlicePool$Slice of org.xnio.ByteBufferSlicePool
final ThreadLocalCache = org.xnio.ByteBufferSlicePool$ThreadLocalCache of org.xnio.ByteBufferSlicePool
org.xnio.ByteBufferSlicePool$ThreadLocalCache$1