class io.netty.util.concurrent.RejectedExecutionHandlers$2 implements io.netty.util.concurrent.RejectedExecutionHandler
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.netty.util.concurrent.RejectedExecutionHandlers$2
super_class: java.lang.Object
{
private final int val$retries;
descriptor: I
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final long val$backOffNanos;
descriptor: J
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(int, long);
descriptor: (IJ)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=3
start local 0 0: aload 0
iload 1
putfield io.netty.util.concurrent.RejectedExecutionHandlers$2.val$retries:I
aload 0
lload 2
putfield io.netty.util.concurrent.RejectedExecutionHandlers$2.val$backOffNanos:J
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/util/concurrent/RejectedExecutionHandlers$2;
MethodParameters:
Name Flags
val$retries final
val$backOffNanos final
public void rejected(java.lang.Runnable, io.netty.util.concurrent.SingleThreadEventExecutor);
descriptor: (Ljava/lang/Runnable;Lio/netty/util/concurrent/SingleThreadEventExecutor;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 2
invokevirtual io.netty.util.concurrent.SingleThreadEventExecutor.inEventLoop:()Z
ifne 9
1: iconst_0
istore 3
start local 3 2: goto 8
3: StackMap locals: int
StackMap stack:
aload 2
iconst_0
invokevirtual io.netty.util.concurrent.SingleThreadEventExecutor.wakeup:(Z)V
4: aload 0
getfield io.netty.util.concurrent.RejectedExecutionHandlers$2.val$backOffNanos:J
invokestatic java.util.concurrent.locks.LockSupport.parkNanos:(J)V
5: aload 2
aload 1
invokevirtual io.netty.util.concurrent.SingleThreadEventExecutor.offerTask:(Ljava/lang/Runnable;)Z
ifeq 7
6: return
7: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
8: iload 3
aload 0
getfield io.netty.util.concurrent.RejectedExecutionHandlers$2.val$retries:I
if_icmplt 3
end local 3 9: StackMap locals:
StackMap stack:
new java.util.concurrent.RejectedExecutionException
dup
invokespecial java.util.concurrent.RejectedExecutionException.<init>:()V
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lio/netty/util/concurrent/RejectedExecutionHandlers$2;
0 10 1 task Ljava/lang/Runnable;
0 10 2 executor Lio/netty/util/concurrent/SingleThreadEventExecutor;
2 9 3 i I
MethodParameters:
Name Flags
task
executor
}
SourceFile: "RejectedExecutionHandlers.java"
EnclosingMethod: io.netty.util.concurrent.RejectedExecutionHandlers.backoff:(IJLjava/util/concurrent/TimeUnit;)Lio/netty/util/concurrent/RejectedExecutionHandler;
NestHost: io.netty.util.concurrent.RejectedExecutionHandlers
InnerClasses:
io.netty.util.concurrent.RejectedExecutionHandlers$2