class io.vertx.core.Starter$1 extends java.lang.Thread
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.Starter$1
  super_class: java.lang.Thread
{
  final io.vertx.core.Starter this$0;
    descriptor: Lio/vertx/core/Starter;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.core.Starter);
    descriptor: (Lio/vertx/core/Starter;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.Starter$1 this
         0: .line 413
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.Starter$1.this$0:Lio/vertx/core/Starter;
            aload 0 /* this */
            invokespecial java.lang.Thread.<init>:()V
            return
        end local 0 // io.vertx.core.Starter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/Starter$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // io.vertx.core.Starter$1 this
         0: .line 415
            new java.util.concurrent.CountDownLatch
            dup
            iconst_1
            invokespecial java.util.concurrent.CountDownLatch.<init>:(I)V
            astore 1 /* latch */
        start local 1 // java.util.concurrent.CountDownLatch latch
         1: .line 416
            aload 0 /* this */
            getfield io.vertx.core.Starter$1.this$0:Lio/vertx/core/Starter;
            getfield io.vertx.core.Starter.vertx:Lio/vertx/core/Vertx;
            aload 1 /* latch */
            invokedynamic handle(Ljava/util/concurrent/CountDownLatch;)Lio/vertx/core/Handler;
              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:
                  (Ljava/lang/Object;)V
                  io/vertx/core/Starter$1.lambda$0(Ljava/util/concurrent/CountDownLatch;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.Vertx.close:(Lio/vertx/core/Handler;)V
         2: .line 423
            aload 1 /* latch */
            ldc 2
            getstatic java.util.concurrent.TimeUnit.MINUTES:Ljava/util/concurrent/TimeUnit;
            invokevirtual java.util.concurrent.CountDownLatch.await:(JLjava/util/concurrent/TimeUnit;)Z
            ifne 7
         3: .line 424
            getstatic io.vertx.core.Starter.log:Lio/vertx/core/logging/Logger;
            ldc "Timed out waiting to undeploy all"
            invokevirtual io.vertx.core.logging.Logger.error:(Ljava/lang/Object;)V
         4: .line 426
            goto 7
      StackMap locals: io.vertx.core.Starter$1 java.util.concurrent.CountDownLatch
      StackMap stack: java.lang.InterruptedException
         5: astore 2 /* e */
        start local 2 // java.lang.InterruptedException e
         6: .line 427
            new java.lang.IllegalStateException
            dup
            aload 2 /* e */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.InterruptedException e
         7: .line 429
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.concurrent.CountDownLatch latch
        end local 0 // io.vertx.core.Starter$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lio/vertx/core/Starter$1;
            1    8     1  latch  Ljava/util/concurrent/CountDownLatch;
            6    7     2      e  Ljava/lang/InterruptedException;
      Exception table:
        from    to  target  type
           2     4       5  Class java.lang.InterruptedException

  private static void lambda$0(java.util.concurrent.CountDownLatch, io.vertx.core.AsyncResult);
    descriptor: (Ljava/util/concurrent/CountDownLatch;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 1 // io.vertx.core.AsyncResult ar
         0: .line 417
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifne 2
         1: .line 418
            getstatic io.vertx.core.Starter.log:Lio/vertx/core/logging/Logger;
            ldc "Failure in stopping Vert.x"
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual io.vertx.core.logging.Logger.error:(Ljava/lang/Object;Ljava/lang/Throwable;)V
         2: .line 420
      StackMap locals:
      StackMap stack:
            aload 0
            invokevirtual java.util.concurrent.CountDownLatch.countDown:()V
         3: .line 421
            return
        end local 1 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     1    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;
}
SourceFile: "Starter.java"
EnclosingMethod: io.vertx.core.Starter.addShutdownHook:()V
NestHost: io.vertx.core.Starter
InnerClasses:
  io.vertx.core.Starter$1
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles