class org.xnio.Buffers$4$1 implements org.wildfly.common.ref.Reaper<java.nio.ByteBuffer, java.lang.Void>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.xnio.Buffers$4$1
super_class: java.lang.Object
{
final org.xnio.Buffers$4 this$1;
descriptor: Lorg/xnio/Buffers$4;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final java.nio.ByteBuffer val$buf;
descriptor: Ljava/nio/ByteBuffer;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.xnio.Buffers$4, java.nio.ByteBuffer);
descriptor: (Lorg/xnio/Buffers$4;Ljava/nio/ByteBuffer;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield org.xnio.Buffers$4$1.this$1:Lorg/xnio/Buffers$4;
aload 0
aload 2
putfield org.xnio.Buffers$4$1.val$buf:Ljava/nio/ByteBuffer;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/Buffers$4$1;
MethodParameters:
Name Flags
this$0 final
val$buf final
public void reap(org.wildfly.common.ref.Reference<java.nio.ByteBuffer, java.lang.Void>);
descriptor: (Lorg/wildfly/common/ref/Reference;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.xnio.Buffers$4$1.val$buf:Ljava/nio/ByteBuffer;
invokestatic org.xnio.ByteBufferPool.free:(Ljava/nio/ByteBuffer;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/xnio/Buffers$4$1;
0 2 1 reference Lorg/wildfly/common/ref/Reference<Ljava/nio/ByteBuffer;Ljava/lang/Void;>;
Signature: (Lorg/wildfly/common/ref/Reference<Ljava/nio/ByteBuffer;Ljava/lang/Void;>;)V
MethodParameters:
Name Flags
reference final
}
Signature: Ljava/lang/Object;Lorg/wildfly/common/ref/Reaper<Ljava/nio/ByteBuffer;Ljava/lang/Void;>;
SourceFile: "Buffers.java"
EnclosingMethod: org.xnio.Buffers$4.discard:()V
NestHost: org.xnio.Buffers
InnerClasses:
org.xnio.Buffers$4
org.xnio.Buffers$4$1