abstract class io.netty.channel.pool.FixedChannelPool$TimeoutTask implements java.lang.Runnable
minor version: 0
major version: 59
flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
this_class: io.netty.channel.pool.FixedChannelPool$TimeoutTask
super_class: java.lang.Object
{
final io.netty.channel.pool.FixedChannelPool this$0;
descriptor: Lio/netty/channel/pool/FixedChannelPool;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
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/channel/pool/FixedChannelPool;
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.channel.pool.FixedChannelPool$TimeoutTask.$assertionsDisabled:Z
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>(io.netty.channel.pool.FixedChannelPool);
descriptor: (Lio/netty/channel/pool/FixedChannelPool;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield io.netty.channel.pool.FixedChannelPool$TimeoutTask.this$0:Lio/netty/channel/pool/FixedChannelPool;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/channel/pool/FixedChannelPool$TimeoutTask;
MethodParameters:
Name Flags
this$0 final
public final void run();
descriptor: ()V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=4, args_size=1
start local 0 0: getstatic io.netty.channel.pool.FixedChannelPool$TimeoutTask.$assertionsDisabled:Z
ifne 1
aload 0
getfield io.netty.channel.pool.FixedChannelPool$TimeoutTask.this$0:Lio/netty/channel/pool/FixedChannelPool;
getfield io.netty.channel.pool.FixedChannelPool.executor:Lio/netty/util/concurrent/EventExecutor;
invokeinterface io.netty.util.concurrent.EventExecutor.inEventLoop:()Z
ifne 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
invokestatic java.lang.System.nanoTime:()J
lstore 1
start local 1 2: StackMap locals: long
StackMap stack:
aload 0
getfield io.netty.channel.pool.FixedChannelPool$TimeoutTask.this$0:Lio/netty/channel/pool/FixedChannelPool;
getfield io.netty.channel.pool.FixedChannelPool.pendingAcquireQueue:Ljava/util/Queue;
invokeinterface java.util.Queue.peek:()Ljava/lang/Object;
checkcast io.netty.channel.pool.FixedChannelPool$AcquireTask
astore 3
start local 3 3: aload 3
ifnull 9
lload 1
aload 3
getfield io.netty.channel.pool.FixedChannelPool$AcquireTask.expireNanoTime:J
lsub
lconst_0
lcmp
ifge 5
4: goto 9
5: StackMap locals: io.netty.channel.pool.FixedChannelPool$AcquireTask
StackMap stack:
aload 0
getfield io.netty.channel.pool.FixedChannelPool$TimeoutTask.this$0:Lio/netty/channel/pool/FixedChannelPool;
getfield io.netty.channel.pool.FixedChannelPool.pendingAcquireQueue:Ljava/util/Queue;
invokeinterface java.util.Queue.remove:()Ljava/lang/Object;
pop
6: aload 0
getfield io.netty.channel.pool.FixedChannelPool$TimeoutTask.this$0:Lio/netty/channel/pool/FixedChannelPool;
dup
getfield io.netty.channel.pool.FixedChannelPool.pendingAcquireCount:I
iconst_1
isub
putfield io.netty.channel.pool.FixedChannelPool.pendingAcquireCount:I
7: aload 0
aload 3
invokevirtual io.netty.channel.pool.FixedChannelPool$TimeoutTask.onTimeout:(Lio/netty/channel/pool/FixedChannelPool$AcquireTask;)V
end local 3 8: goto 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/channel/pool/FixedChannelPool$TimeoutTask;
2 10 1 nanoTime J
3 8 3 task Lio/netty/channel/pool/FixedChannelPool$AcquireTask;
public abstract void onTimeout(io.netty.channel.pool.FixedChannelPool$AcquireTask);
descriptor: (Lio/netty/channel/pool/FixedChannelPool$AcquireTask;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
task
}
SourceFile: "FixedChannelPool.java"
NestHost: io.netty.channel.pool.FixedChannelPool
InnerClasses:
private final AcquireTask = io.netty.channel.pool.FixedChannelPool$AcquireTask of io.netty.channel.pool.FixedChannelPool
private abstract TimeoutTask = io.netty.channel.pool.FixedChannelPool$TimeoutTask of io.netty.channel.pool.FixedChannelPool