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 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
putfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.this$0:Lio/vertx/core/impl/DeploymentManager;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
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: aload 0
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: aload 0
iconst_0
putfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.status:I
4: aload 0
aload 2
putfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.parent:Lio/vertx/core/impl/Deployment;
5: aload 0
aload 3
putfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.deploymentID:Ljava/lang/String;
6: aload 0
aload 4
putfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.verticleIdentifier:Ljava/lang/String;
7: aload 0
aload 5
putfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.options:Lio/vertx/core/DeploymentOptions;
8: return
end local 5 end local 4 end local 3 end local 2 end local 0 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 start local 1 0: aload 0
getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.verticles:Ljava/util/List;
aload 1
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
1: return
end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 0: aload 0
getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.status:I
ifne 3
1: aload 0
iconst_1
putfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.status:I
2: aload 0
aload 1
aload 0
aload 4
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/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: StackMap locals:
StackMap stack:
return
end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 0
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
start local 2 1: aload 0
aload 2
aload 1
invokevirtual io.vertx.core.impl.DeploymentManager$DeploymentImpl.doUndeploy:(Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;)V
2: return
end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.children:Ljava/util/Set;
invokeinterface java.util.Set.isEmpty:()Z
ifne 12
1: aload 0
getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.children:Ljava/util/Set;
invokeinterface java.util.Set.size:()I
istore 3
start local 3 2: new java.util.concurrent.atomic.AtomicInteger
dup
invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
astore 4
start local 4 3: iconst_0
istore 5
start local 5 4: new java.util.HashSet
dup
aload 0
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
start local 6 6: iconst_1
istore 5
7: aload 6
aload 1
aload 0
aload 6
aload 1
aload 2
aload 4
iload 3
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 8: StackMap locals:
StackMap stack:
aload 7
invokeinterface java.util.Iterator.hasNext:()Z
ifne 5
9: iload 5
ifne 13
10: aload 2
invokestatic io.vertx.core.Future.succeededFuture:()Lio/vertx/core/Future;
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
end local 5 end local 4 end local 3 11: goto 13
12: StackMap locals: io.vertx.core.impl.DeploymentManager$DeploymentImpl io.vertx.core.impl.ContextInternal io.vertx.core.Handler
StackMap stack:
aload 2
invokestatic io.vertx.core.Future.succeededFuture:()Lio/vertx/core/Future;
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
13: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.status:I
iconst_2
if_icmpne 3
1: aload 0
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
aload 2
invokevirtual io.vertx.core.impl.DeploymentManager.reportFailure:(Ljava/lang/Throwable;Lio/vertx/core/Context;Lio/vertx/core/Handler;)V
2: return
3: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.children:Ljava/util/Set;
invokeinterface java.util.Set.isEmpty:()Z
ifne 7
4: aload 0
iconst_1
putfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.status:I
5: aload 0
aload 1
aload 0
aload 1
aload 2
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: goto 17
7: StackMap locals:
StackMap stack:
aload 0
iconst_2
putfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.status:I
8: new java.util.concurrent.atomic.AtomicInteger
dup
invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
astore 3
start local 3 9: aload 0
getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.verticles:Ljava/util/List;
invokeinterface java.util.List.size:()I
istore 4
start local 4 10: aload 0
getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.parent:Lio/vertx/core/impl/Deployment;
ifnull 12
11: aload 0
getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.parent:Lio/vertx/core/impl/Deployment;
aload 0
invokeinterface io.vertx.core.impl.Deployment.removeChild:(Lio/vertx/core/impl/Deployment;)V
12: StackMap locals: java.util.concurrent.atomic.AtomicInteger int
StackMap stack:
aload 0
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
start local 5 14: aload 5
getfield io.vertx.core.impl.DeploymentManager$VerticleHolder.context:Lio/vertx/core/impl/ContextImpl;
astore 7
start local 7 15: aload 7
aload 0
aload 5
aload 7
aload 3
iload 4
aload 1
aload 2
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 end local 5 16: StackMap locals:
StackMap stack:
aload 6
invokeinterface java.util.Iterator.hasNext:()Z
ifne 13
end local 4 end local 3 17: StackMap locals: io.vertx.core.impl.DeploymentManager$DeploymentImpl io.vertx.core.impl.ContextInternal io.vertx.core.Handler
StackMap stack:
return
end local 2 end local 1 end local 0 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 0: aload 0
getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.verticleIdentifier:Ljava/lang/String;
areturn
end local 0 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 0: aload 0
getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.options:Lio/vertx/core/DeploymentOptions;
areturn
end local 0 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 start local 1 0: aload 0
getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.status:I
ifne 3
1: aload 0
getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.children:Ljava/util/Set;
aload 1
invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
pop
2: iconst_1
ireturn
3: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.children:Ljava/util/Set;
aload 1
invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
pop
1: return
end local 1 end local 0 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 0: new java.util.HashSet
dup
invokespecial java.util.HashSet.<init>:()V
astore 1
start local 1 1: aload 0
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
start local 2 3: aload 1
aload 2
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 4: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
5: aload 1
areturn
end local 1 end local 0 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 0: aload 0
getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.child:Z
ireturn
end local 0 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 0: aload 0
getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.deploymentID:Ljava/lang/String;
areturn
end local 0 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 start local 5 0: aload 0
dup
astore 6
monitorenter
1: aload 0
iconst_2
putfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.status:I
2: 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: StackMap locals:
StackMap stack:
aload 5
invokeinterface io.vertx.core.AsyncResult.failed:()Z
ifeq 9
7: aload 0
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: goto 10
9: StackMap locals:
StackMap stack:
aload 4
aload 0
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: StackMap locals:
StackMap stack:
return
end local 5 end local 0 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 start local 6 0: aload 0
getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.children:Ljava/util/Set;
aload 1
invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
pop
1: aload 6
invokeinterface io.vertx.core.AsyncResult.failed:()Z
ifeq 4
2: aload 0
getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.this$0:Lio/vertx/core/impl/DeploymentManager;
aload 6
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: goto 6
StackMap locals:
StackMap stack:
4: aload 4
invokevirtual java.util.concurrent.atomic.AtomicInteger.incrementAndGet:()I
iload 5
if_icmpne 6
5: aload 3
invokestatic io.vertx.core.Future.succeededFuture:()Lio/vertx/core/Future;
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
6: StackMap locals:
StackMap stack:
return
end local 6 end local 0 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 start local 3 0: aload 3
invokeinterface io.vertx.core.AsyncResult.failed:()Z
ifeq 3
1: aload 0
getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.this$0:Lio/vertx/core/impl/DeploymentManager;
aload 3
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: goto 4
3: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
invokevirtual io.vertx.core.impl.DeploymentManager$DeploymentImpl.doUndeploy:(Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;)V
4: StackMap locals:
StackMap stack:
return
end local 3 end local 0 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 start local 7 0: invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
astore 8
start local 8 1: aload 8
invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
astore 9
start local 9 2: new java.util.concurrent.atomic.AtomicBoolean
dup
invokespecial java.util.concurrent.atomic.AtomicBoolean.<init>:()V
astore 10
start local 10 3: aload 9
aload 0
aload 1
aload 2
aload 3
iload 4
aload 5
aload 6
aload 10
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: aload 1
getfield io.vertx.core.impl.DeploymentManager$VerticleHolder.verticle:Lio/vertx/core/Verticle;
aload 8
invokeinterface io.vertx.core.Verticle.stop:(Lio/vertx/core/Promise;)V
5: 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
start local 11 7: aload 8
aload 11
invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/Throwable;)V
end local 11 end local 10 end local 9 end local 8 8: StackMap locals:
StackMap stack:
return
end local 7 end local 0 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 start local 4 0: aload 0
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 end local 0 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 start local 8 0: aload 0
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
getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.deploymentID:Ljava/lang/String;
invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
pop
1: aload 0
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
start local 9 2: aload 9
ifnull 4
3: aload 9
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: StackMap locals: io.vertx.core.spi.metrics.VertxMetrics
StackMap stack:
aload 2
aload 0
aload 8
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 5: return
end local 8 end local 0 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 start local 7 0: aload 7
invokeinterface io.vertx.core.AsyncResult.failed:()Z
ifeq 2
1: getstatic io.vertx.core.impl.DeploymentManager.log:Lio/vertx/core/logging/Logger;
ldc "Failed to run close hook"
aload 7
invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
invokevirtual io.vertx.core.logging.Logger.error:(Ljava/lang/Object;Ljava/lang/Throwable;)V
2: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.options:Lio/vertx/core/DeploymentOptions;
invokevirtual io.vertx.core.DeploymentOptions.getIsolationGroup:()Ljava/lang/String;
astore 8
start local 8 3: aload 8
ifnull 16
4: aload 0
getfield io.vertx.core.impl.DeploymentManager$DeploymentImpl.this$0:Lio/vertx/core/impl/DeploymentManager;
dup
astore 9
monitorenter
5: aload 0
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
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast io.vertx.core.impl.IsolatingClassLoader
astore 10
start local 10 6: aload 10
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: aload 0
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
invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
pop
8: aload 10
invokevirtual io.vertx.core.impl.IsolatingClassLoader.close:()V
9: 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
start local 11 11: getstatic io.vertx.core.impl.DeploymentManager.log:Lio/vertx/core/logging/Logger;
ldc "Issue when closing isolation group loader"
aload 11
invokevirtual io.vertx.core.logging.Logger.debug:(Ljava/lang/Object;Ljava/lang/Throwable;)V
end local 11 end local 10 12: StackMap locals:
StackMap stack:
aload 9
monitorexit
13: goto 16
StackMap locals:
StackMap stack: java.lang.Throwable
14: aload 9
monitorexit
15: athrow
16: 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: aload 0
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: 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: aload 6
iconst_1
invokevirtual java.util.concurrent.atomic.AtomicBoolean.set:(Z)V
21: aload 0
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 22: StackMap locals:
StackMap stack:
return
end local 7 end local 0 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