public class io.vertx.core.impl.VerticleManager
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.impl.VerticleManager
  super_class: java.lang.Object
{
  private final io.vertx.core.impl.VertxInternal vertx;
    descriptor: Lio/vertx/core/impl/VertxInternal;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  private final java.util.Map<java.lang.String, java.util.List<io.vertx.core.spi.VerticleFactory>> verticleFactories;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/util/List<Lio/vertx/core/spi/VerticleFactory;>;>;

  private final java.util.List<io.vertx.core.spi.VerticleFactory> defaultFactories;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lio/vertx/core/spi/VerticleFactory;>;

  public void <init>(io.vertx.core.impl.VertxInternal, io.vertx.core.impl.DeploymentManager);
    descriptor: (Lio/vertx/core/impl/VertxInternal;Lio/vertx/core/impl/DeploymentManager;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.impl.VerticleManager this
        start local 1 // io.vertx.core.impl.VertxInternal vertx
        start local 2 // io.vertx.core.impl.DeploymentManager deploymentManager
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            new io.vertx.core.impl.LoaderManager
            dup
            invokespecial io.vertx.core.impl.LoaderManager.<init>:()V
            putfield io.vertx.core.impl.VerticleManager.loaderManager:Lio/vertx/core/impl/LoaderManager;
         2: .line 38
            aload 0 /* this */
            new java.util.concurrent.ConcurrentHashMap
            dup
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:()V
            putfield io.vertx.core.impl.VerticleManager.verticleFactories:Ljava/util/Map;
         3: .line 39
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.vertx.core.impl.VerticleManager.defaultFactories:Ljava/util/List;
         4: .line 42
            aload 0 /* this */
            aload 1 /* vertx */
            putfield io.vertx.core.impl.VerticleManager.vertx:Lio/vertx/core/impl/VertxInternal;
         5: .line 43
            aload 0 /* this */
            aload 2 /* deploymentManager */
            putfield io.vertx.core.impl.VerticleManager.deploymentManager:Lio/vertx/core/impl/DeploymentManager;
         6: .line 44
            aload 0 /* this */
            invokevirtual io.vertx.core.impl.VerticleManager.loadVerticleFactories:()V
         7: .line 45
            return
        end local 2 // io.vertx.core.impl.DeploymentManager deploymentManager
        end local 1 // io.vertx.core.impl.VertxInternal vertx
        end local 0 // io.vertx.core.impl.VerticleManager this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    8     0               this  Lio/vertx/core/impl/VerticleManager;
            0    8     1              vertx  Lio/vertx/core/impl/VertxInternal;
            0    8     2  deploymentManager  Lio/vertx/core/impl/DeploymentManager;
    MethodParameters:
                   Name  Flags
      vertx              
      deploymentManager  

  private void loadVerticleFactories();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // io.vertx.core.impl.VerticleManager this
         0: .line 48
            ldc Lio/vertx/core/spi/VerticleFactory;
            invokestatic io.vertx.core.ServiceHelper.loadFactories:(Ljava/lang/Class;)Ljava/util/Collection;
            astore 1 /* factories */
        start local 1 // java.util.Collection factories
         1: .line 49
            aload 1 /* factories */
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/core/impl/VerticleManager;)Ljava/util/function/Consumer;
              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/VerticleManager.registerVerticleFactory(Lio/vertx/core/spi/VerticleFactory;)V (5)
                  (Lio/vertx/core/spi/VerticleFactory;)V
            invokeinterface java.util.Collection.forEach:(Ljava/util/function/Consumer;)V
         2: .line 50
            new io.vertx.core.impl.JavaVerticleFactory
            dup
            invokespecial io.vertx.core.impl.JavaVerticleFactory.<init>:()V
            astore 3 /* defaultFactory */
        start local 3 // io.vertx.core.spi.VerticleFactory defaultFactory
         3: .line 51
            aload 3 /* defaultFactory */
            aload 0 /* this */
            getfield io.vertx.core.impl.VerticleManager.vertx:Lio/vertx/core/impl/VertxInternal;
            invokeinterface io.vertx.core.spi.VerticleFactory.init:(Lio/vertx/core/Vertx;)V
         4: .line 52
            aload 0 /* this */
            getfield io.vertx.core.impl.VerticleManager.defaultFactories:Ljava/util/List;
            aload 3 /* defaultFactory */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         5: .line 53
            return
        end local 3 // io.vertx.core.spi.VerticleFactory defaultFactory
        end local 1 // java.util.Collection factories
        end local 0 // io.vertx.core.impl.VerticleManager this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lio/vertx/core/impl/VerticleManager;
            1    6     1       factories  Ljava/util/Collection<Lio/vertx/core/spi/VerticleFactory;>;
            3    6     3  defaultFactory  Lio/vertx/core/spi/VerticleFactory;

  public void registerVerticleFactory(io.vertx.core.spi.VerticleFactory);
    descriptor: (Lio/vertx/core/spi/VerticleFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.vertx.core.impl.VerticleManager this
        start local 1 // io.vertx.core.spi.VerticleFactory factory
         0: .line 56
            aload 1 /* factory */
            invokeinterface io.vertx.core.spi.VerticleFactory.prefix:()Ljava/lang/String;
            astore 2 /* prefix */
        start local 2 // java.lang.String prefix
         1: .line 57
            aload 2 /* prefix */
            ifnonnull 3
         2: .line 58
            new java.lang.IllegalArgumentException
            dup
            ldc "factory.prefix() cannot be null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 60
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.impl.VerticleManager.verticleFactories:Ljava/util/Map;
            aload 2 /* prefix */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            astore 3 /* facts */
        start local 3 // java.util.List facts
         4: .line 61
            aload 3 /* facts */
            ifnonnull 7
         5: .line 62
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 3 /* facts */
         6: .line 63
            aload 0 /* this */
            getfield io.vertx.core.impl.VerticleManager.verticleFactories:Ljava/util/Map;
            aload 2 /* prefix */
            aload 3 /* facts */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         7: .line 65
      StackMap locals: java.util.List
      StackMap stack:
            aload 3 /* facts */
            aload 1 /* factory */
            invokeinterface java.util.List.contains:(Ljava/lang/Object;)Z
            ifeq 9
         8: .line 66
            new java.lang.IllegalArgumentException
            dup
            ldc "Factory already registered"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 68
      StackMap locals:
      StackMap stack:
            aload 3 /* facts */
            aload 1 /* factory */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        10: .line 70
            aload 3 /* facts */
            invokedynamic compare()Ljava/util/Comparator;
              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;Ljava/lang/Object;)I
                  io/vertx/core/impl/VerticleManager.lambda$1(Lio/vertx/core/spi/VerticleFactory;Lio/vertx/core/spi/VerticleFactory;)I (6)
                  (Lio/vertx/core/spi/VerticleFactory;Lio/vertx/core/spi/VerticleFactory;)I
            invokeinterface java.util.List.sort:(Ljava/util/Comparator;)V
        11: .line 71
            aload 1 /* factory */
            aload 0 /* this */
            getfield io.vertx.core.impl.VerticleManager.vertx:Lio/vertx/core/impl/VertxInternal;
            invokeinterface io.vertx.core.spi.VerticleFactory.init:(Lio/vertx/core/Vertx;)V
        12: .line 72
            return
        end local 3 // java.util.List facts
        end local 2 // java.lang.String prefix
        end local 1 // io.vertx.core.spi.VerticleFactory factory
        end local 0 // io.vertx.core.impl.VerticleManager this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lio/vertx/core/impl/VerticleManager;
            0   13     1  factory  Lio/vertx/core/spi/VerticleFactory;
            1   13     2   prefix  Ljava/lang/String;
            4   13     3    facts  Ljava/util/List<Lio/vertx/core/spi/VerticleFactory;>;
    MethodParameters:
         Name  Flags
      factory  

  public void unregisterVerticleFactory(io.vertx.core.spi.VerticleFactory);
    descriptor: (Lio/vertx/core/spi/VerticleFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // io.vertx.core.impl.VerticleManager this
        start local 1 // io.vertx.core.spi.VerticleFactory factory
         0: .line 75
            aload 1 /* factory */
            invokeinterface io.vertx.core.spi.VerticleFactory.prefix:()Ljava/lang/String;
            astore 2 /* prefix */
        start local 2 // java.lang.String prefix
         1: .line 76
            aload 2 /* prefix */
            ifnonnull 3
         2: .line 77
            new java.lang.IllegalArgumentException
            dup
            ldc "factory.prefix() cannot be null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 79
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.impl.VerticleManager.verticleFactories:Ljava/util/Map;
            aload 2 /* prefix */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            astore 3 /* facts */
        start local 3 // java.util.List facts
         4: .line 80
            iconst_0
            istore 4 /* removed */
        start local 4 // boolean removed
         5: .line 81
            aload 3 /* facts */
            ifnull 10
         6: .line 82
            aload 3 /* facts */
            aload 1 /* factory */
            invokeinterface java.util.List.remove:(Ljava/lang/Object;)Z
            ifeq 8
         7: .line 83
            iconst_1
            istore 4 /* removed */
         8: .line 85
      StackMap locals: java.util.List int
      StackMap stack:
            aload 3 /* facts */
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 10
         9: .line 86
            aload 0 /* this */
            getfield io.vertx.core.impl.VerticleManager.verticleFactories:Ljava/util/Map;
            aload 2 /* prefix */
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        10: .line 89
      StackMap locals:
      StackMap stack:
            iload 4 /* removed */
            ifne 12
        11: .line 90
            new java.lang.IllegalArgumentException
            dup
            ldc "factory isn't registered"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 92
      StackMap locals:
      StackMap stack:
            return
        end local 4 // boolean removed
        end local 3 // java.util.List facts
        end local 2 // java.lang.String prefix
        end local 1 // io.vertx.core.spi.VerticleFactory factory
        end local 0 // io.vertx.core.impl.VerticleManager this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lio/vertx/core/impl/VerticleManager;
            0   13     1  factory  Lio/vertx/core/spi/VerticleFactory;
            1   13     2   prefix  Ljava/lang/String;
            4   13     3    facts  Ljava/util/List<Lio/vertx/core/spi/VerticleFactory;>;
            5   13     4  removed  Z
    MethodParameters:
         Name  Flags
      factory  

  public java.util.Set<io.vertx.core.spi.VerticleFactory> verticleFactories();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // io.vertx.core.impl.VerticleManager this
         0: .line 95
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 1 /* facts */
        start local 1 // java.util.Set facts
         1: .line 96
            aload 0 /* this */
            getfield io.vertx.core.impl.VerticleManager.verticleFactories:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: io.vertx.core.impl.VerticleManager java.util.Set top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.List
            astore 2 /* list */
        start local 2 // java.util.List list
         3: .line 97
            aload 1 /* facts */
            aload 2 /* list */
            invokeinterface java.util.Set.addAll:(Ljava/util/Collection;)Z
            pop
        end local 2 // java.util.List list
         4: .line 96
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 99
            aload 1 /* facts */
            areturn
        end local 1 // java.util.Set facts
        end local 0 // io.vertx.core.impl.VerticleManager this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lio/vertx/core/impl/VerticleManager;
            1    6     1  facts  Ljava/util/Set<Lio/vertx/core/spi/VerticleFactory;>;
            3    4     2   list  Ljava/util/List<Lio/vertx/core/spi/VerticleFactory;>;
    Signature: ()Ljava/util/Set<Lio/vertx/core/spi/VerticleFactory;>;

  private java.util.List<io.vertx.core.spi.VerticleFactory> resolveFactories(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // io.vertx.core.impl.VerticleManager this
        start local 1 // java.lang.String identifier
         0: .line 113
            aconst_null
            astore 2 /* factoryList */
        start local 2 // java.util.List factoryList
         1: .line 114
            aload 1 /* identifier */
            bipush 58
            invokevirtual java.lang.String.indexOf:(I)I
            istore 3 /* pos */
        start local 3 // int pos
         2: .line 115
            aconst_null
            astore 4 /* lookup */
        start local 4 // java.lang.String lookup
         3: .line 116
            iload 3 /* pos */
            iconst_m1
            if_icmpeq 6
         4: .line 118
            aload 1 /* identifier */
            iconst_0
            iload 3 /* pos */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 4 /* lookup */
         5: .line 119
            goto 11
         6: .line 121
      StackMap locals: java.util.List int java.lang.String
      StackMap stack:
            aload 1 /* identifier */
            bipush 46
            invokevirtual java.lang.String.lastIndexOf:(I)I
            istore 3 /* pos */
         7: .line 122
            iload 3 /* pos */
            iconst_m1
            if_icmpeq 10
         8: .line 123
            iload 3 /* pos */
            aload 1 /* identifier */
            invokestatic io.vertx.core.impl.VerticleManager.getSuffix:(ILjava/lang/String;)Ljava/lang/String;
            astore 4 /* lookup */
         9: .line 124
            goto 11
        10: .line 126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.impl.VerticleManager.defaultFactories:Ljava/util/List;
            astore 2 /* factoryList */
        11: .line 129
      StackMap locals:
      StackMap stack:
            aload 2 /* factoryList */
            ifnonnull 15
        12: .line 130
            aload 0 /* this */
            getfield io.vertx.core.impl.VerticleManager.verticleFactories:Ljava/util/Map;
            aload 4 /* lookup */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            astore 2 /* factoryList */
        13: .line 131
            aload 2 /* factoryList */
            ifnonnull 15
        14: .line 132
            aload 0 /* this */
            getfield io.vertx.core.impl.VerticleManager.defaultFactories:Ljava/util/List;
            astore 2 /* factoryList */
        15: .line 135
      StackMap locals:
      StackMap stack:
            aload 2 /* factoryList */
            areturn
        end local 4 // java.lang.String lookup
        end local 3 // int pos
        end local 2 // java.util.List factoryList
        end local 1 // java.lang.String identifier
        end local 0 // io.vertx.core.impl.VerticleManager this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   16     0         this  Lio/vertx/core/impl/VerticleManager;
            0   16     1   identifier  Ljava/lang/String;
            1   16     2  factoryList  Ljava/util/List<Lio/vertx/core/spi/VerticleFactory;>;
            2   16     3          pos  I
            3   16     4       lookup  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Ljava/util/List<Lio/vertx/core/spi/VerticleFactory;>;
    MethodParameters:
            Name  Flags
      identifier  

  private static java.lang.String getSuffix(int, java.lang.String);
    descriptor: (ILjava/lang/String;)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // int pos
        start local 1 // java.lang.String str
         0: .line 139
            iload 0 /* pos */
            iconst_1
            iadd
            aload 1 /* str */
            invokevirtual java.lang.String.length:()I
            if_icmplt 2
         1: .line 140
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid name: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* str */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 142
      StackMap locals:
      StackMap stack:
            aload 1 /* str */
            iload 0 /* pos */
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String str
        end local 0 // int pos
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   pos  I
            0    3     1   str  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      pos   
      str   

  public io.vertx.core.Future<io.vertx.core.impl.Deployment> deployVerticle(java.lang.String, io.vertx.core.DeploymentOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/core/DeploymentOptions;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=3
        start local 0 // io.vertx.core.impl.VerticleManager this
        start local 1 // java.lang.String identifier
        start local 2 // io.vertx.core.DeploymentOptions options
         0: .line 147
            aload 0 /* this */
            getfield io.vertx.core.impl.VerticleManager.vertx:Lio/vertx/core/impl/VertxInternal;
            invokeinterface io.vertx.core.impl.VertxInternal.getOrCreateContext:()Lio/vertx/core/impl/ContextInternal;
            astore 3 /* callingContext */
        start local 3 // io.vertx.core.impl.ContextInternal callingContext
         1: .line 149
            aload 2 /* options */
            invokevirtual io.vertx.core.DeploymentOptions.getClassLoader:()Ljava/lang/ClassLoader;
            astore 5 /* loader */
        start local 5 // java.lang.ClassLoader loader
         2: .line 150
            aload 5 /* loader */
            ifnonnull 8
         3: .line 151
            aload 0 /* this */
            getfield io.vertx.core.impl.VerticleManager.loaderManager:Lio/vertx/core/impl/LoaderManager;
            aload 2 /* options */
            invokevirtual io.vertx.core.impl.LoaderManager.getClassLoader:(Lio/vertx/core/DeploymentOptions;)Lio/vertx/core/impl/ClassLoaderHolder;
            astore 4 /* holder */
        start local 4 // io.vertx.core.impl.ClassLoaderHolder holder
         4: .line 152
            aload 4 /* holder */
            ifnull 5
            aload 4 /* holder */
            getfield io.vertx.core.impl.ClassLoaderHolder.loader:Ljava/lang/ClassLoader;
            goto 6
      StackMap locals: io.vertx.core.impl.ContextInternal io.vertx.core.impl.ClassLoaderHolder java.lang.ClassLoader
      StackMap stack:
         5: invokestatic io.vertx.core.impl.VerticleManager.getCurrentClassLoader:()Ljava/lang/ClassLoader;
      StackMap locals:
      StackMap stack: java.lang.ClassLoader
         6: astore 5 /* loader */
         7: .line 153
            goto 9
        end local 4 // io.vertx.core.impl.ClassLoaderHolder holder
         8: .line 154
      StackMap locals: io.vertx.core.impl.VerticleManager java.lang.String io.vertx.core.DeploymentOptions io.vertx.core.impl.ContextInternal top java.lang.ClassLoader
      StackMap stack:
            aconst_null
            astore 4 /* holder */
        start local 4 // io.vertx.core.impl.ClassLoaderHolder holder
         9: .line 156
      StackMap locals: io.vertx.core.impl.VerticleManager java.lang.String io.vertx.core.DeploymentOptions io.vertx.core.impl.ContextInternal io.vertx.core.impl.ClassLoaderHolder java.lang.ClassLoader
      StackMap stack:
            aload 0 /* this */
            aload 1 /* identifier */
            aload 2 /* options */
            aload 3 /* callingContext */
            aload 3 /* callingContext */
            aload 5 /* loader */
            invokevirtual io.vertx.core.impl.VerticleManager.doDeployVerticle:(Ljava/lang/String;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/impl/ContextInternal;Ljava/lang/ClassLoader;)Lio/vertx/core/Future;
            astore 6 /* deployment */
        start local 6 // io.vertx.core.Future deployment
        10: .line 157
            aload 4 /* holder */
            ifnull 12
        11: .line 158
            aload 6 /* deployment */
            aload 0 /* this */
            aload 4 /* holder */
            invokedynamic handle(Lio/vertx/core/impl/VerticleManager;Lio/vertx/core/impl/ClassLoaderHolder;)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/VerticleManager.lambda$2(Lio/vertx/core/impl/ClassLoaderHolder;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
        12: .line 170
      StackMap locals: io.vertx.core.Future
      StackMap stack:
            aload 6 /* deployment */
            areturn
        end local 6 // io.vertx.core.Future deployment
        end local 5 // java.lang.ClassLoader loader
        end local 4 // io.vertx.core.impl.ClassLoaderHolder holder
        end local 3 // io.vertx.core.impl.ContextInternal callingContext
        end local 2 // io.vertx.core.DeploymentOptions options
        end local 1 // java.lang.String identifier
        end local 0 // io.vertx.core.impl.VerticleManager this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   13     0            this  Lio/vertx/core/impl/VerticleManager;
            0   13     1      identifier  Ljava/lang/String;
            0   13     2         options  Lio/vertx/core/DeploymentOptions;
            1   13     3  callingContext  Lio/vertx/core/impl/ContextInternal;
            4    8     4          holder  Lio/vertx/core/impl/ClassLoaderHolder;
            9   13     4          holder  Lio/vertx/core/impl/ClassLoaderHolder;
            2   13     5          loader  Ljava/lang/ClassLoader;
           10   13     6      deployment  Lio/vertx/core/Future<Lio/vertx/core/impl/Deployment;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/DeploymentOptions;)Lio/vertx/core/Future<Lio/vertx/core/impl/Deployment;>;
    MethodParameters:
            Name  Flags
      identifier  
      options     

  private io.vertx.core.Future<io.vertx.core.impl.Deployment> doDeployVerticle(java.lang.String, io.vertx.core.DeploymentOptions, io.vertx.core.impl.ContextInternal, io.vertx.core.impl.ContextInternal, java.lang.ClassLoader);
    descriptor: (Ljava/lang/String;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/impl/ContextInternal;Ljava/lang/ClassLoader;)Lio/vertx/core/Future;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=8, args_size=6
        start local 0 // io.vertx.core.impl.VerticleManager this
        start local 1 // java.lang.String identifier
        start local 2 // io.vertx.core.DeploymentOptions options
        start local 3 // io.vertx.core.impl.ContextInternal parentContext
        start local 4 // io.vertx.core.impl.ContextInternal callingContext
        start local 5 // java.lang.ClassLoader cl
         0: .line 178
            aload 0 /* this */
            aload 1 /* identifier */
            invokevirtual io.vertx.core.impl.VerticleManager.resolveFactories:(Ljava/lang/String;)Ljava/util/List;
            astore 6 /* verticleFactories */
        start local 6 // java.util.List verticleFactories
         1: .line 179
            aload 6 /* verticleFactories */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 7 /* iter */
        start local 7 // java.util.Iterator iter
         2: .line 180
            aload 0 /* this */
            aload 7 /* iter */
            aconst_null
            aload 1 /* identifier */
            aload 2 /* options */
            aload 3 /* parentContext */
            aload 4 /* callingContext */
            aload 5 /* cl */
            invokevirtual io.vertx.core.impl.VerticleManager.doDeployVerticle:(Ljava/util/Iterator;Ljava/lang/Throwable;Ljava/lang/String;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/impl/ContextInternal;Ljava/lang/ClassLoader;)Lio/vertx/core/Future;
            areturn
        end local 7 // java.util.Iterator iter
        end local 6 // java.util.List verticleFactories
        end local 5 // java.lang.ClassLoader cl
        end local 4 // io.vertx.core.impl.ContextInternal callingContext
        end local 3 // io.vertx.core.impl.ContextInternal parentContext
        end local 2 // io.vertx.core.DeploymentOptions options
        end local 1 // java.lang.String identifier
        end local 0 // io.vertx.core.impl.VerticleManager this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lio/vertx/core/impl/VerticleManager;
            0    3     1         identifier  Ljava/lang/String;
            0    3     2            options  Lio/vertx/core/DeploymentOptions;
            0    3     3      parentContext  Lio/vertx/core/impl/ContextInternal;
            0    3     4     callingContext  Lio/vertx/core/impl/ContextInternal;
            0    3     5                 cl  Ljava/lang/ClassLoader;
            1    3     6  verticleFactories  Ljava/util/List<Lio/vertx/core/spi/VerticleFactory;>;
            2    3     7               iter  Ljava/util/Iterator<Lio/vertx/core/spi/VerticleFactory;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/impl/ContextInternal;Ljava/lang/ClassLoader;)Lio/vertx/core/Future<Lio/vertx/core/impl/Deployment;>;
    MethodParameters:
                Name  Flags
      identifier      
      options         
      parentContext   
      callingContext  
      cl              

  private io.vertx.core.Future<io.vertx.core.impl.Deployment> doDeployVerticle(java.util.Iterator<io.vertx.core.spi.VerticleFactory>, java.lang.Throwable, java.lang.String, io.vertx.core.DeploymentOptions, io.vertx.core.impl.ContextInternal, io.vertx.core.impl.ContextInternal, java.lang.ClassLoader);
    descriptor: (Ljava/util/Iterator;Ljava/lang/Throwable;Ljava/lang/String;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/impl/ContextInternal;Ljava/lang/ClassLoader;)Lio/vertx/core/Future;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=9, args_size=8
        start local 0 // io.vertx.core.impl.VerticleManager this
        start local 1 // java.util.Iterator iter
        start local 2 // java.lang.Throwable prevErr
        start local 3 // java.lang.String identifier
        start local 4 // io.vertx.core.DeploymentOptions options
        start local 5 // io.vertx.core.impl.ContextInternal parentContext
        start local 6 // io.vertx.core.impl.ContextInternal callingContext
        start local 7 // java.lang.ClassLoader cl
         0: .line 191
            aload 1 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifeq 5
         1: .line 192
            aload 1 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.core.spi.VerticleFactory
            astore 8 /* verticleFactory */
        start local 8 // io.vertx.core.spi.VerticleFactory verticleFactory
         2: .line 193
            aload 0 /* this */
            aload 8 /* verticleFactory */
            aload 3 /* identifier */
            aload 4 /* options */
            aload 5 /* parentContext */
            aload 6 /* callingContext */
            aload 7 /* cl */
            invokevirtual io.vertx.core.impl.VerticleManager.doDeployVerticle:(Lio/vertx/core/spi/VerticleFactory;Ljava/lang/String;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/impl/ContextInternal;Ljava/lang/ClassLoader;)Lio/vertx/core/Future;
         3: .line 194
            aload 0 /* this */
            aload 1 /* iter */
            aload 3 /* identifier */
            aload 4 /* options */
            aload 5 /* parentContext */
            aload 6 /* callingContext */
            aload 7 /* cl */
            invokedynamic apply(Lio/vertx/core/impl/VerticleManager;Ljava/util/Iterator;Ljava/lang/String;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/impl/ContextInternal;Ljava/lang/ClassLoader;)Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/core/impl/VerticleManager.lambda$4(Ljava/util/Iterator;Ljava/lang/String;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/impl/ContextInternal;Ljava/lang/ClassLoader;Ljava/lang/Throwable;)Lio/vertx/core/Future; (7)
                  (Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.recover:(Ljava/util/function/Function;)Lio/vertx/core/Future;
         4: .line 193
            areturn
        end local 8 // io.vertx.core.spi.VerticleFactory verticleFactory
         5: .line 199
      StackMap locals:
      StackMap stack:
            aload 2 /* prevErr */
            ifnull 7
         6: .line 201
            aload 6 /* callingContext */
            aload 2 /* prevErr */
            invokeinterface io.vertx.core.impl.ContextInternal.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            areturn
         7: .line 204
      StackMap locals:
      StackMap stack:
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 7 // java.lang.ClassLoader cl
        end local 6 // io.vertx.core.impl.ContextInternal callingContext
        end local 5 // io.vertx.core.impl.ContextInternal parentContext
        end local 4 // io.vertx.core.DeploymentOptions options
        end local 3 // java.lang.String identifier
        end local 2 // java.lang.Throwable prevErr
        end local 1 // java.util.Iterator iter
        end local 0 // io.vertx.core.impl.VerticleManager this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0             this  Lio/vertx/core/impl/VerticleManager;
            0    8     1             iter  Ljava/util/Iterator<Lio/vertx/core/spi/VerticleFactory;>;
            0    8     2          prevErr  Ljava/lang/Throwable;
            0    8     3       identifier  Ljava/lang/String;
            0    8     4          options  Lio/vertx/core/DeploymentOptions;
            0    8     5    parentContext  Lio/vertx/core/impl/ContextInternal;
            0    8     6   callingContext  Lio/vertx/core/impl/ContextInternal;
            0    8     7               cl  Ljava/lang/ClassLoader;
            2    5     8  verticleFactory  Lio/vertx/core/spi/VerticleFactory;
    Signature: (Ljava/util/Iterator<Lio/vertx/core/spi/VerticleFactory;>;Ljava/lang/Throwable;Ljava/lang/String;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/impl/ContextInternal;Ljava/lang/ClassLoader;)Lio/vertx/core/Future<Lio/vertx/core/impl/Deployment;>;
    MethodParameters:
                Name  Flags
      iter            
      prevErr         
      identifier      
      options         
      parentContext   
      callingContext  
      cl              

  private io.vertx.core.Future<io.vertx.core.impl.Deployment> doDeployVerticle(io.vertx.core.spi.VerticleFactory, java.lang.String, io.vertx.core.DeploymentOptions, io.vertx.core.impl.ContextInternal, io.vertx.core.impl.ContextInternal, java.lang.ClassLoader);
    descriptor: (Lio/vertx/core/spi/VerticleFactory;Ljava/lang/String;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/impl/ContextInternal;Ljava/lang/ClassLoader;)Lio/vertx/core/Future;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=9, args_size=7
        start local 0 // io.vertx.core.impl.VerticleManager this
        start local 1 // io.vertx.core.spi.VerticleFactory verticleFactory
        start local 2 // java.lang.String identifier
        start local 3 // io.vertx.core.DeploymentOptions options
        start local 4 // io.vertx.core.impl.ContextInternal parentContext
        start local 5 // io.vertx.core.impl.ContextInternal callingContext
        start local 6 // java.lang.ClassLoader cl
         0: .line 215
            aload 5 /* callingContext */
            invokeinterface io.vertx.core.impl.ContextInternal.promise:()Lio/vertx/core/impl/future/PromiseInternal;
            astore 7 /* p */
        start local 7 // io.vertx.core.Promise p
         1: .line 217
            aload 1 /* verticleFactory */
            aload 2 /* identifier */
            aload 6 /* cl */
            aload 7 /* p */
            invokeinterface io.vertx.core.spi.VerticleFactory.createVerticle:(Ljava/lang/String;Ljava/lang/ClassLoader;Lio/vertx/core/Promise;)V
         2: .line 218
            goto 5
      StackMap locals: io.vertx.core.impl.VerticleManager io.vertx.core.spi.VerticleFactory java.lang.String io.vertx.core.DeploymentOptions io.vertx.core.impl.ContextInternal io.vertx.core.impl.ContextInternal java.lang.ClassLoader io.vertx.core.Promise
      StackMap stack: java.lang.Exception
         3: astore 8 /* e */
        start local 8 // java.lang.Exception e
         4: .line 219
            aload 8 /* e */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            areturn
        end local 8 // java.lang.Exception e
         5: .line 221
      StackMap locals:
      StackMap stack:
            aload 7 /* p */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
         6: .line 222
            aload 0 /* this */
            aload 3 /* options */
            aload 2 /* identifier */
            aload 4 /* parentContext */
            aload 5 /* callingContext */
            aload 6 /* cl */
            invokedynamic apply(Lio/vertx/core/impl/VerticleManager;Lio/vertx/core/DeploymentOptions;Ljava/lang/String;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/impl/ContextInternal;Ljava/lang/ClassLoader;)Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/core/impl/VerticleManager.lambda$5(Lio/vertx/core/DeploymentOptions;Ljava/lang/String;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/impl/ContextInternal;Ljava/lang/ClassLoader;Ljava/util/concurrent/Callable;)Lio/vertx/core/Future; (7)
                  (Ljava/util/concurrent/Callable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.compose:(Ljava/util/function/Function;)Lio/vertx/core/Future;
         7: .line 221
            areturn
        end local 7 // io.vertx.core.Promise p
        end local 6 // java.lang.ClassLoader cl
        end local 5 // io.vertx.core.impl.ContextInternal callingContext
        end local 4 // io.vertx.core.impl.ContextInternal parentContext
        end local 3 // io.vertx.core.DeploymentOptions options
        end local 2 // java.lang.String identifier
        end local 1 // io.vertx.core.spi.VerticleFactory verticleFactory
        end local 0 // io.vertx.core.impl.VerticleManager this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0             this  Lio/vertx/core/impl/VerticleManager;
            0    8     1  verticleFactory  Lio/vertx/core/spi/VerticleFactory;
            0    8     2       identifier  Ljava/lang/String;
            0    8     3          options  Lio/vertx/core/DeploymentOptions;
            0    8     4    parentContext  Lio/vertx/core/impl/ContextInternal;
            0    8     5   callingContext  Lio/vertx/core/impl/ContextInternal;
            0    8     6               cl  Ljava/lang/ClassLoader;
            1    8     7                p  Lio/vertx/core/Promise<Ljava/util/concurrent/Callable<Lio/vertx/core/Verticle;>;>;
            4    5     8                e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Exception
    Signature: (Lio/vertx/core/spi/VerticleFactory;Ljava/lang/String;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/impl/ContextInternal;Ljava/lang/ClassLoader;)Lio/vertx/core/Future<Lio/vertx/core/impl/Deployment;>;
    MethodParameters:
                 Name  Flags
      verticleFactory  
      identifier       
      options          
      parentContext    
      callingContext   
      cl               

  static java.lang.ClassLoader getCurrentClassLoader();
    descriptor: ()Ljava/lang/ClassLoader;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=0
         0: .line 226
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.getContextClassLoader:()Ljava/lang/ClassLoader;
            astore 0 /* cl */
        start local 0 // java.lang.ClassLoader cl
         1: .line 227
            aload 0 /* cl */
            ifnonnull 3
         2: .line 228
            ldc Lio/vertx/core/impl/VerticleManager;
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
            astore 0 /* cl */
         3: .line 230
      StackMap locals: java.lang.ClassLoader
      StackMap stack:
            aload 0 /* cl */
            areturn
        end local 0 // java.lang.ClassLoader cl
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    4     0    cl  Ljava/lang/ClassLoader;

  private static int lambda$1(io.vertx.core.spi.VerticleFactory, io.vertx.core.spi.VerticleFactory);
    descriptor: (Lio/vertx/core/spi/VerticleFactory;Lio/vertx/core/spi/VerticleFactory;)I
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.spi.VerticleFactory fact1
        start local 1 // io.vertx.core.spi.VerticleFactory fact2
         0: .line 70
            aload 0 /* fact1 */
            invokeinterface io.vertx.core.spi.VerticleFactory.order:()I
            aload 1 /* fact2 */
            invokeinterface io.vertx.core.spi.VerticleFactory.order:()I
            isub
            ireturn
        end local 1 // io.vertx.core.spi.VerticleFactory fact2
        end local 0 // io.vertx.core.spi.VerticleFactory fact1
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  fact1  Lio/vertx/core/spi/VerticleFactory;
            0    1     1  fact2  Lio/vertx/core/spi/VerticleFactory;

  private void lambda$2(io.vertx.core.impl.ClassLoaderHolder, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/impl/ClassLoaderHolder;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.core.impl.VerticleManager this
        start local 2 // io.vertx.core.AsyncResult ar
         0: .line 159
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 4
         1: .line 160
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.impl.Deployment
            astore 3 /* result */
        start local 3 // io.vertx.core.impl.Deployment result
         2: .line 161
            aload 3 /* result */
            aload 0 /* this */
            aload 1
            invokedynamic handle(Lio/vertx/core/impl/VerticleManager;Lio/vertx/core/impl/ClassLoaderHolder;)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/VerticleManager.lambda$3(Lio/vertx/core/impl/ClassLoaderHolder;Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.impl.Deployment.undeployHandler:(Lio/vertx/core/Handler;)V
        end local 3 // io.vertx.core.impl.Deployment result
         3: .line 164
            goto 5
         4: .line 166
      StackMap locals:
      StackMap stack:
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
         5: .line 168
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.core.impl.VerticleManager this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lio/vertx/core/impl/VerticleManager;
            0    6     2      ar  Lio/vertx/core/AsyncResult<Lio/vertx/core/impl/Deployment;>;
            2    3     3  result  Lio/vertx/core/impl/Deployment;

  private io.vertx.core.Future lambda$4(java.util.Iterator, java.lang.String, io.vertx.core.DeploymentOptions, io.vertx.core.impl.ContextInternal, io.vertx.core.impl.ContextInternal, java.lang.ClassLoader, java.lang.Throwable);
    descriptor: (Ljava/util/Iterator;Ljava/lang/String;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/impl/ContextInternal;Ljava/lang/ClassLoader;Ljava/lang/Throwable;)Lio/vertx/core/Future;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=8, locals=8, args_size=8
        start local 0 // io.vertx.core.impl.VerticleManager this
        start local 7 // java.lang.Throwable err
         0: .line 196
            aload 0 /* this */
            aload 1
            aload 7 /* err */
            aload 2
            aload 3
            aload 4
            aload 5
            aload 6
            invokevirtual io.vertx.core.impl.VerticleManager.doDeployVerticle:(Ljava/util/Iterator;Ljava/lang/Throwable;Ljava/lang/String;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/impl/ContextInternal;Ljava/lang/ClassLoader;)Lio/vertx/core/Future;
            areturn
        end local 7 // java.lang.Throwable err
        end local 0 // io.vertx.core.impl.VerticleManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/VerticleManager;
            0    1     7   err  Ljava/lang/Throwable;

  private io.vertx.core.Future lambda$5(io.vertx.core.DeploymentOptions, java.lang.String, io.vertx.core.impl.ContextInternal, io.vertx.core.impl.ContextInternal, java.lang.ClassLoader, java.util.concurrent.Callable);
    descriptor: (Lio/vertx/core/DeploymentOptions;Ljava/lang/String;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/impl/ContextInternal;Ljava/lang/ClassLoader;Ljava/util/concurrent/Callable;)Lio/vertx/core/Future;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // io.vertx.core.impl.VerticleManager this
        start local 6 // java.util.concurrent.Callable callable
         0: .line 222
            aload 0 /* this */
            getfield io.vertx.core.impl.VerticleManager.deploymentManager:Lio/vertx/core/impl/DeploymentManager;
            aload 1
            aload 2
            invokedynamic apply(Ljava/lang/String;)Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/core/impl/VerticleManager.lambda$6(Ljava/lang/String;Lio/vertx/core/Verticle;)Ljava/lang/String; (6)
                  (Lio/vertx/core/Verticle;)Ljava/lang/String;
            aload 3
            aload 4
            aload 5
            aload 6 /* callable */
            invokevirtual io.vertx.core.impl.DeploymentManager.doDeploy:(Lio/vertx/core/DeploymentOptions;Ljava/util/function/Function;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/impl/ContextInternal;Ljava/lang/ClassLoader;Ljava/util/concurrent/Callable;)Lio/vertx/core/Future;
            areturn
        end local 6 // java.util.concurrent.Callable callable
        end local 0 // io.vertx.core.impl.VerticleManager this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/core/impl/VerticleManager;
            0    1     6  callable  Ljava/util/concurrent/Callable<Lio/vertx/core/Verticle;>;

  private void lambda$3(io.vertx.core.impl.ClassLoaderHolder, java.lang.Void);
    descriptor: (Lio/vertx/core/impl/ClassLoaderHolder;Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.impl.VerticleManager this
        start local 2 // java.lang.Void v
         0: .line 162
            aload 0 /* this */
            getfield io.vertx.core.impl.VerticleManager.loaderManager:Lio/vertx/core/impl/LoaderManager;
            aload 1
            invokevirtual io.vertx.core.impl.LoaderManager.release:(Lio/vertx/core/impl/ClassLoaderHolder;)V
         1: .line 163
            return
        end local 2 // java.lang.Void v
        end local 0 // io.vertx.core.impl.VerticleManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/impl/VerticleManager;
            0    2     2     v  Ljava/lang/Void;

  private static java.lang.String lambda$6(java.lang.String, io.vertx.core.Verticle);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Verticle;)Ljava/lang/String;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 1 // io.vertx.core.Verticle v
         0: .line 222
            aload 0
            areturn
        end local 1 // io.vertx.core.Verticle v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1     v  Lio/vertx/core/Verticle;
}
SourceFile: "VerticleManager.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles