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 // io.vertx.core.impl.VertxImpl$SharedWorkerPool this
        start local 2 // java.lang.String name
        start local 3 // java.util.concurrent.ExecutorService workerExec
        start local 4 // io.vertx.core.spi.metrics.PoolMetrics workerMetrics
         0: .line 1065
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.impl.VertxImpl$SharedWorkerPool.this$0:Lio/vertx/core/impl/VertxImpl;
         1: .line 1066
            aload 0 /* this */
            aload 3 /* workerExec */
            aload 4 /* workerMetrics */
            invokespecial io.vertx.core.impl.WorkerPool.<init>:(Ljava/util/concurrent/ExecutorService;Lio/vertx/core/spi/metrics/PoolMetrics;)V
         2: .line 1063
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.impl.VertxImpl$SharedWorkerPool.refCount:I
         3: .line 1067
            aload 0 /* this */
            aload 2 /* name */
            putfield io.vertx.core.impl.VertxImpl$SharedWorkerPool.name:Ljava/lang/String;
         4: .line 1068
            return
        end local 4 // io.vertx.core.spi.metrics.PoolMetrics workerMetrics
        end local 3 // java.util.concurrent.ExecutorService workerExec
        end local 2 // java.lang.String name
        end local 0 // io.vertx.core.impl.VertxImpl$SharedWorkerPool this
      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 // io.vertx.core.impl.VertxImpl$SharedWorkerPool this
         0: .line 1072
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxImpl$SharedWorkerPool.this$0:Lio/vertx/core/impl/VertxImpl;
            dup
            astore 1
            monitorenter
         1: .line 1073
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxImpl$SharedWorkerPool.refCount:I
            ifle 4
         2: .line 1074
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.impl.VertxImpl$SharedWorkerPool.refCount:I
         3: .line 1075
            aload 0 /* this */
            invokespecial io.vertx.core.impl.WorkerPool.close:()V
         4: .line 1072
      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: .line 1078
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.impl.VertxImpl$SharedWorkerPool this
      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 // io.vertx.core.impl.VertxImpl$SharedWorkerPool this
         0: .line 1081
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxImpl$SharedWorkerPool.this$0:Lio/vertx/core/impl/VertxImpl;
            dup
            astore 1
            monitorenter
         1: .line 1082
            aload 0 /* this */
            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: .line 1083
            aload 0 /* this */
            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 /* this */
            getfield io.vertx.core.impl.VertxImpl$SharedWorkerPool.name:Ljava/lang/String;
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 1084
            aload 0 /* this */
            invokespecial io.vertx.core.impl.WorkerPool.close:()V
         4: .line 1081
      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: .line 1087
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.impl.VertxImpl$SharedWorkerPool this
      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