class com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy$1
  super_class: java.lang.Object
{
  final com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this$0;
    descriptor: Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy);
    descriptor: (Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy$1 this
         0: .line 153
            aload 0 /* this */
            aload 1
            putfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy$1.this$0:Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy$1 this
         0: .line 155
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy$1.this$0:Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.getConnectionLogger:()Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 2
         1: .line 156
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy$1.this$0:Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.getConnectionLogger:()Ljava/util/logging/Logger;
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " Connection proxy aborted "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.util.logging.Logger.finer:(Ljava/lang/String;)V
         2: .line 158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy$1.this$0:Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.poolCloseEventNotify:()V
         3: .line 159
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy$1.this$0:Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            aconst_null
            putfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
         4: .line 160
            goto 7
      StackMap locals:
      StackMap stack: java.sql.SQLException
         5: astore 1 /* e */
        start local 1 // java.sql.SQLException e
         6: .line 161
            new java.lang.RuntimeException
            dup
            aload 1 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.sql.SQLException e
         7: .line 163
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy$1;
            6    7     1     e  Ljava/sql/SQLException;
      Exception table:
        from    to  target  type
           2     4       5  Class java.sql.SQLException
}
SourceFile: "SQLServerConnectionPoolProxy.java"
EnclosingMethod: com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.abort:(Ljava/util/concurrent/Executor;)V
NestHost: com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy
InnerClasses:
  com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy$1