class io.vertx.core.impl.DeploymentManager$DeploymentImpl implements io.vertx.core.impl.Deployment
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.impl.DeploymentManager$DeploymentImpl
  super_class: java.lang.Object
{
  private static final int ST_DEPLOYED;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final int ST_UNDEPLOYING;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int ST_UNDEPLOYED;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private final io.vertx.core.impl.Deployment parent;
    descriptor: Lio/vertx/core/impl/Deployment;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String deploymentID;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String verticleIdentifier;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<io.vertx.core.impl.DeploymentManager$VerticleHolder> verticles;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lio/vertx/core/impl/DeploymentManager$VerticleHolder;>;

  private final java.util.Set<io.vertx.core.impl.Deployment> children;
    descriptor: Ljava/util/Set;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Set<Lio/vertx/core/impl/Deployment;>;

  private final io.vertx.core.DeploymentOptions options;
    descriptor: Lio/vertx/core/DeploymentOptions;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int status;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private volatile boolean child;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  final io.vertx.core.impl.DeploymentManager this$0;
    descriptor: Lio/vertx/core/impl/DeploymentManager;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(io.vertx.core.impl.DeploymentManager, io.vertx.core.impl.Deployment, java.lang.String, java.lang.String, io.vertx.core.DeploymentOptions);
    descriptor: (Lio/vertx/core/impl/DeploymentManager;Lio/vertx/core/impl/Deployment;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/DeploymentOptions;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
        start local 2 // io.vertx.core.impl.Deployment parent
        start local 3 // java.lang.String deploymentID
        start local 4 // java.lang.String verticleIdentifier
        start local 5 // io.vertx.core.DeploymentOptions options
         0: .line 612
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.this$0:Lio/vertx/core/impl/DeploymentManager;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 606
            aload 0 /* this */
            new java.util.concurrent.CopyOnWriteArrayList
            dup
            invokespecial java.util.concurrent.CopyOnWriteArrayList.<init>:()V
            putfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.verticles:Ljava/util/List;
         2: .line 607
            aload 0 /* this */
            new io.vertx.core.impl.ConcurrentHashSet
            dup
            invokespecial io.vertx.core.impl.ConcurrentHashSet.<init>:()V
            putfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.children:Ljava/util/Set;
         3: .line 609
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.status:I
         4: .line 613
            aload 0 /* this */
            aload 2 /* parent */
            putfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.parent:Lio/vertx/core/impl/Deployment;
         5: .line 614
            aload 0 /* this */
            aload 3 /* deploymentID */
            putfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.deploymentID:Ljava/lang/String;
         6: .line 615
            aload 0 /* this */
            aload 4 /* verticleIdentifier */
            putfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.verticleIdentifier:Ljava/lang/String;
         7: .line 616
            aload 0 /* this */
            aload 5 /* options */
            putfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.options:Lio/vertx/core/DeploymentOptions;
         8: .line 617
            return
        end local 5 // io.vertx.core.DeploymentOptions options
        end local 4 // java.lang.String verticleIdentifier
        end local 3 // java.lang.String deploymentID
        end local 2 // io.vertx.core.impl.Deployment parent
        end local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    9     0                this  Lio/vertx/core/impl/DeploymentManager$DeploymentImpl;
            0    9     2              parent  Lio/vertx/core/impl/Deployment;
            0    9     3        deploymentID  Ljava/lang/String;
            0    9     4  verticleIdentifier  Ljava/lang/String;
            0    9     5             options  Lio/vertx/core/DeploymentOptions;
    MethodParameters:
                    Name  Flags
      this$0              final
      parent              
      deploymentID        
      verticleIdentifier  
      options             

  public void addVerticle(io.vertx.core.impl.DeploymentManager$VerticleHolder);
    descriptor: (Lio/vertx/core/impl/DeploymentManager$VerticleHolder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
        start local 1 // io.vertx.core.impl.DeploymentManager$VerticleHolder holder
         0: .line 620
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.verticles:Ljava/util/List;
            aload 1 /* holder */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 621
            return
        end local 1 // io.vertx.core.impl.DeploymentManager$VerticleHolder holder
        end local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/core/impl/DeploymentManager$DeploymentImpl;
            0    2     1  holder  Lio/vertx/core/impl/DeploymentManager$VerticleHolder;
    MethodParameters:
        Name  Flags
      holder  

  private synchronized void rollback(io.vertx.core.impl.ContextInternal, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>, io.vertx.core.impl.ContextImpl, java.lang.Throwable);
    descriptor: (Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;Lio/vertx/core/impl/ContextImpl;Ljava/lang/Throwable;)V
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
        start local 1 // io.vertx.core.impl.ContextInternal callingContext
        start local 2 // io.vertx.core.Handler completionHandler
        start local 3 // io.vertx.core.impl.ContextImpl context
        start local 4 // java.lang.Throwable cause
         0: .line 624
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.status:I
            ifne 3
         1: .line 625
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.status:I
         2: .line 626
            aload 0 /* this */
            aload 1 /* callingContext */
            aload 0 /* this */
            aload 4 /* cause */
            aload 1 /* callingContext */
            aload 2 /* completionHandler */
            aload 3 /* context */
            invokedynamic handle(Lio/vertx/core/impl/DeploymentManager$DeploymentImpl;Ljava/lang/Throwable;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;Lio/vertx/core/impl/ContextImpl;)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/impl/DeploymentManager$DeploymentImpl.lambda$0(Ljava/lang/Throwable;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;Lio/vertx/core/impl/ContextImpl;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.core.impl.DeploymentManager$DeploymentImpl.doUndeployChildren:(Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;)V
         3: .line 637
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.lang.Throwable cause
        end local 3 // io.vertx.core.impl.ContextImpl context
        end local 2 // io.vertx.core.Handler completionHandler
        end local 1 // io.vertx.core.impl.ContextInternal callingContext
        end local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lio/vertx/core/impl/DeploymentManager$DeploymentImpl;
            0    4     1     callingContext  Lio/vertx/core/impl/ContextInternal;
            0    4     2  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
            0    4     3            context  Lio/vertx/core/impl/ContextImpl;
            0    4     4              cause  Ljava/lang/Throwable;
    Signature: (Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;Lio/vertx/core/impl/ContextImpl;Ljava/lang/Throwable;)V
    MethodParameters:
                   Name  Flags
      callingContext     
      completionHandler  
      context            
      cause              

  public void undeploy(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 641
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.this$0:Lio/vertx/core/impl/DeploymentManager;
            getfield io.vertx.core.impl.DeploymentManager.vertx:Lio/vertx/core/impl/VertxInternal;
            invokeinterface io.vertx.core.impl.VertxInternal.getOrCreateContext:()Lio/vertx/core/impl/ContextInternal;
            astore 2 /* currentContext */
        start local 2 // io.vertx.core.impl.ContextInternal currentContext
         1: .line 642
            aload 0 /* this */
            aload 2 /* currentContext */
            aload 1 /* completionHandler */
            invokevirtual io.vertx.core.impl.DeploymentManager$DeploymentImpl.doUndeploy:(Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;)V
         2: .line 643
            return
        end local 2 // io.vertx.core.impl.ContextInternal currentContext
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lio/vertx/core/impl/DeploymentManager$DeploymentImpl;
            0    3     1  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            1    3     2     currentContext  Lio/vertx/core/impl/ContextInternal;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
                   Name  Flags
      completionHandler  

  private synchronized void doUndeployChildren(io.vertx.core.impl.ContextInternal, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;)V
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=8, locals=8, args_size=3
        start local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
        start local 1 // io.vertx.core.impl.ContextInternal undeployingContext
        start local 2 // io.vertx.core.Handler completionHandler
         0: .line 646
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.children:Ljava/util/Set;
            invokeinterface java.util.Set.isEmpty:()Z
            ifne 12
         1: .line 647
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.children:Ljava/util/Set;
            invokeinterface java.util.Set.size:()I
            istore 3 /* size */
        start local 3 // int size
         2: .line 648
            new java.util.concurrent.atomic.AtomicInteger
            dup
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
            astore 4 /* childCount */
        start local 4 // java.util.concurrent.atomic.AtomicInteger childCount
         3: .line 649
            iconst_0
            istore 5 /* undeployedSome */
        start local 5 // boolean undeployedSome
         4: .line 650
            new java.util.HashSet
            dup
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.children:Ljava/util/Set;
            invokespecial java.util.HashSet.<init>:(Ljava/util/Collection;)V
            invokevirtual java.util.HashSet.iterator:()Ljava/util/Iterator;
            astore 7
            goto 8
      StackMap locals: io.vertx.core.impl.DeploymentManager$DeploymentImpl io.vertx.core.impl.ContextInternal io.vertx.core.Handler int java.util.concurrent.atomic.AtomicInteger int top java.util.Iterator
      StackMap stack:
         5: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.core.impl.Deployment
            astore 6 /* childDeployment */
        start local 6 // io.vertx.core.impl.Deployment childDeployment
         6: .line 651
            iconst_1
            istore 5 /* undeployedSome */
         7: .line 652
            aload 6 /* childDeployment */
            aload 1 /* undeployingContext */
            aload 0 /* this */
            aload 6 /* childDeployment */
            aload 1 /* undeployingContext */
            aload 2 /* completionHandler */
            aload 4 /* childCount */
            iload 3 /* size */
            invokedynamic handle(Lio/vertx/core/impl/DeploymentManager$DeploymentImpl;Lio/vertx/core/impl/Deployment;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;Ljava/util/concurrent/atomic/AtomicInteger;I)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/impl/DeploymentManager$DeploymentImpl.lambda$2(Lio/vertx/core/impl/Deployment;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;Ljava/util/concurrent/atomic/AtomicInteger;ILio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.impl.Deployment.doUndeploy:(Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;)V
        end local 6 // io.vertx.core.impl.Deployment childDeployment
         8: .line 650
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
         9: .line 662
            iload 5 /* undeployedSome */
            ifne 13
        10: .line 664
            aload 2 /* completionHandler */
            invokestatic io.vertx.core.Future.succeededFuture:()Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 5 // boolean undeployedSome
        end local 4 // java.util.concurrent.atomic.AtomicInteger childCount
        end local 3 // int size
        11: .line 666
            goto 13
        12: .line 667
      StackMap locals: io.vertx.core.impl.DeploymentManager$DeploymentImpl io.vertx.core.impl.ContextInternal io.vertx.core.Handler
      StackMap stack:
            aload 2 /* completionHandler */
            invokestatic io.vertx.core.Future.succeededFuture:()Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        13: .line 669
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.Handler completionHandler
        end local 1 // io.vertx.core.impl.ContextInternal undeployingContext
        end local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   14     0                this  Lio/vertx/core/impl/DeploymentManager$DeploymentImpl;
            0   14     1  undeployingContext  Lio/vertx/core/impl/ContextInternal;
            0   14     2   completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            2   11     3                size  I
            3   11     4          childCount  Ljava/util/concurrent/atomic/AtomicInteger;
            4   11     5      undeployedSome  Z
            6    8     6     childDeployment  Lio/vertx/core/impl/Deployment;
    Signature: (Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
                    Name  Flags
      undeployingContext  
      completionHandler   

  public synchronized void doUndeploy(io.vertx.core.impl.ContextInternal, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=8, locals=8, args_size=3
        start local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
        start local 1 // io.vertx.core.impl.ContextInternal undeployingContext
        start local 2 // io.vertx.core.Handler completionHandler
         0: .line 672
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.status:I
            iconst_2
            if_icmpne 3
         1: .line 673
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.this$0:Lio/vertx/core/impl/DeploymentManager;
            new java.lang.IllegalStateException
            dup
            ldc "Already undeployed"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            aload 1 /* undeployingContext */
            aload 2 /* completionHandler */
            invokevirtual io.vertx.core.impl.DeploymentManager.reportFailure:(Ljava/lang/Throwable;Lio/vertx/core/Context;Lio/vertx/core/Handler;)V
         2: .line 674
            return
         3: .line 676
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.children:Ljava/util/Set;
            invokeinterface java.util.Set.isEmpty:()Z
            ifne 7
         4: .line 677
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.status:I
         5: .line 678
            aload 0 /* this */
            aload 1 /* undeployingContext */
            aload 0 /* this */
            aload 1 /* undeployingContext */
            aload 2 /* completionHandler */
            invokedynamic handle(Lio/vertx/core/impl/DeploymentManager$DeploymentImpl;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;)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/impl/DeploymentManager$DeploymentImpl.lambda$3(Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.core.impl.DeploymentManager$DeploymentImpl.doUndeployChildren:(Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;)V
         6: .line 685
            goto 17
         7: .line 686
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.status:I
         8: .line 687
            new java.util.concurrent.atomic.AtomicInteger
            dup
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
            astore 3 /* undeployCount */
        start local 3 // java.util.concurrent.atomic.AtomicInteger undeployCount
         9: .line 688
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.verticles:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 4 /* numToUndeploy */
        start local 4 // int numToUndeploy
        10: .line 689
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.parent:Lio/vertx/core/impl/Deployment;
            ifnull 12
        11: .line 690
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.parent:Lio/vertx/core/impl/Deployment;
            aload 0 /* this */
            invokeinterface io.vertx.core.impl.Deployment.removeChild:(Lio/vertx/core/impl/Deployment;)V
        12: .line 692
      StackMap locals: java.util.concurrent.atomic.AtomicInteger int
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.verticles:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 16
      StackMap locals: io.vertx.core.impl.DeploymentManager$DeploymentImpl io.vertx.core.impl.ContextInternal io.vertx.core.Handler java.util.concurrent.atomic.AtomicInteger int top java.util.Iterator
      StackMap stack:
        13: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.core.impl.DeploymentManager$VerticleHolder
            astore 5 /* verticleHolder */
        start local 5 // io.vertx.core.impl.DeploymentManager$VerticleHolder verticleHolder
        14: .line 693
            aload 5 /* verticleHolder */
            getfield io.vertx.core.impl.DeploymentManager$VerticleHolder.context:Lio/vertx/core/impl/ContextImpl;
            astore 7 /* context */
        start local 7 // io.vertx.core.impl.ContextImpl context
        15: .line 694
            aload 7 /* context */
            aload 0 /* this */
            aload 5 /* verticleHolder */
            aload 7 /* context */
            aload 3 /* undeployCount */
            iload 4 /* numToUndeploy */
            aload 1 /* undeployingContext */
            aload 2 /* completionHandler */
            invokedynamic handle(Lio/vertx/core/impl/DeploymentManager$DeploymentImpl;Lio/vertx/core/impl/DeploymentManager$VerticleHolder;Lio/vertx/core/impl/ContextImpl;Ljava/util/concurrent/atomic/AtomicInteger;ILio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;)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/impl/DeploymentManager$DeploymentImpl.lambda$4(Lio/vertx/core/impl/DeploymentManager$VerticleHolder;Lio/vertx/core/impl/ContextImpl;Ljava/util/concurrent/atomic/AtomicInteger;ILio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokevirtual io.vertx.core.impl.ContextImpl.runOnContext:(Lio/vertx/core/Handler;)V
        end local 7 // io.vertx.core.impl.ContextImpl context
        end local 5 // io.vertx.core.impl.DeploymentManager$VerticleHolder verticleHolder
        16: .line 692
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 13
        end local 4 // int numToUndeploy
        end local 3 // java.util.concurrent.atomic.AtomicInteger undeployCount
        17: .line 739
      StackMap locals: io.vertx.core.impl.DeploymentManager$DeploymentImpl io.vertx.core.impl.ContextInternal io.vertx.core.Handler
      StackMap stack:
            return
        end local 2 // io.vertx.core.Handler completionHandler
        end local 1 // io.vertx.core.impl.ContextInternal undeployingContext
        end local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   18     0                this  Lio/vertx/core/impl/DeploymentManager$DeploymentImpl;
            0   18     1  undeployingContext  Lio/vertx/core/impl/ContextInternal;
            0   18     2   completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            9   17     3       undeployCount  Ljava/util/concurrent/atomic/AtomicInteger;
           10   17     4       numToUndeploy  I
           14   16     5      verticleHolder  Lio/vertx/core/impl/DeploymentManager$VerticleHolder;
           15   16     7             context  Lio/vertx/core/impl/ContextImpl;
    Signature: (Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
                    Name  Flags
      undeployingContext  
      completionHandler   

  public java.lang.String verticleIdentifier();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
         0: .line 743
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.verticleIdentifier:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/DeploymentManager$DeploymentImpl;

  public io.vertx.core.DeploymentOptions deploymentOptions();
    descriptor: ()Lio/vertx/core/DeploymentOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
         0: .line 748
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.options:Lio/vertx/core/DeploymentOptions;
            areturn
        end local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/DeploymentManager$DeploymentImpl;

  public synchronized boolean addChild(io.vertx.core.impl.Deployment);
    descriptor: (Lio/vertx/core/impl/Deployment;)Z
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
        start local 1 // io.vertx.core.impl.Deployment deployment
         0: .line 753
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.status:I
            ifne 3
         1: .line 754
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.children:Ljava/util/Set;
            aload 1 /* deployment */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         2: .line 755
            iconst_1
            ireturn
         3: .line 757
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // io.vertx.core.impl.Deployment deployment
        end local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lio/vertx/core/impl/DeploymentManager$DeploymentImpl;
            0    4     1  deployment  Lio/vertx/core/impl/Deployment;
    MethodParameters:
            Name  Flags
      deployment  

  public void removeChild(io.vertx.core.impl.Deployment);
    descriptor: (Lio/vertx/core/impl/Deployment;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
        start local 1 // io.vertx.core.impl.Deployment deployment
         0: .line 763
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.children:Ljava/util/Set;
            aload 1 /* deployment */
            invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
            pop
         1: .line 764
            return
        end local 1 // io.vertx.core.impl.Deployment deployment
        end local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/core/impl/DeploymentManager$DeploymentImpl;
            0    2     1  deployment  Lio/vertx/core/impl/Deployment;
    MethodParameters:
            Name  Flags
      deployment  

  public java.util.Set<io.vertx.core.Verticle> getVerticles();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
         0: .line 768
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 1 /* verts */
        start local 1 // java.util.Set verts
         1: .line 769
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.verticles:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: io.vertx.core.impl.DeploymentManager$DeploymentImpl java.util.Set top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.core.impl.DeploymentManager$VerticleHolder
            astore 2 /* holder */
        start local 2 // io.vertx.core.impl.DeploymentManager$VerticleHolder holder
         3: .line 770
            aload 1 /* verts */
            aload 2 /* holder */
            getfield io.vertx.core.impl.DeploymentManager$VerticleHolder.verticle:Lio/vertx/core/Verticle;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        end local 2 // io.vertx.core.impl.DeploymentManager$VerticleHolder holder
         4: .line 769
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 772
            aload 1 /* verts */
            areturn
        end local 1 // java.util.Set verts
        end local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lio/vertx/core/impl/DeploymentManager$DeploymentImpl;
            1    6     1   verts  Ljava/util/Set<Lio/vertx/core/Verticle;>;
            3    4     2  holder  Lio/vertx/core/impl/DeploymentManager$VerticleHolder;
    Signature: ()Ljava/util/Set<Lio/vertx/core/Verticle;>;

  public boolean isChild();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
         0: .line 777
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.child:Z
            ireturn
        end local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/DeploymentManager$DeploymentImpl;

  public java.lang.String deploymentID();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
         0: .line 782
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.deploymentID:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/DeploymentManager$DeploymentImpl;

  private void lambda$0(java.lang.Throwable, io.vertx.core.impl.ContextInternal, io.vertx.core.Handler, io.vertx.core.impl.ContextImpl, io.vertx.core.AsyncResult);
    descriptor: (Ljava/lang/Throwable;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;Lio/vertx/core/impl/ContextImpl;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=7, args_size=6
        start local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
        start local 5 // io.vertx.core.AsyncResult childrenResult
         0: .line 627
            aload 0 /* this */
            dup
            astore 6
            monitorenter
         1: .line 628
            aload 0 /* this */
            iconst_2
            putfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.status:I
         2: .line 627
            aload 6
            monitorexit
         3: goto 6
      StackMap locals: io.vertx.core.impl.DeploymentManager$DeploymentImpl java.lang.Throwable io.vertx.core.impl.ContextInternal io.vertx.core.Handler io.vertx.core.impl.ContextImpl io.vertx.core.AsyncResult io.vertx.core.impl.DeploymentManager$DeploymentImpl
      StackMap stack: java.lang.Throwable
         4: aload 6
            monitorexit
         5: athrow
         6: .line 630
      StackMap locals:
      StackMap stack:
            aload 5 /* childrenResult */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 9
         7: .line 631
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.this$0:Lio/vertx/core/impl/DeploymentManager;
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.core.impl.DeploymentManager.reportFailure:(Ljava/lang/Throwable;Lio/vertx/core/Context;Lio/vertx/core/Handler;)V
         8: .line 632
            goto 10
         9: .line 633
      StackMap locals:
      StackMap stack:
            aload 4
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            invokedynamic handle(Lio/vertx/core/impl/DeploymentManager$DeploymentImpl;Ljava/lang/Throwable;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;)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/impl/DeploymentManager$DeploymentImpl.lambda$1(Ljava/lang/Throwable;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.core.impl.ContextImpl.runCloseHooks:(Lio/vertx/core/Handler;)V
        10: .line 635
      StackMap locals:
      StackMap stack:
            return
        end local 5 // io.vertx.core.AsyncResult childrenResult
        end local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0            this  Lio/vertx/core/impl/DeploymentManager$DeploymentImpl;
            0   11     5  childrenResult  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any

  private void lambda$2(io.vertx.core.impl.Deployment, io.vertx.core.impl.ContextInternal, io.vertx.core.Handler, java.util.concurrent.atomic.AtomicInteger, int, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/impl/Deployment;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;Ljava/util/concurrent/atomic/AtomicInteger;ILio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=7, args_size=7
        start local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
        start local 6 // io.vertx.core.AsyncResult ar
         0: .line 653
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.children:Ljava/util/Set;
            aload 1
            invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
            pop
         1: .line 654
            aload 6 /* ar */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 4
         2: .line 655
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.this$0:Lio/vertx/core/impl/DeploymentManager;
            aload 6 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            aload 2
            aload 3
            invokevirtual io.vertx.core.impl.DeploymentManager.reportFailure:(Ljava/lang/Throwable;Lio/vertx/core/Context;Lio/vertx/core/Handler;)V
         3: .line 656
            goto 6
      StackMap locals:
      StackMap stack:
         4: aload 4
            invokevirtual java.util.concurrent.atomic.AtomicInteger.incrementAndGet:()I
            iload 5
            if_icmpne 6
         5: .line 658
            aload 3
            invokestatic io.vertx.core.Future.succeededFuture:()Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         6: .line 660
      StackMap locals:
      StackMap stack:
            return
        end local 6 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/core/impl/DeploymentManager$DeploymentImpl;
            0    7     6    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$3(io.vertx.core.impl.ContextInternal, io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
        start local 3 // io.vertx.core.AsyncResult ar
         0: .line 679
            aload 3 /* ar */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 680
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.this$0:Lio/vertx/core/impl/DeploymentManager;
            aload 3 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            aload 1
            aload 2
            invokevirtual io.vertx.core.impl.DeploymentManager.reportFailure:(Ljava/lang/Throwable;Lio/vertx/core/Context;Lio/vertx/core/Handler;)V
         2: .line 681
            goto 4
         3: .line 682
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1
            aload 2
            invokevirtual io.vertx.core.impl.DeploymentManager$DeploymentImpl.doUndeploy:(Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;)V
         4: .line 684
      StackMap locals:
      StackMap stack:
            return
        end local 3 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/core/impl/DeploymentManager$DeploymentImpl;
            0    5     3    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$4(io.vertx.core.impl.DeploymentManager$VerticleHolder, io.vertx.core.impl.ContextImpl, java.util.concurrent.atomic.AtomicInteger, int, io.vertx.core.impl.ContextInternal, io.vertx.core.Handler, java.lang.Void);
    descriptor: (Lio/vertx/core/impl/DeploymentManager$VerticleHolder;Lio/vertx/core/impl/ContextImpl;Ljava/util/concurrent/atomic/AtomicInteger;ILio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=9, locals=12, args_size=8
        start local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
        start local 7 // java.lang.Void v
         0: .line 695
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 8 /* stopPromise */
        start local 8 // io.vertx.core.Promise stopPromise
         1: .line 696
            aload 8 /* stopPromise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            astore 9 /* stopFuture */
        start local 9 // io.vertx.core.Future stopFuture
         2: .line 697
            new java.util.concurrent.atomic.AtomicBoolean
            dup
            invokespecial java.util.concurrent.atomic.AtomicBoolean.<init>:()V
            astore 10 /* failureReported */
        start local 10 // java.util.concurrent.atomic.AtomicBoolean failureReported
         3: .line 698
            aload 9 /* stopFuture */
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            iload 4
            aload 5
            aload 6
            aload 10 /* failureReported */
            invokedynamic handle(Lio/vertx/core/impl/DeploymentManager$DeploymentImpl;Lio/vertx/core/impl/DeploymentManager$VerticleHolder;Lio/vertx/core/impl/ContextImpl;Ljava/util/concurrent/atomic/AtomicInteger;ILio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;Ljava/util/concurrent/atomic/AtomicBoolean;)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/impl/DeploymentManager$DeploymentImpl.lambda$5(Lio/vertx/core/impl/DeploymentManager$VerticleHolder;Lio/vertx/core/impl/ContextImpl;Ljava/util/concurrent/atomic/AtomicInteger;ILio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;Ljava/util/concurrent/atomic/AtomicBoolean;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.Future.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         4: .line 732
            aload 1
            getfield io.vertx.core.impl.DeploymentManager$VerticleHolder.verticle:Lio/vertx/core/Verticle;
            aload 8 /* stopPromise */
            invokeinterface io.vertx.core.Verticle.stop:(Lio/vertx/core/Promise;)V
         5: .line 733
            goto 8
      StackMap locals: io.vertx.core.impl.DeploymentManager$DeploymentImpl io.vertx.core.impl.DeploymentManager$VerticleHolder io.vertx.core.impl.ContextImpl java.util.concurrent.atomic.AtomicInteger int io.vertx.core.impl.ContextInternal io.vertx.core.Handler java.lang.Void io.vertx.core.Promise io.vertx.core.Future java.util.concurrent.atomic.AtomicBoolean
      StackMap stack: java.lang.Throwable
         6: astore 11 /* t */
        start local 11 // java.lang.Throwable t
         7: .line 734
            aload 8 /* stopPromise */
            aload 11 /* t */
            invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/Throwable;)V
        end local 11 // java.lang.Throwable t
        end local 10 // java.util.concurrent.atomic.AtomicBoolean failureReported
        end local 9 // io.vertx.core.Future stopFuture
        end local 8 // io.vertx.core.Promise stopPromise
         8: .line 736
      StackMap locals:
      StackMap stack:
            return
        end local 7 // java.lang.Void v
        end local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Lio/vertx/core/impl/DeploymentManager$DeploymentImpl;
            0    9     7                v  Ljava/lang/Void;
            1    8     8      stopPromise  Lio/vertx/core/Promise<Ljava/lang/Void;>;
            2    8     9       stopFuture  Lio/vertx/core/Future<Ljava/lang/Void;>;
            3    8    10  failureReported  Ljava/util/concurrent/atomic/AtomicBoolean;
            7    8    11                t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           4     5       6  Class java.lang.Throwable

  private void lambda$1(java.lang.Throwable, io.vertx.core.impl.ContextInternal, io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Ljava/lang/Throwable;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
        start local 4 // io.vertx.core.AsyncResult closeHookAsyncResult
         0: .line 633
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.this$0:Lio/vertx/core/impl/DeploymentManager;
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.core.impl.DeploymentManager.reportFailure:(Ljava/lang/Throwable;Lio/vertx/core/Context;Lio/vertx/core/Handler;)V
            return
        end local 4 // io.vertx.core.AsyncResult closeHookAsyncResult
        end local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lio/vertx/core/impl/DeploymentManager$DeploymentImpl;
            0    1     4  closeHookAsyncResult  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$5(io.vertx.core.impl.DeploymentManager$VerticleHolder, io.vertx.core.impl.ContextImpl, java.util.concurrent.atomic.AtomicInteger, int, io.vertx.core.impl.ContextInternal, io.vertx.core.Handler, java.util.concurrent.atomic.AtomicBoolean, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/impl/DeploymentManager$VerticleHolder;Lio/vertx/core/impl/ContextImpl;Ljava/util/concurrent/atomic/AtomicInteger;ILio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;Ljava/util/concurrent/atomic/AtomicBoolean;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=8, locals=10, args_size=9
        start local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
        start local 8 // io.vertx.core.AsyncResult ar
         0: .line 699
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.this$0:Lio/vertx/core/impl/DeploymentManager;
            getfield io.vertx.core.impl.DeploymentManager.deployments:Ljava/util/Map;
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.deploymentID:Ljava/lang/String;
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 700
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.this$0:Lio/vertx/core/impl/DeploymentManager;
            getfield io.vertx.core.impl.DeploymentManager.vertx:Lio/vertx/core/impl/VertxInternal;
            invokeinterface io.vertx.core.impl.VertxInternal.metricsSPI:()Lio/vertx/core/spi/metrics/VertxMetrics;
            astore 9 /* metrics */
        start local 9 // io.vertx.core.spi.metrics.VertxMetrics metrics
         2: .line 701
            aload 9 /* metrics */
            ifnull 4
         3: .line 702
            aload 9 /* metrics */
            aload 1
            getfield io.vertx.core.impl.DeploymentManager$VerticleHolder.verticle:Lio/vertx/core/Verticle;
            invokeinterface io.vertx.core.spi.metrics.VertxMetrics.verticleUndeployed:(Lio/vertx/core/Verticle;)V
         4: .line 704
      StackMap locals: io.vertx.core.spi.metrics.VertxMetrics
      StackMap stack:
            aload 2
            aload 0 /* this */
            aload 8 /* ar */
            aload 3
            iload 4
            aload 5
            aload 6
            aload 7
            invokedynamic handle(Lio/vertx/core/impl/DeploymentManager$DeploymentImpl;Lio/vertx/core/AsyncResult;Ljava/util/concurrent/atomic/AtomicInteger;ILio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;Ljava/util/concurrent/atomic/AtomicBoolean;)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/impl/DeploymentManager$DeploymentImpl.lambda$6(Lio/vertx/core/AsyncResult;Ljava/util/concurrent/atomic/AtomicInteger;ILio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;Ljava/util/concurrent/atomic/AtomicBoolean;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.core.impl.ContextImpl.runCloseHooks:(Lio/vertx/core/Handler;)V
        end local 9 // io.vertx.core.spi.metrics.VertxMetrics metrics
         5: .line 730
            return
        end local 8 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lio/vertx/core/impl/DeploymentManager$DeploymentImpl;
            0    6     8       ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;
            2    5     9  metrics  Lio/vertx/core/spi/metrics/VertxMetrics;

  private void lambda$6(io.vertx.core.AsyncResult, java.util.concurrent.atomic.AtomicInteger, int, io.vertx.core.impl.ContextInternal, io.vertx.core.Handler, java.util.concurrent.atomic.AtomicBoolean, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;Ljava/util/concurrent/atomic/AtomicInteger;ILio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;Ljava/util/concurrent/atomic/AtomicBoolean;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=12, args_size=8
        start local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
        start local 7 // io.vertx.core.AsyncResult ar2
         0: .line 705
            aload 7 /* ar2 */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 2
         1: .line 707
            getstatic io.vertx.core.impl.DeploymentManager.log:Lio/vertx/core/logging/Logger;
            ldc "Failed to run close hook"
            aload 7 /* ar2 */
            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 709
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.options:Lio/vertx/core/DeploymentOptions;
            invokevirtual io.vertx.core.DeploymentOptions.getIsolationGroup:()Ljava/lang/String;
            astore 8 /* group */
        start local 8 // java.lang.String group
         3: .line 710
            aload 8 /* group */
            ifnull 16
         4: .line 711
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.this$0:Lio/vertx/core/impl/DeploymentManager;
            dup
            astore 9
            monitorenter
         5: .line 712
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.this$0:Lio/vertx/core/impl/DeploymentManager;
            getfield io.vertx.core.impl.DeploymentManager.classloaders:Ljava/util/Map;
            aload 8 /* group */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.core.impl.IsolatingClassLoader
            astore 10 /* icl */
        start local 10 // io.vertx.core.impl.IsolatingClassLoader icl
         6: .line 713
            aload 10 /* icl */
            dup
            getfield io.vertx.core.impl.IsolatingClassLoader.refCount:I
            iconst_1
            isub
            dup_x1
            putfield io.vertx.core.impl.IsolatingClassLoader.refCount:I
            ifne 12
         7: .line 714
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.this$0:Lio/vertx/core/impl/DeploymentManager;
            getfield io.vertx.core.impl.DeploymentManager.classloaders:Ljava/util/Map;
            aload 8 /* group */
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         8: .line 716
            aload 10 /* icl */
            invokevirtual io.vertx.core.impl.IsolatingClassLoader.close:()V
         9: .line 717
            goto 12
      StackMap locals: io.vertx.core.impl.DeploymentManager$DeploymentImpl io.vertx.core.AsyncResult java.util.concurrent.atomic.AtomicInteger int io.vertx.core.impl.ContextInternal io.vertx.core.Handler java.util.concurrent.atomic.AtomicBoolean io.vertx.core.AsyncResult java.lang.String io.vertx.core.impl.DeploymentManager io.vertx.core.impl.IsolatingClassLoader
      StackMap stack: java.io.IOException
        10: astore 11 /* e */
        start local 11 // java.io.IOException e
        11: .line 718
            getstatic io.vertx.core.impl.DeploymentManager.log:Lio/vertx/core/logging/Logger;
            ldc "Issue when closing isolation group loader"
            aload 11 /* e */
            invokevirtual io.vertx.core.logging.Logger.debug:(Ljava/lang/Object;Ljava/lang/Throwable;)V
        end local 11 // java.io.IOException e
        end local 10 // io.vertx.core.impl.IsolatingClassLoader icl
        12: .line 711
      StackMap locals:
      StackMap stack:
            aload 9
            monitorexit
        13: goto 16
      StackMap locals:
      StackMap stack: java.lang.Throwable
        14: aload 9
            monitorexit
        15: athrow
        16: .line 723
      StackMap locals:
      StackMap stack:
            aload 1
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 19
            aload 2
            invokevirtual java.util.concurrent.atomic.AtomicInteger.incrementAndGet:()I
            iload 3
            if_icmpne 19
        17: .line 724
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.this$0:Lio/vertx/core/impl/DeploymentManager;
            aconst_null
            aload 4
            aload 5
            invokevirtual io.vertx.core.impl.DeploymentManager.reportSuccess:(Ljava/lang/Object;Lio/vertx/core/Context;Lio/vertx/core/Handler;)V
        18: .line 725
            goto 22
      StackMap locals:
      StackMap stack:
        19: aload 1
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 22
            aload 6
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.get:()Z
            ifne 22
        20: .line 726
            aload 6
            iconst_1
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.set:(Z)V
        21: .line 727
            aload 0 /* this */
            getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.this$0:Lio/vertx/core/impl/DeploymentManager;
            aload 1
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            aload 4
            aload 5
            invokevirtual io.vertx.core.impl.DeploymentManager.reportFailure:(Ljava/lang/Throwable;Lio/vertx/core/Context;Lio/vertx/core/Handler;)V
        end local 8 // java.lang.String group
        22: .line 729
      StackMap locals:
      StackMap stack:
            return
        end local 7 // io.vertx.core.AsyncResult ar2
        end local 0 // io.vertx.core.impl.DeploymentManager$DeploymentImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   23     0   this  Lio/vertx/core/impl/DeploymentManager$DeploymentImpl;
            0   23     7    ar2  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;
            3   22     8  group  Ljava/lang/String;
            6   12    10    icl  Lio/vertx/core/impl/IsolatingClassLoader;
           11   12    11      e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           8     9      10  Class java.io.IOException
           5    13      14  any
          14    15      14  any
}
SourceFile: "DeploymentManager.java"
NestHost: io.vertx.core.impl.DeploymentManager
InnerClasses:
  private DeploymentImpl = io.vertx.core.impl.DeploymentManager$DeploymentImpl of io.vertx.core.impl.DeploymentManager
  VerticleHolder = io.vertx.core.impl.DeploymentManager$VerticleHolder of io.vertx.core.impl.DeploymentManager
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles