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 // io.vertx.core.impl.VertxImpl$3$1 this
         0: .line 869
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.impl.VertxImpl$3$1.this$1:Lio/vertx/core/impl/VertxImpl$3;
            aload 0 /* this */
            aload 2
            putfield io.vertx.core.impl.VertxImpl$3$1.val$completionHandler:Lio/vertx/core/Handler;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.core.impl.VertxImpl$3$1 this
      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 // io.vertx.core.impl.VertxImpl$3$1 this
        start local 1 // io.netty.util.concurrent.Future future
         0: .line 872
            aload 1 /* future */
            invokeinterface io.netty.util.concurrent.Future.isSuccess:()Z
            ifne 2
         1: .line 873
            getstatic io.vertx.core.impl.VertxImpl.log:Lio/vertx/core/impl/logging/Logger;
            ldc "Failure in shutting down event loop group"
            aload 1 /* future */
            invokeinterface io.netty.util.concurrent.Future.cause:()Ljava/lang/Throwable;
            invokeinterface io.vertx.core.impl.logging.Logger.warn:(Ljava/lang/Object;Ljava/lang/Throwable;)V
         2: .line 875
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            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: .line 876
            aload 0 /* this */
            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: .line 878
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            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.tracer:Lio/vertx/core/spi/tracing/VertxTracer;
            ifnull 6
         5: .line 879
            aload 0 /* this */
            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.tracer:Lio/vertx/core/spi/tracing/VertxTracer;
            invokeinterface io.vertx.core.spi.tracing.VertxTracer.close:()V
         6: .line 882
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            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
         7: .line 884
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxImpl$3$1.val$completionHandler:Lio/vertx/core/Handler;
            ifnull 10
         8: .line 885
            aload 0 /* this */
            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 /* this */
            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;
         9: .line 887
            invokevirtual java.lang.Thread.start:()V
        10: .line 889
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.netty.util.concurrent.Future future
        end local 0 // io.vertx.core.impl.VertxImpl$3$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lio/vertx/core/impl/VertxImpl$3$1;
            0   11     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: .line 886
            aload 0
            invokestatic io.vertx.core.Future.succeededFuture:()Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         1: .line 887
            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