class io.vertx.core.impl.VertxImpl$SharedWorkerPool extends io.vertx.core.impl.WorkerPool
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.core.impl.VertxImpl$SharedWorkerPool
super_class: io.vertx.core.impl.WorkerPool
{
private final java.lang.String name;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private int refCount;
descriptor: I
flags: (0x0002) ACC_PRIVATE
final io.vertx.core.impl.VertxImpl this$0;
descriptor: Lio/vertx/core/impl/VertxImpl;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(io.vertx.core.impl.VertxImpl, java.lang.String, java.util.concurrent.ExecutorService, io.vertx.core.spi.metrics.PoolMetrics);
descriptor: (Lio/vertx/core/impl/VertxImpl;Ljava/lang/String;Ljava/util/concurrent/ExecutorService;Lio/vertx/core/spi/metrics/PoolMetrics;)V
flags: (0x0000)
Code:
stack=3, locals=5, args_size=5
start local 0 start local 2 start local 3 start local 4 0: aload 0
aload 1
putfield io.vertx.core.impl.VertxImpl$SharedWorkerPool.this$0:Lio/vertx/core/impl/VertxImpl;
1: aload 0
aload 3
aload 4
invokespecial io.vertx.core.impl.WorkerPool.<init>:(Ljava/util/concurrent/ExecutorService;Lio/vertx/core/spi/metrics/PoolMetrics;)V
2: aload 0
iconst_1
putfield io.vertx.core.impl.VertxImpl$SharedWorkerPool.refCount:I
3: aload 0
aload 2
putfield io.vertx.core.impl.VertxImpl$SharedWorkerPool.name:Ljava/lang/String;
4: return
end local 4 end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/impl/VertxImpl$SharedWorkerPool;
0 5 2 name Ljava/lang/String;
0 5 3 workerExec Ljava/util/concurrent/ExecutorService;
0 5 4 workerMetrics Lio/vertx/core/spi/metrics/PoolMetrics;
MethodParameters:
Name Flags
this$0 final
name
workerExec
workerMetrics
void close();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.impl.VertxImpl$SharedWorkerPool.this$0:Lio/vertx/core/impl/VertxImpl;
dup
astore 1
monitorenter
1: aload 0
getfield io.vertx.core.impl.VertxImpl$SharedWorkerPool.refCount:I
ifle 4
2: aload 0
iconst_0
putfield io.vertx.core.impl.VertxImpl$SharedWorkerPool.refCount:I
3: aload 0
invokespecial io.vertx.core.impl.WorkerPool.close:()V
4: StackMap locals: io.vertx.core.impl.VertxImpl
StackMap stack:
aload 1
monitorexit
5: goto 8
StackMap locals:
StackMap stack: java.lang.Throwable
6: aload 1
monitorexit
7: athrow
8: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/vertx/core/impl/VertxImpl$SharedWorkerPool;
Exception table:
from to target type
1 5 6 any
6 7 6 any
void release();
descriptor: ()V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.impl.VertxImpl$SharedWorkerPool.this$0:Lio/vertx/core/impl/VertxImpl;
dup
astore 1
monitorenter
1: aload 0
dup
getfield io.vertx.core.impl.VertxImpl$SharedWorkerPool.refCount:I
iconst_1
isub
dup_x1
putfield io.vertx.core.impl.VertxImpl$SharedWorkerPool.refCount:I
ifne 4
2: aload 0
getfield io.vertx.core.impl.VertxImpl$SharedWorkerPool.this$0:Lio/vertx/core/impl/VertxImpl;
getfield io.vertx.core.impl.VertxImpl.namedWorkerPools:Ljava/util/Map;
aload 0
getfield io.vertx.core.impl.VertxImpl$SharedWorkerPool.name:Ljava/lang/String;
invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
pop
3: aload 0
invokespecial io.vertx.core.impl.WorkerPool.close:()V
4: StackMap locals: io.vertx.core.impl.VertxImpl
StackMap stack:
aload 1
monitorexit
5: goto 8
StackMap locals:
StackMap stack: java.lang.Throwable
6: aload 1
monitorexit
7: athrow
8: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/vertx/core/impl/VertxImpl$SharedWorkerPool;
Exception table:
from to target type
1 5 6 any
6 7 6 any
}
SourceFile: "VertxImpl.java"
NestHost: io.vertx.core.impl.VertxImpl
InnerClasses:
SharedWorkerPool = io.vertx.core.impl.VertxImpl$SharedWorkerPool of io.vertx.core.impl.VertxImpl