class io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder implements io.vertx.core.shareddata.Shareable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder
  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.shareddata.LocalMap<java.lang.String, io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder> map;
    descriptor: Lio/vertx/core/shareddata/LocalMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/core/shareddata/LocalMap<Ljava/lang/String;Lio/vertx/ext/jdbc/impl/JDBCClientImpl$DataSourceHolder;>;

  io.vertx.ext.jdbc.spi.DataSourceProvider provider;
    descriptor: Lio/vertx/ext/jdbc/spi/DataSourceProvider;
    flags: (0x0000) 

  io.vertx.core.json.JsonObject config;
    descriptor: Lio/vertx/core/json/JsonObject;
    flags: (0x0000) 

  javax.sql.DataSource ds;
    descriptor: Ljavax/sql/DataSource;
    flags: (0x0000) 

  io.vertx.core.spi.metrics.PoolMetrics metrics;
    descriptor: Lio/vertx/core/spi/metrics/PoolMetrics;
    flags: (0x0000) 

  java.util.concurrent.ExecutorService exec;
    descriptor: Ljava/util/concurrent/ExecutorService;
    flags: (0x0000) 

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

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

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

  void <init>(io.vertx.ext.jdbc.impl.JDBCClientImpl, io.vertx.core.impl.VertxInternal, javax.sql.DataSource);
    descriptor: (Lio/vertx/ext/jdbc/impl/JDBCClientImpl;Lio/vertx/core/impl/VertxInternal;Ljavax/sql/DataSource;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder this
        start local 2 // io.vertx.core.impl.VertxInternal vertx
        start local 3 // javax.sql.DataSource ds
         0: .line 246
            aload 0 /* this */
            aload 1
            putfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.this$0:Lio/vertx/ext/jdbc/impl/JDBCClientImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 243
            aload 0 /* this */
            iconst_1
            putfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.refCount:I
         2: .line 247
            aload 0 /* this */
            aload 3 /* ds */
            putfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.ds:Ljavax/sql/DataSource;
         3: .line 248
            aload 0 /* this */
            aload 2 /* vertx */
            invokeinterface io.vertx.core.impl.VertxInternal.metricsSPI:()Lio/vertx/core/spi/metrics/VertxMetrics;
            ifnull 4
            aload 2 /* vertx */
            invokeinterface io.vertx.core.impl.VertxInternal.metricsSPI:()Lio/vertx/core/spi/metrics/VertxMetrics;
            ldc "datasource"
            invokestatic java.util.UUID.randomUUID:()Ljava/util/UUID;
            invokevirtual java.util.UUID.toString:()Ljava/lang/String;
            iconst_m1
            invokeinterface io.vertx.core.spi.metrics.VertxMetrics.createPoolMetrics:(Ljava/lang/String;Ljava/lang/String;I)Lio/vertx/core/spi/metrics/PoolMetrics;
            goto 5
      StackMap locals: io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder io.vertx.ext.jdbc.impl.JDBCClientImpl io.vertx.core.impl.VertxInternal javax.sql.DataSource
      StackMap stack: io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder
         4: aconst_null
      StackMap locals: io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder io.vertx.ext.jdbc.impl.JDBCClientImpl io.vertx.core.impl.VertxInternal javax.sql.DataSource
      StackMap stack: io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder io.vertx.core.spi.metrics.PoolMetrics
         5: putfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.metrics:Lio/vertx/core/spi/metrics/PoolMetrics;
         6: .line 249
            aload 0 /* this */
            aload 2 /* vertx */
            putfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.vertx:Lio/vertx/core/impl/VertxInternal;
         7: .line 250
            aload 0 /* this */
            aconst_null
            putfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.map:Lio/vertx/core/shareddata/LocalMap;
         8: .line 251
            aload 0 /* this */
            aconst_null
            putfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.name:Ljava/lang/String;
         9: .line 252
            return
        end local 3 // javax.sql.DataSource ds
        end local 2 // io.vertx.core.impl.VertxInternal vertx
        end local 0 // io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lio/vertx/ext/jdbc/impl/JDBCClientImpl$DataSourceHolder;
            0   10     2  vertx  Lio/vertx/core/impl/VertxInternal;
            0   10     3     ds  Ljavax/sql/DataSource;
    MethodParameters:
        Name  Flags
      this$0  final
      vertx   
      ds      

  void <init>(io.vertx.core.impl.VertxInternal, io.vertx.core.json.JsonObject, io.vertx.core.shareddata.LocalMap<java.lang.String, io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder>, java.lang.String);
    descriptor: (Lio/vertx/ext/jdbc/impl/JDBCClientImpl;Lio/vertx/core/impl/VertxInternal;Lio/vertx/core/json/JsonObject;Lio/vertx/core/shareddata/LocalMap;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder this
        start local 2 // io.vertx.core.impl.VertxInternal vertx
        start local 3 // io.vertx.core.json.JsonObject config
        start local 4 // io.vertx.core.shareddata.LocalMap map
        start local 5 // java.lang.String name
         0: .line 254
            aload 0 /* this */
            aload 1
            putfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.this$0:Lio/vertx/ext/jdbc/impl/JDBCClientImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 243
            aload 0 /* this */
            iconst_1
            putfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.refCount:I
         2: .line 255
            aload 0 /* this */
            aload 3 /* config */
            putfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.config:Lio/vertx/core/json/JsonObject;
         3: .line 256
            aload 0 /* this */
            aload 4 /* map */
            putfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.map:Lio/vertx/core/shareddata/LocalMap;
         4: .line 257
            aload 0 /* this */
            aload 2 /* vertx */
            putfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.vertx:Lio/vertx/core/impl/VertxInternal;
         5: .line 258
            aload 0 /* this */
            aload 5 /* name */
            putfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.name:Ljava/lang/String;
         6: .line 260
            aload 4 /* map */
            aload 5 /* name */
            aload 0 /* this */
            invokeinterface io.vertx.core.shareddata.LocalMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         7: .line 261
            return
        end local 5 // java.lang.String name
        end local 4 // io.vertx.core.shareddata.LocalMap map
        end local 3 // io.vertx.core.json.JsonObject config
        end local 2 // io.vertx.core.impl.VertxInternal vertx
        end local 0 // io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lio/vertx/ext/jdbc/impl/JDBCClientImpl$DataSourceHolder;
            0    8     2   vertx  Lio/vertx/core/impl/VertxInternal;
            0    8     3  config  Lio/vertx/core/json/JsonObject;
            0    8     4     map  Lio/vertx/core/shareddata/LocalMap<Ljava/lang/String;Lio/vertx/ext/jdbc/impl/JDBCClientImpl$DataSourceHolder;>;
            0    8     5    name  Ljava/lang/String;
    Signature: (Lio/vertx/core/impl/VertxInternal;Lio/vertx/core/json/JsonObject;Lio/vertx/core/shareddata/LocalMap<Ljava/lang/String;Lio/vertx/ext/jdbc/impl/JDBCClientImpl$DataSourceHolder;>;Ljava/lang/String;)V
    MethodParameters:
        Name  Flags
      this$0  final
      vertx   
      config  
      map     
      name    

  synchronized javax.sql.DataSource ds();
    descriptor: ()Ljavax/sql/DataSource;
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder this
         0: .line 264
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.ds:Ljavax/sql/DataSource;
            ifnonnull 29
         1: .line 265
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.config:Lio/vertx/core/json/JsonObject;
            ldc "provider_class"
            invokevirtual io.vertx.core.json.JsonObject.getString:(Ljava/lang/String;)Ljava/lang/String;
            astore 1 /* providerClass */
        start local 1 // java.lang.String providerClass
         2: .line 266
            aload 1 /* providerClass */
            ifnonnull 4
         3: .line 267
            ldc "io.vertx.ext.jdbc.spi.impl.C3P0DataSourceProvider"
            astore 1 /* providerClass */
         4: .line 270
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.vertx:Lio/vertx/core/impl/VertxInternal;
            invokeinterface io.vertx.core.impl.VertxInternal.metricsSPI:()Lio/vertx/core/spi/metrics/VertxMetrics;
            astore 2 /* vertxMetrics */
        start local 2 // io.vertx.core.spi.metrics.VertxMetrics vertxMetrics
         5: .line 271
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.getContextClassLoader:()Ljava/lang/ClassLoader;
            ifnull 18
         6: .line 274
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.getContextClassLoader:()Ljava/lang/ClassLoader;
            aload 1 /* providerClass */
            invokevirtual java.lang.ClassLoader.loadClass:(Ljava/lang/String;)Ljava/lang/Class;
            astore 3 /* clazz */
        start local 3 // java.lang.Class clazz
         7: .line 275
            aload 0 /* this */
            aload 3 /* clazz */
            invokevirtual java.lang.Class.newInstance:()Ljava/lang/Object;
            checkcast io.vertx.ext.jdbc.spi.DataSourceProvider
            putfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.provider:Lio/vertx/ext/jdbc/spi/DataSourceProvider;
         8: .line 276
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.provider:Lio/vertx/ext/jdbc/spi/DataSourceProvider;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.config:Lio/vertx/core/json/JsonObject;
            invokeinterface io.vertx.ext.jdbc.spi.DataSourceProvider.getDataSource:(Lio/vertx/core/json/JsonObject;)Ljavax/sql/DataSource;
            putfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.ds:Ljavax/sql/DataSource;
         9: .line 277
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.provider:Lio/vertx/ext/jdbc/spi/DataSourceProvider;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.ds:Ljavax/sql/DataSource;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.config:Lio/vertx/core/json/JsonObject;
            invokeinterface io.vertx.ext.jdbc.spi.DataSourceProvider.maximumPoolSize:(Ljavax/sql/DataSource;Lio/vertx/core/json/JsonObject;)I
            istore 4 /* poolSize */
        start local 4 // int poolSize
        10: .line 278
            aload 0 /* this */
            aload 2 /* vertxMetrics */
            ifnull 11
            aload 2 /* vertxMetrics */
            ldc "datasource"
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.name:Ljava/lang/String;
            iload 4 /* poolSize */
            invokeinterface io.vertx.core.spi.metrics.VertxMetrics.createPoolMetrics:(Ljava/lang/String;Ljava/lang/String;I)Lio/vertx/core/spi/metrics/PoolMetrics;
            goto 12
      StackMap locals: io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder java.lang.String io.vertx.core.spi.metrics.VertxMetrics java.lang.Class int
      StackMap stack: io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder
        11: aconst_null
      StackMap locals: io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder java.lang.String io.vertx.core.spi.metrics.VertxMetrics java.lang.Class int
      StackMap stack: io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder io.vertx.core.spi.metrics.PoolMetrics
        12: putfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.metrics:Lio/vertx/core/spi/metrics/PoolMetrics;
        13: .line 279
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.ds:Ljavax/sql/DataSource;
        14: areturn
        end local 4 // int poolSize
        end local 3 // java.lang.Class clazz
        15: .line 280
      StackMap locals: io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder java.lang.String io.vertx.core.spi.metrics.VertxMetrics
      StackMap stack: java.lang.ClassNotFoundException
            pop
            goto 18
        16: .line 282
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 3 /* e */
        start local 3 // java.lang.Exception e
        17: .line 283
            new java.lang.RuntimeException
            dup
            aload 3 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.lang.Exception e
        18: .line 289
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
            aload 1 /* providerClass */
            invokevirtual java.lang.ClassLoader.loadClass:(Ljava/lang/String;)Ljava/lang/Class;
            astore 3 /* clazz */
        start local 3 // java.lang.Class clazz
        19: .line 290
            aload 0 /* this */
            aload 3 /* clazz */
            invokevirtual java.lang.Class.newInstance:()Ljava/lang/Object;
            checkcast io.vertx.ext.jdbc.spi.DataSourceProvider
            putfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.provider:Lio/vertx/ext/jdbc/spi/DataSourceProvider;
        20: .line 291
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.provider:Lio/vertx/ext/jdbc/spi/DataSourceProvider;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.config:Lio/vertx/core/json/JsonObject;
            invokeinterface io.vertx.ext.jdbc.spi.DataSourceProvider.getDataSource:(Lio/vertx/core/json/JsonObject;)Ljavax/sql/DataSource;
            putfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.ds:Ljavax/sql/DataSource;
        21: .line 292
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.provider:Lio/vertx/ext/jdbc/spi/DataSourceProvider;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.ds:Ljavax/sql/DataSource;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.config:Lio/vertx/core/json/JsonObject;
            invokeinterface io.vertx.ext.jdbc.spi.DataSourceProvider.maximumPoolSize:(Ljavax/sql/DataSource;Lio/vertx/core/json/JsonObject;)I
            istore 4 /* poolSize */
        start local 4 // int poolSize
        22: .line 293
            aload 0 /* this */
            aload 2 /* vertxMetrics */
            ifnull 23
            aload 2 /* vertxMetrics */
            ldc "datasource"
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.name:Ljava/lang/String;
            iload 4 /* poolSize */
            invokeinterface io.vertx.core.spi.metrics.VertxMetrics.createPoolMetrics:(Ljava/lang/String;Ljava/lang/String;I)Lio/vertx/core/spi/metrics/PoolMetrics;
            goto 24
      StackMap locals: io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder java.lang.String io.vertx.core.spi.metrics.VertxMetrics java.lang.Class int
      StackMap stack: io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder
        23: aconst_null
      StackMap locals: io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder java.lang.String io.vertx.core.spi.metrics.VertxMetrics java.lang.Class int
      StackMap stack: io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder io.vertx.core.spi.metrics.PoolMetrics
        24: putfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.metrics:Lio/vertx/core/spi/metrics/PoolMetrics;
        25: .line 294
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.ds:Ljavax/sql/DataSource;
        26: areturn
        end local 4 // int poolSize
        end local 3 // java.lang.Class clazz
        27: .line 295
      StackMap locals: io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder java.lang.String io.vertx.core.spi.metrics.VertxMetrics
      StackMap stack: java.lang.Exception
            astore 3 /* e */
        start local 3 // java.lang.Exception e
        28: .line 296
            new java.lang.RuntimeException
            dup
            aload 3 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.lang.Exception e
        end local 2 // io.vertx.core.spi.metrics.VertxMetrics vertxMetrics
        end local 1 // java.lang.String providerClass
        29: .line 300
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.ds:Ljavax/sql/DataSource;
            areturn
        end local 0 // io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   30     0           this  Lio/vertx/ext/jdbc/impl/JDBCClientImpl$DataSourceHolder;
            2   29     1  providerClass  Ljava/lang/String;
            5   29     2   vertxMetrics  Lio/vertx/core/spi/metrics/VertxMetrics;
            7   15     3          clazz  Ljava/lang/Class;
           10   15     4       poolSize  I
           17   18     3              e  Ljava/lang/Exception;
           19   27     3          clazz  Ljava/lang/Class;
           22   27     4       poolSize  I
           28   29     3              e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           6    14      15  Class java.lang.ClassNotFoundException
           6    14      16  Class java.lang.InstantiationException
           6    14      16  Class java.sql.SQLException
           6    14      16  Class java.lang.IllegalAccessException
          18    26      27  Class java.lang.ClassNotFoundException
          18    26      27  Class java.lang.InstantiationException
          18    26      27  Class java.sql.SQLException
          18    26      27  Class java.lang.IllegalAccessException

  synchronized java.util.concurrent.ExecutorService exec();
    descriptor: ()Ljava/util/concurrent/ExecutorService;
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=10, locals=1, args_size=1
        start local 0 // io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder this
         0: .line 304
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.exec:Ljava/util/concurrent/ExecutorService;
            ifnonnull 6
         1: .line 305
            aload 0 /* this */
            new java.util.concurrent.ThreadPoolExecutor
            dup
            iconst_1
            iconst_1
         2: .line 306
            ldc 1000
            getstatic java.util.concurrent.TimeUnit.MILLISECONDS:Ljava/util/concurrent/TimeUnit;
         3: .line 307
            new java.util.concurrent.LinkedBlockingQueue
            dup
            invokespecial java.util.concurrent.LinkedBlockingQueue.<init>:()V
         4: .line 308
            invokedynamic newThread()Ljava/util/concurrent/ThreadFactory;
              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/Runnable;)Ljava/lang/Thread;
                  io/vertx/ext/jdbc/impl/JDBCClientImpl$DataSourceHolder.lambda$0(Ljava/lang/Runnable;)Ljava/lang/Thread; (6)
                  (Ljava/lang/Runnable;)Ljava/lang/Thread;
            invokespecial java.util.concurrent.ThreadPoolExecutor.<init>:(IIJLjava/util/concurrent/TimeUnit;Ljava/util/concurrent/BlockingQueue;Ljava/util/concurrent/ThreadFactory;)V
         5: .line 305
            putfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.exec:Ljava/util/concurrent/ExecutorService;
         6: .line 310
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.exec:Ljava/util/concurrent/ExecutorService;
            areturn
        end local 0 // io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/ext/jdbc/impl/JDBCClientImpl$DataSourceHolder;

  void incRefCount();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder this
         0: .line 314
            aload 0 /* this */
            dup
            getfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.refCount:I
            iconst_1
            iadd
            putfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.refCount:I
         1: .line 315
            return
        end local 0 // io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/jdbc/impl/JDBCClientImpl$DataSourceHolder;

  void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder this
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 318
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.vertx:Lio/vertx/core/impl/VertxInternal;
            dup
            astore 2
            monitorenter
         1: .line 319
            aload 0 /* this */
            dup
            getfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.refCount:I
            iconst_1
            isub
            dup_x1
            putfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.refCount:I
            ifne 25
         2: .line 320
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.metrics:Lio/vertx/core/spi/metrics/PoolMetrics;
            ifnull 4
         3: .line 321
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.metrics:Lio/vertx/core/spi/metrics/PoolMetrics;
            invokeinterface io.vertx.core.spi.metrics.PoolMetrics.close:()V
         4: .line 323
      StackMap locals: io.vertx.core.impl.VertxInternal
      StackMap stack:
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 3 /* f1 */
        start local 3 // io.vertx.core.Promise f1
         5: .line 324
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 4 /* f2 */
        start local 4 // io.vertx.core.Promise f2
         6: .line 325
            aload 1 /* completionHandler */
            ifnull 8
         7: .line 326
            aload 3 /* f1 */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            aload 4 /* f2 */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            invokestatic io.vertx.core.CompositeFuture.all:(Lio/vertx/core/Future;Lio/vertx/core/Future;)Lio/vertx/core/CompositeFuture;
            invokedynamic apply()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/ext/jdbc/impl/JDBCClientImpl$DataSourceHolder.lambda$1(Lio/vertx/core/CompositeFuture;)Ljava/lang/Void; (6)
                  (Lio/vertx/core/CompositeFuture;)Ljava/lang/Void;
            invokeinterface io.vertx.core.CompositeFuture.map:(Ljava/util/function/Function;)Lio/vertx/core/Future;
            aload 1 /* completionHandler */
            invokeinterface io.vertx.core.Future.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         8: .line 328
      StackMap locals: io.vertx.core.Promise io.vertx.core.Promise
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.provider:Lio/vertx/ext/jdbc/spi/DataSourceProvider;
            ifnull 13
         9: .line 329
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.vertx:Lio/vertx/core/impl/VertxInternal;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/ext/jdbc/impl/JDBCClientImpl$DataSourceHolder;)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/ext/jdbc/impl/JDBCClientImpl$DataSourceHolder.lambda$2(Lio/vertx/core/Promise;)V (7)
                  (Lio/vertx/core/Promise;)V
        10: .line 336
            aload 4 /* f2 */
        11: .line 329
            invokeinterface io.vertx.core.impl.VertxInternal.executeBlocking:(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
        12: .line 337
            goto 14
        13: .line 338
      StackMap locals:
      StackMap stack:
            aload 4 /* f2 */
            invokeinterface io.vertx.core.Promise.complete:()V
        14: .line 341
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.exec:Ljava/util/concurrent/ExecutorService;
            ifnull 16
        15: .line 342
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.exec:Ljava/util/concurrent/ExecutorService;
            invokeinterface java.util.concurrent.ExecutorService.shutdown:()V
        16: .line 344
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.map:Lio/vertx/core/shareddata/LocalMap;
            ifnull 20
        17: .line 345
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.map:Lio/vertx/core/shareddata/LocalMap;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.name:Ljava/lang/String;
            invokeinterface io.vertx.core.shareddata.LocalMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        18: .line 346
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.map:Lio/vertx/core/shareddata/LocalMap;
            invokeinterface io.vertx.core.shareddata.LocalMap.isEmpty:()Z
            ifeq 20
        19: .line 347
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.map:Lio/vertx/core/shareddata/LocalMap;
            invokeinterface io.vertx.core.shareddata.LocalMap.close:()V
        20: .line 350
      StackMap locals:
      StackMap stack:
            aload 3 /* f1 */
            invokeinterface io.vertx.core.Promise.complete:()V
        21: .line 351
            goto 27
      StackMap locals:
      StackMap stack: java.lang.Throwable
        22: astore 5 /* t */
        start local 5 // java.lang.Throwable t
        23: .line 352
            aload 3 /* f1 */
            aload 5 /* t */
            invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/Throwable;)V
        end local 5 // java.lang.Throwable t
        end local 4 // io.vertx.core.Promise f2
        end local 3 // io.vertx.core.Promise f1
        24: .line 354
            goto 27
        25: .line 355
      StackMap locals:
      StackMap stack:
            aload 1 /* completionHandler */
            ifnull 27
        26: .line 356
            aload 1 /* completionHandler */
            invokestatic io.vertx.core.Future.succeededFuture:()Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        27: .line 318
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
        28: goto 31
      StackMap locals:
      StackMap stack: java.lang.Throwable
        29: aload 2
            monitorexit
        30: athrow
        31: .line 360
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   32     0               this  Lio/vertx/ext/jdbc/impl/JDBCClientImpl$DataSourceHolder;
            0   32     1  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            5   24     3                 f1  Lio/vertx/core/Promise<Ljava/lang/Void;>;
            6   24     4                 f2  Lio/vertx/core/Promise<Ljava/lang/Void;>;
           23   24     5                  t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
          14    21      22  Class java.lang.Throwable
           1    28      29  any
          29    30      29  any
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
                   Name  Flags
      completionHandler  

  private static java.lang.Thread lambda$0(java.lang.Runnable);
    descriptor: (Ljava/lang/Runnable;)Ljava/lang/Thread;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.lang.Runnable r
         0: .line 308
            new java.lang.Thread
            dup
            aload 0 /* r */
            ldc "vertx-jdbc-service-get-connection-thread"
            invokespecial java.lang.Thread.<init>:(Ljava/lang/Runnable;Ljava/lang/String;)V
            areturn
        end local 0 // java.lang.Runnable r
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     r  Ljava/lang/Runnable;

  private static java.lang.Void lambda$1(io.vertx.core.CompositeFuture);
    descriptor: (Lio/vertx/core/CompositeFuture;)Ljava/lang/Void;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.CompositeFuture f
         0: .line 326
            aconst_null
            areturn
        end local 0 // io.vertx.core.CompositeFuture f
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     f  Lio/vertx/core/CompositeFuture;

  private void lambda$2(io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/Promise;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder this
        start local 1 // io.vertx.core.Promise future
         0: .line 331
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.provider:Lio/vertx/ext/jdbc/spi/DataSourceProvider;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder.ds:Ljavax/sql/DataSource;
            invokeinterface io.vertx.ext.jdbc.spi.DataSourceProvider.close:(Ljavax/sql/DataSource;)V
         1: .line 332
            aload 1 /* future */
            invokeinterface io.vertx.core.Promise.complete:()V
         2: .line 333
            goto 5
      StackMap locals:
      StackMap stack: java.sql.SQLException
         3: astore 2 /* e */
        start local 2 // java.sql.SQLException e
         4: .line 334
            aload 1 /* future */
            aload 2 /* e */
            invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/Throwable;)V
        end local 2 // java.sql.SQLException e
         5: .line 336
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.Promise future
        end local 0 // io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lio/vertx/ext/jdbc/impl/JDBCClientImpl$DataSourceHolder;
            0    6     1  future  Lio/vertx/core/Promise<Ljava/lang/Void;>;
            4    5     2       e  Ljava/sql/SQLException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.sql.SQLException
}
SourceFile: "JDBCClientImpl.java"
NestHost: io.vertx.ext.jdbc.impl.JDBCClientImpl
InnerClasses:
  private DataSourceHolder = io.vertx.ext.jdbc.impl.JDBCClientImpl$DataSourceHolder of io.vertx.ext.jdbc.impl.JDBCClientImpl
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles