final class org.xnio.ByteBufferSlicePool$Ref extends org.xnio.AutomaticReference<java.nio.ByteBuffer>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.xnio.ByteBufferSlicePool$Ref
super_class: org.xnio.AutomaticReference
{
private final org.xnio.ByteBufferSlicePool$Slice region;
descriptor: Lorg/xnio/ByteBufferSlicePool$Slice;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
final org.xnio.ByteBufferSlicePool this$0;
descriptor: Lorg/xnio/ByteBufferSlicePool;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(org.xnio.ByteBufferSlicePool, java.nio.ByteBuffer, org.xnio.ByteBufferSlicePool$Slice);
descriptor: (Lorg/xnio/ByteBufferSlicePool;Ljava/nio/ByteBuffer;Lorg/xnio/ByteBufferSlicePool$Slice;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=4, args_size=4
start local 0 // org.xnio.ByteBufferSlicePool$Ref this
start local 2 // java.nio.ByteBuffer referent
start local 3 // org.xnio.ByteBufferSlicePool$Slice region
0: .line 243
aload 0 /* this */
aload 1
putfield org.xnio.ByteBufferSlicePool$Ref.this$0:Lorg/xnio/ByteBufferSlicePool;
1: .line 244
aload 0 /* this */
aload 2 /* referent */
getstatic org.xnio.AutomaticReference.PERMIT:Ljava/lang/Object;
invokespecial org.xnio.AutomaticReference.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
2: .line 245
aload 0 /* this */
aload 3 /* region */
putfield org.xnio.ByteBufferSlicePool$Ref.region:Lorg/xnio/ByteBufferSlicePool$Slice;
3: .line 246
return
end local 3 // org.xnio.ByteBufferSlicePool$Slice region
end local 2 // java.nio.ByteBuffer referent
end local 0 // org.xnio.ByteBufferSlicePool$Ref this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/xnio/ByteBufferSlicePool$Ref;
0 4 2 referent Ljava/nio/ByteBuffer;
0 4 3 region Lorg/xnio/ByteBufferSlicePool$Slice;
MethodParameters:
Name Flags
this$0 final
referent final
region final
protected void free();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=1, args_size=1
start local 0 // org.xnio.ByteBufferSlicePool$Ref this
0: .line 249
aload 0 /* this */
getfield org.xnio.ByteBufferSlicePool$Ref.this$0:Lorg/xnio/ByteBufferSlicePool;
aload 0 /* this */
getfield org.xnio.ByteBufferSlicePool$Ref.region:Lorg/xnio/ByteBufferSlicePool$Slice;
invokevirtual org.xnio.ByteBufferSlicePool.doFree:(Lorg/xnio/ByteBufferSlicePool$Slice;)V
1: .line 250
aload 0 /* this */
getfield org.xnio.ByteBufferSlicePool$Ref.this$0:Lorg/xnio/ByteBufferSlicePool;
getfield org.xnio.ByteBufferSlicePool.refSet:Ljava/util/Set;
aload 0 /* this */
invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
pop
2: .line 251
return
end local 0 // org.xnio.ByteBufferSlicePool$Ref this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/xnio/ByteBufferSlicePool$Ref;
}
Signature: Lorg/xnio/AutomaticReference<Ljava/nio/ByteBuffer;>;
SourceFile: "ByteBufferSlicePool.java"
NestHost: org.xnio.ByteBufferSlicePool
InnerClasses:
final Ref = org.xnio.ByteBufferSlicePool$Ref of org.xnio.ByteBufferSlicePool
private final Slice = org.xnio.ByteBufferSlicePool$Slice of org.xnio.ByteBufferSlicePool