final class org.xnio.ByteBufferSlicePool$ThreadLocalCache
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.xnio.ByteBufferSlicePool$ThreadLocalCache
super_class: java.lang.Object
{
final java.util.ArrayDeque<org.xnio.ByteBufferSlicePool$Slice> queue;
descriptor: Ljava/util/ArrayDeque;
flags: (0x0010) ACC_FINAL
Signature: Ljava/util/ArrayDeque<Lorg/xnio/ByteBufferSlicePool$Slice;>;
int outstanding;
descriptor: I
flags: (0x0000)
final org.xnio.ByteBufferSlicePool this$0;
descriptor: Lorg/xnio/ByteBufferSlicePool;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(org.xnio.ByteBufferSlicePool);
descriptor: (Lorg/xnio/ByteBufferSlicePool;)V
flags: (0x0000)
Code:
stack=5, locals=2, args_size=2
start local 0 // org.xnio.ByteBufferSlicePool$ThreadLocalCache this
0: .line 273
aload 0 /* this */
aload 1
putfield org.xnio.ByteBufferSlicePool$ThreadLocalCache.this$0:Lorg/xnio/ByteBufferSlicePool;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 256
aload 0 /* this */
new org.xnio.ByteBufferSlicePool$ThreadLocalCache$1
dup
aload 0 /* this */
aload 1
getfield org.xnio.ByteBufferSlicePool.threadLocalQueueSize:I
invokespecial org.xnio.ByteBufferSlicePool$ThreadLocalCache$1.<init>:(Lorg/xnio/ByteBufferSlicePool$ThreadLocalCache;I)V
putfield org.xnio.ByteBufferSlicePool$ThreadLocalCache.queue:Ljava/util/ArrayDeque;
2: .line 271
aload 0 /* this */
iconst_0
putfield org.xnio.ByteBufferSlicePool$ThreadLocalCache.outstanding:I
3: .line 274
return
end local 0 // org.xnio.ByteBufferSlicePool$ThreadLocalCache this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/xnio/ByteBufferSlicePool$ThreadLocalCache;
MethodParameters:
Name Flags
this$0 final
static org.xnio.ByteBufferSlicePool access$0(org.xnio.ByteBufferSlicePool$ThreadLocalCache);
descriptor: (Lorg/xnio/ByteBufferSlicePool$ThreadLocalCache;)Lorg/xnio/ByteBufferSlicePool;
flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: .line 254
aload 0
getfield org.xnio.ByteBufferSlicePool$ThreadLocalCache.this$0:Lorg/xnio/ByteBufferSlicePool;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "ByteBufferSlicePool.java"
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