class io.vertx.core.impl.VertxImpl$3$1 implements io.netty.util.concurrent.GenericFutureListener
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.core.impl.VertxImpl$3$1
super_class: java.lang.Object
{
final io.vertx.core.impl.VertxImpl$3 this$1;
descriptor: Lio/vertx/core/impl/VertxImpl$3;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final io.vertx.core.Handler val$completionHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(io.vertx.core.impl.VertxImpl$3, io.vertx.core.Handler);
descriptor: (Lio/vertx/core/impl/VertxImpl$3;Lio/vertx/core/Handler;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield io.vertx.core.impl.VertxImpl$3$1.this$1:Lio/vertx/core/impl/VertxImpl$3;
aload 0
aload 2
putfield io.vertx.core.impl.VertxImpl$3$1.val$completionHandler:Lio/vertx/core/Handler;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/impl/VertxImpl$3$1;
MethodParameters:
Name Flags
this$0 final
val$completionHandler final
public void operationComplete(io.netty.util.concurrent.Future);
descriptor: (Lio/netty/util/concurrent/Future;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface io.netty.util.concurrent.Future.isSuccess:()Z
ifne 2
1: getstatic io.vertx.core.impl.VertxImpl.log:Lio/vertx/core/logging/Logger;
ldc "Failure in shutting down event loop group"
aload 1
invokeinterface io.netty.util.concurrent.Future.cause:()Ljava/lang/Throwable;
invokevirtual io.vertx.core.logging.Logger.warn:(Ljava/lang/Object;Ljava/lang/Throwable;)V
2: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.impl.VertxImpl$3$1.this$1:Lio/vertx/core/impl/VertxImpl$3;
invokestatic io.vertx.core.impl.VertxImpl$3.access$0:(Lio/vertx/core/impl/VertxImpl$3;)Lio/vertx/core/impl/VertxImpl;
getfield io.vertx.core.impl.VertxImpl.metrics:Lio/vertx/core/spi/metrics/VertxMetrics;
ifnull 4
3: aload 0
getfield io.vertx.core.impl.VertxImpl$3$1.this$1:Lio/vertx/core/impl/VertxImpl$3;
invokestatic io.vertx.core.impl.VertxImpl$3.access$0:(Lio/vertx/core/impl/VertxImpl$3;)Lio/vertx/core/impl/VertxImpl;
getfield io.vertx.core.impl.VertxImpl.metrics:Lio/vertx/core/spi/metrics/VertxMetrics;
invokeinterface io.vertx.core.spi.metrics.VertxMetrics.close:()V
4: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.impl.VertxImpl$3$1.this$1:Lio/vertx/core/impl/VertxImpl$3;
invokestatic io.vertx.core.impl.VertxImpl$3.access$0:(Lio/vertx/core/impl/VertxImpl$3;)Lio/vertx/core/impl/VertxImpl;
getfield io.vertx.core.impl.VertxImpl.checker:Lio/vertx/core/impl/BlockedThreadChecker;
invokevirtual io.vertx.core.impl.BlockedThreadChecker.close:()V
5: aload 0
getfield io.vertx.core.impl.VertxImpl$3$1.val$completionHandler:Lio/vertx/core/Handler;
ifnull 8
6: aload 0
getfield io.vertx.core.impl.VertxImpl$3$1.this$1:Lio/vertx/core/impl/VertxImpl$3;
invokestatic io.vertx.core.impl.VertxImpl$3.access$0:(Lio/vertx/core/impl/VertxImpl$3;)Lio/vertx/core/impl/VertxImpl;
getfield io.vertx.core.impl.VertxImpl.eventLoopThreadFactory:Ljava/util/concurrent/ThreadFactory;
aload 0
getfield io.vertx.core.impl.VertxImpl$3$1.val$completionHandler:Lio/vertx/core/Handler;
invokedynamic run(Lio/vertx/core/Handler;)Ljava/lang/Runnable;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
()V
io/vertx/core/impl/VertxImpl$3$1.lambda$0(Lio/vertx/core/Handler;)V (6)
()V
invokeinterface java.util.concurrent.ThreadFactory.newThread:(Ljava/lang/Runnable;)Ljava/lang/Thread;
7: invokevirtual java.lang.Thread.start:()V
8: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/vertx/core/impl/VertxImpl$3$1;
0 9 1 future Lio/netty/util/concurrent/Future;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
future
private static void lambda$0(io.vertx.core.Handler);
descriptor: (Lio/vertx/core/Handler;)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=2, locals=1, args_size=1
0: aload 0
invokestatic io.vertx.core.Future.succeededFuture:()Lio/vertx/core/Future;
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
1: return
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "VertxImpl.java"
EnclosingMethod: io.vertx.core.impl.VertxImpl$3.operationComplete:(Lio/netty/util/concurrent/Future;)V
NestHost: io.vertx.core.impl.VertxImpl
InnerClasses:
io.vertx.core.impl.VertxImpl$3
io.vertx.core.impl.VertxImpl$3$1
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles