final class io.netty.buffer.PoolChunkList<T> implements io.netty.buffer.PoolChunkListMetric
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.netty.buffer.PoolChunkList
super_class: java.lang.Object
{
private static final java.util.Iterator<io.netty.buffer.PoolChunkMetric> EMPTY_METRICS;
descriptor: Ljava/util/Iterator;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
Signature: Ljava/util/Iterator<Lio/netty/buffer/PoolChunkMetric;>;
private final io.netty.buffer.PoolArena<T> arena;
descriptor: Lio/netty/buffer/PoolArena;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lio/netty/buffer/PoolArena<TT;>;
private final io.netty.buffer.PoolChunkList<T> nextList;
descriptor: Lio/netty/buffer/PoolChunkList;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lio/netty/buffer/PoolChunkList<TT;>;
private final int minUsage;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int maxUsage;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int maxCapacity;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private io.netty.buffer.PoolChunk<T> head;
descriptor: Lio/netty/buffer/PoolChunk;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/netty/buffer/PoolChunk<TT;>;
private io.netty.buffer.PoolChunkList<T> prevList;
descriptor: Lio/netty/buffer/PoolChunkList;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/netty/buffer/PoolChunkList<TT;>;
static final boolean $assertionsDisabled;
descriptor: Z
flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lio/netty/buffer/PoolChunkList;
invokevirtual java.lang.Class.desiredAssertionStatus:()Z
ifne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: putstatic io.netty.buffer.PoolChunkList.$assertionsDisabled:Z
3: invokestatic java.util.Collections.emptyList:()Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
putstatic io.netty.buffer.PoolChunkList.EMPTY_METRICS:Ljava/util/Iterator;
return
LocalVariableTable:
Start End Slot Name Signature
void <init>(io.netty.buffer.PoolArena<T>, io.netty.buffer.PoolChunkList<T>, int, int, );
descriptor: (Lio/netty/buffer/PoolArena;Lio/netty/buffer/PoolChunkList;III)V
flags: (0x0000)
Code:
stack=3, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: getstatic io.netty.buffer.PoolChunkList.$assertionsDisabled:Z
ifne 2
iload 3
iload 4
if_icmple 2
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
2: StackMap locals: io.netty.buffer.PoolChunkList io.netty.buffer.PoolArena io.netty.buffer.PoolChunkList int int int
StackMap stack:
aload 0
aload 1
putfield io.netty.buffer.PoolChunkList.arena:Lio/netty/buffer/PoolArena;
3: aload 0
aload 2
putfield io.netty.buffer.PoolChunkList.nextList:Lio/netty/buffer/PoolChunkList;
4: aload 0
iload 3
putfield io.netty.buffer.PoolChunkList.minUsage:I
5: aload 0
iload 4
putfield io.netty.buffer.PoolChunkList.maxUsage:I
6: aload 0
iload 3
iload 5
invokestatic io.netty.buffer.PoolChunkList.calculateMaxCapacity:(II)I
putfield io.netty.buffer.PoolChunkList.maxCapacity:I
7: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/netty/buffer/PoolChunkList<TT;>;
0 8 1 arena Lio/netty/buffer/PoolArena<TT;>;
0 8 2 nextList Lio/netty/buffer/PoolChunkList<TT;>;
0 8 3 minUsage I
0 8 4 maxUsage I
0 8 5 chunkSize I
Signature: (Lio/netty/buffer/PoolArena<TT;>;Lio/netty/buffer/PoolChunkList<TT;>;III)V
MethodParameters:
Name Flags
arena
nextList
minUsage
maxUsage
chunkSize
private static int calculateMaxCapacity(int, int);
descriptor: (II)I
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=6, locals=2, args_size=2
start local 0 start local 1 0: iload 0
invokestatic io.netty.buffer.PoolChunkList.minUsage0:(I)I
istore 0
1: iload 0
bipush 100
if_icmpne 3
2: iconst_0
ireturn
3: StackMap locals:
StackMap stack:
iload 1
i2l
ldc 100
iload 0
i2l
lsub
lmul
ldc 100
ldiv
l2i
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 minUsage I
0 4 1 chunkSize I
MethodParameters:
Name Flags
minUsage
chunkSize
void prevList(io.netty.buffer.PoolChunkList<T>);
descriptor: (Lio/netty/buffer/PoolChunkList;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: getstatic io.netty.buffer.PoolChunkList.$assertionsDisabled:Z
ifne 1
aload 0
getfield io.netty.buffer.PoolChunkList.prevList:Lio/netty/buffer/PoolChunkList;
ifnull 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
aload 0
aload 1
putfield io.netty.buffer.PoolChunkList.prevList:Lio/netty/buffer/PoolChunkList;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/buffer/PoolChunkList<TT;>;
0 3 1 prevList Lio/netty/buffer/PoolChunkList<TT;>;
Signature: (Lio/netty/buffer/PoolChunkList<TT;>;)V
MethodParameters:
Name Flags
prevList
boolean allocate(io.netty.buffer.PooledByteBuf<T>, int, );
descriptor: (Lio/netty/buffer/PooledByteBuf;II)Z
flags: (0x0000)
Code:
stack=5, locals=7, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.netty.buffer.PoolChunkList.head:Lio/netty/buffer/PoolChunk;
ifnull 1
iload 3
aload 0
getfield io.netty.buffer.PoolChunkList.maxCapacity:I
if_icmple 2
1: StackMap locals:
StackMap stack:
iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.buffer.PoolChunkList.head:Lio/netty/buffer/PoolChunk;
astore 4
start local 4 3: StackMap locals: io.netty.buffer.PoolChunk
StackMap stack:
aload 4
iload 3
invokevirtual io.netty.buffer.PoolChunk.allocate:(I)J
lstore 5
start local 5 4: lload 5
lconst_0
lcmp
ifge 8
5: aload 4
getfield io.netty.buffer.PoolChunk.next:Lio/netty/buffer/PoolChunk;
astore 4
6: aload 4
ifnonnull 3
7: iconst_0
ireturn
8: StackMap locals: long
StackMap stack:
aload 4
aload 1
lload 5
iload 2
invokevirtual io.netty.buffer.PoolChunk.initBuf:(Lio/netty/buffer/PooledByteBuf;JI)V
9: aload 4
invokevirtual io.netty.buffer.PoolChunk.usage:()I
aload 0
getfield io.netty.buffer.PoolChunkList.maxUsage:I
if_icmplt 12
10: aload 0
aload 4
invokevirtual io.netty.buffer.PoolChunkList.remove:(Lio/netty/buffer/PoolChunk;)V
11: aload 0
getfield io.netty.buffer.PoolChunkList.nextList:Lio/netty/buffer/PoolChunkList;
aload 4
invokevirtual io.netty.buffer.PoolChunkList.add:(Lio/netty/buffer/PoolChunk;)V
12: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lio/netty/buffer/PoolChunkList<TT;>;
0 13 1 buf Lio/netty/buffer/PooledByteBuf<TT;>;
0 13 2 reqCapacity I
0 13 3 normCapacity I
3 13 4 cur Lio/netty/buffer/PoolChunk<TT;>;
4 13 5 handle J
Signature: (Lio/netty/buffer/PooledByteBuf<TT;>;II)Z
MethodParameters:
Name Flags
buf
reqCapacity
normCapacity
boolean free(io.netty.buffer.PoolChunk<T>, );
descriptor: (Lio/netty/buffer/PoolChunk;J)Z
flags: (0x0000)
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 1
lload 2
invokevirtual io.netty.buffer.PoolChunk.free:(J)V
1: aload 1
invokevirtual io.netty.buffer.PoolChunk.usage:()I
aload 0
getfield io.netty.buffer.PoolChunkList.minUsage:I
if_icmpge 4
2: aload 0
aload 1
invokevirtual io.netty.buffer.PoolChunkList.remove:(Lio/netty/buffer/PoolChunk;)V
3: aload 0
aload 1
invokevirtual io.netty.buffer.PoolChunkList.move0:(Lio/netty/buffer/PoolChunk;)Z
ireturn
4: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/netty/buffer/PoolChunkList<TT;>;
0 5 1 chunk Lio/netty/buffer/PoolChunk<TT;>;
0 5 2 handle J
Signature: (Lio/netty/buffer/PoolChunk<TT;>;J)Z
MethodParameters:
Name Flags
chunk
handle
private boolean move(io.netty.buffer.PoolChunk<T>);
descriptor: (Lio/netty/buffer/PoolChunk;)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: getstatic io.netty.buffer.PoolChunkList.$assertionsDisabled:Z
ifne 1
aload 1
invokevirtual io.netty.buffer.PoolChunk.usage:()I
aload 0
getfield io.netty.buffer.PoolChunkList.maxUsage:I
if_icmplt 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
aload 1
invokevirtual io.netty.buffer.PoolChunk.usage:()I
aload 0
getfield io.netty.buffer.PoolChunkList.minUsage:I
if_icmpge 3
2: aload 0
aload 1
invokevirtual io.netty.buffer.PoolChunkList.move0:(Lio/netty/buffer/PoolChunk;)Z
ireturn
3: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual io.netty.buffer.PoolChunkList.add0:(Lio/netty/buffer/PoolChunk;)V
4: iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/netty/buffer/PoolChunkList<TT;>;
0 5 1 chunk Lio/netty/buffer/PoolChunk<TT;>;
Signature: (Lio/netty/buffer/PoolChunk<TT;>;)Z
MethodParameters:
Name Flags
chunk
private boolean move0(io.netty.buffer.PoolChunk<T>);
descriptor: (Lio/netty/buffer/PoolChunk;)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.PoolChunkList.prevList:Lio/netty/buffer/PoolChunkList;
ifnonnull 3
1: getstatic io.netty.buffer.PoolChunkList.$assertionsDisabled:Z
ifne 2
aload 1
invokevirtual io.netty.buffer.PoolChunk.usage:()I
ifeq 2
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
iconst_0
ireturn
3: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.buffer.PoolChunkList.prevList:Lio/netty/buffer/PoolChunkList;
aload 1
invokevirtual io.netty.buffer.PoolChunkList.move:(Lio/netty/buffer/PoolChunk;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/buffer/PoolChunkList<TT;>;
0 4 1 chunk Lio/netty/buffer/PoolChunk<TT;>;
Signature: (Lio/netty/buffer/PoolChunk<TT;>;)Z
MethodParameters:
Name Flags
chunk
void add(io.netty.buffer.PoolChunk<T>);
descriptor: (Lio/netty/buffer/PoolChunk;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual io.netty.buffer.PoolChunk.usage:()I
aload 0
getfield io.netty.buffer.PoolChunkList.maxUsage:I
if_icmplt 3
1: aload 0
getfield io.netty.buffer.PoolChunkList.nextList:Lio/netty/buffer/PoolChunkList;
aload 1
invokevirtual io.netty.buffer.PoolChunkList.add:(Lio/netty/buffer/PoolChunk;)V
2: return
3: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual io.netty.buffer.PoolChunkList.add0:(Lio/netty/buffer/PoolChunk;)V
4: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/netty/buffer/PoolChunkList<TT;>;
0 5 1 chunk Lio/netty/buffer/PoolChunk<TT;>;
Signature: (Lio/netty/buffer/PoolChunk<TT;>;)V
MethodParameters:
Name Flags
chunk
void add0(io.netty.buffer.PoolChunk<T>);
descriptor: (Lio/netty/buffer/PoolChunk;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
putfield io.netty.buffer.PoolChunk.parent:Lio/netty/buffer/PoolChunkList;
1: aload 0
getfield io.netty.buffer.PoolChunkList.head:Lio/netty/buffer/PoolChunk;
ifnonnull 6
2: aload 0
aload 1
putfield io.netty.buffer.PoolChunkList.head:Lio/netty/buffer/PoolChunk;
3: aload 1
aconst_null
putfield io.netty.buffer.PoolChunk.prev:Lio/netty/buffer/PoolChunk;
4: aload 1
aconst_null
putfield io.netty.buffer.PoolChunk.next:Lio/netty/buffer/PoolChunk;
5: goto 10
6: StackMap locals:
StackMap stack:
aload 1
aconst_null
putfield io.netty.buffer.PoolChunk.prev:Lio/netty/buffer/PoolChunk;
7: aload 1
aload 0
getfield io.netty.buffer.PoolChunkList.head:Lio/netty/buffer/PoolChunk;
putfield io.netty.buffer.PoolChunk.next:Lio/netty/buffer/PoolChunk;
8: aload 0
getfield io.netty.buffer.PoolChunkList.head:Lio/netty/buffer/PoolChunk;
aload 1
putfield io.netty.buffer.PoolChunk.prev:Lio/netty/buffer/PoolChunk;
9: aload 0
aload 1
putfield io.netty.buffer.PoolChunkList.head:Lio/netty/buffer/PoolChunk;
10: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lio/netty/buffer/PoolChunkList<TT;>;
0 11 1 chunk Lio/netty/buffer/PoolChunk<TT;>;
Signature: (Lio/netty/buffer/PoolChunk<TT;>;)V
MethodParameters:
Name Flags
chunk
private void remove(io.netty.buffer.PoolChunk<T>);
descriptor: (Lio/netty/buffer/PoolChunk;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 1
aload 0
getfield io.netty.buffer.PoolChunkList.head:Lio/netty/buffer/PoolChunk;
if_acmpne 5
1: aload 0
aload 1
getfield io.netty.buffer.PoolChunk.next:Lio/netty/buffer/PoolChunk;
putfield io.netty.buffer.PoolChunkList.head:Lio/netty/buffer/PoolChunk;
2: aload 0
getfield io.netty.buffer.PoolChunkList.head:Lio/netty/buffer/PoolChunk;
ifnull 9
3: aload 0
getfield io.netty.buffer.PoolChunkList.head:Lio/netty/buffer/PoolChunk;
aconst_null
putfield io.netty.buffer.PoolChunk.prev:Lio/netty/buffer/PoolChunk;
4: goto 9
5: StackMap locals:
StackMap stack:
aload 1
getfield io.netty.buffer.PoolChunk.next:Lio/netty/buffer/PoolChunk;
astore 2
start local 2 6: aload 1
getfield io.netty.buffer.PoolChunk.prev:Lio/netty/buffer/PoolChunk;
aload 2
putfield io.netty.buffer.PoolChunk.next:Lio/netty/buffer/PoolChunk;
7: aload 2
ifnull 9
8: aload 2
aload 1
getfield io.netty.buffer.PoolChunk.prev:Lio/netty/buffer/PoolChunk;
putfield io.netty.buffer.PoolChunk.prev:Lio/netty/buffer/PoolChunk;
end local 2 9: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lio/netty/buffer/PoolChunkList<TT;>;
0 10 1 cur Lio/netty/buffer/PoolChunk<TT;>;
6 9 2 next Lio/netty/buffer/PoolChunk<TT;>;
Signature: (Lio/netty/buffer/PoolChunk<TT;>;)V
MethodParameters:
Name Flags
cur
public int minUsage();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.PoolChunkList.minUsage:I
invokestatic io.netty.buffer.PoolChunkList.minUsage0:(I)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/PoolChunkList<TT;>;
public int maxUsage();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.PoolChunkList.maxUsage:I
bipush 100
invokestatic java.lang.Math.min:(II)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/PoolChunkList<TT;>;
private static int minUsage0(int);
descriptor: (I)I
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: iconst_1
iload 0
invokestatic java.lang.Math.max:(II)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 value I
MethodParameters:
Name Flags
value
public java.util.Iterator<io.netty.buffer.PoolChunkMetric> iterator();
descriptor: ()Ljava/util/Iterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=1
start local 0 0: aload 0
getfield io.netty.buffer.PoolChunkList.arena:Lio/netty/buffer/PoolArena;
dup
astore 1
monitorenter
1: aload 0
getfield io.netty.buffer.PoolChunkList.head:Lio/netty/buffer/PoolChunk;
ifnonnull 4
2: getstatic io.netty.buffer.PoolChunkList.EMPTY_METRICS:Ljava/util/Iterator;
aload 1
monitorexit
3: areturn
4: StackMap locals: io.netty.buffer.PoolArena
StackMap stack:
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 2
start local 2 5: aload 0
getfield io.netty.buffer.PoolChunkList.head:Lio/netty/buffer/PoolChunk;
astore 3
start local 3 6: StackMap locals: java.util.List io.netty.buffer.PoolChunk
StackMap stack:
aload 2
aload 3
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
7: aload 3
getfield io.netty.buffer.PoolChunk.next:Lio/netty/buffer/PoolChunk;
astore 3
8: aload 3
ifnonnull 6
end local 3 9: aload 2
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
aload 1
monitorexit
10: areturn
end local 2 11: StackMap locals: io.netty.buffer.PoolChunkList io.netty.buffer.PoolArena
StackMap stack: java.lang.Throwable
aload 1
monitorexit
12: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lio/netty/buffer/PoolChunkList<TT;>;
5 11 2 metrics Ljava/util/List<Lio/netty/buffer/PoolChunkMetric;>;
6 9 3 cur Lio/netty/buffer/PoolChunk<TT;>;
Exception table:
from to target type
1 3 11 any
4 10 11 any
11 12 11 any
Signature: ()Ljava/util/Iterator<Lio/netty/buffer/PoolChunkMetric;>;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
astore 1
start local 1 1: aload 0
getfield io.netty.buffer.PoolChunkList.arena:Lio/netty/buffer/PoolArena;
dup
astore 2
monitorenter
2: aload 0
getfield io.netty.buffer.PoolChunkList.head:Lio/netty/buffer/PoolChunk;
ifnonnull 5
3: aload 2
monitorexit
4: ldc "none"
areturn
5: StackMap locals: java.lang.StringBuilder io.netty.buffer.PoolArena
StackMap stack:
aload 0
getfield io.netty.buffer.PoolChunkList.head:Lio/netty/buffer/PoolChunk;
astore 3
start local 3 6: StackMap locals: io.netty.buffer.PoolChunk
StackMap stack:
aload 1
aload 3
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
pop
7: aload 3
getfield io.netty.buffer.PoolChunk.next:Lio/netty/buffer/PoolChunk;
astore 3
8: aload 3
ifnonnull 10
9: goto 12
10: StackMap locals:
StackMap stack:
aload 1
getstatic io.netty.util.internal.StringUtil.NEWLINE:Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
11: goto 6
end local 3 12: StackMap locals:
StackMap stack:
aload 2
monitorexit
13: goto 16
StackMap locals:
StackMap stack: java.lang.Throwable
14: aload 2
monitorexit
15: athrow
16: StackMap locals:
StackMap stack:
aload 1
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lio/netty/buffer/PoolChunkList<TT;>;
1 17 1 buf Ljava/lang/StringBuilder;
6 12 3 cur Lio/netty/buffer/PoolChunk<TT;>;
Exception table:
from to target type
2 4 14 any
5 13 14 any
14 15 14 any
void destroy(io.netty.buffer.PoolArena<T>);
descriptor: (Lio/netty/buffer/PoolArena;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.PoolChunkList.head:Lio/netty/buffer/PoolChunk;
astore 2
start local 2 1: goto 4
2: StackMap locals: io.netty.buffer.PoolChunk
StackMap stack:
aload 1
aload 2
invokevirtual io.netty.buffer.PoolArena.destroyChunk:(Lio/netty/buffer/PoolChunk;)V
3: aload 2
getfield io.netty.buffer.PoolChunk.next:Lio/netty/buffer/PoolChunk;
astore 2
4: StackMap locals:
StackMap stack:
aload 2
ifnonnull 2
5: aload 0
aconst_null
putfield io.netty.buffer.PoolChunkList.head:Lio/netty/buffer/PoolChunk;
6: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/netty/buffer/PoolChunkList<TT;>;
0 7 1 arena Lio/netty/buffer/PoolArena<TT;>;
1 7 2 chunk Lio/netty/buffer/PoolChunk<TT;>;
Signature: (Lio/netty/buffer/PoolArena<TT;>;)V
MethodParameters:
Name Flags
arena
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lio/netty/buffer/PoolChunkListMetric;
SourceFile: "PoolChunkList.java"