final class io.netty.buffer.PoolThreadCache$MemoryRegionCache$Entry<T>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.netty.buffer.PoolThreadCache$MemoryRegionCache$Entry
super_class: java.lang.Object
{
final io.netty.util.Recycler$Handle<io.netty.buffer.PoolThreadCache$MemoryRegionCache$Entry<?>> recyclerHandle;
descriptor: Lio/netty/util/Recycler$Handle;
flags: (0x0010) ACC_FINAL
Signature: Lio/netty/util/Recycler$Handle<Lio/netty/buffer/PoolThreadCache$MemoryRegionCache$Entry<*>;>;
io.netty.buffer.PoolChunk<T> chunk;
descriptor: Lio/netty/buffer/PoolChunk;
flags: (0x0000)
Signature: Lio/netty/buffer/PoolChunk<TT;>;
long handle;
descriptor: J
flags: (0x0000)
void <init>(io.netty.util.Recycler$Handle<io.netty.buffer.PoolThreadCache$MemoryRegionCache$Entry<?>>);
descriptor: (Lio/netty/util/Recycler$Handle;)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
ldc -1
putfield io.netty.buffer.PoolThreadCache$MemoryRegionCache$Entry.handle:J
2: aload 0
aload 1
putfield io.netty.buffer.PoolThreadCache$MemoryRegionCache$Entry.recyclerHandle:Lio/netty/util/Recycler$Handle;
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/buffer/PoolThreadCache$MemoryRegionCache$Entry<TT;>;
0 4 1 recyclerHandle Lio/netty/util/Recycler$Handle<Lio/netty/buffer/PoolThreadCache$MemoryRegionCache$Entry<*>;>;
Signature: (Lio/netty/util/Recycler$Handle<Lio/netty/buffer/PoolThreadCache$MemoryRegionCache$Entry<*>;>;)V
MethodParameters:
Name Flags
recyclerHandle
void recycle();
descriptor: ()V
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
aconst_null
putfield io.netty.buffer.PoolThreadCache$MemoryRegionCache$Entry.chunk:Lio/netty/buffer/PoolChunk;
1: aload 0
ldc -1
putfield io.netty.buffer.PoolThreadCache$MemoryRegionCache$Entry.handle:J
2: aload 0
getfield io.netty.buffer.PoolThreadCache$MemoryRegionCache$Entry.recyclerHandle:Lio/netty/util/Recycler$Handle;
aload 0
invokeinterface io.netty.util.Recycler$Handle.recycle:(Ljava/lang/Object;)V
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/buffer/PoolThreadCache$MemoryRegionCache$Entry<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "PoolThreadCache.java"
NestHost: io.netty.buffer.PoolThreadCache
InnerClasses:
private abstract MemoryRegionCache = io.netty.buffer.PoolThreadCache$MemoryRegionCache of io.netty.buffer.PoolThreadCache
final Entry = io.netty.buffer.PoolThreadCache$MemoryRegionCache$Entry of io.netty.buffer.PoolThreadCache$MemoryRegionCache
public abstract Handle = io.netty.util.Recycler$Handle of io.netty.util.Recycler