class com.mchange.v2.c3p0.test.C3P0BenchmarkApp$PreparedStatementAcquireTest extends com.mchange.v2.c3p0.test.C3P0BenchmarkApp$Test
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.mchange.v2.c3p0.test.C3P0BenchmarkApp$PreparedStatementAcquireTest
  super_class: com.mchange.v2.c3p0.test.C3P0BenchmarkApp$Test
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.mchange.v2.c3p0.test.C3P0BenchmarkApp$PreparedStatementAcquireTest this
         0: .line 395
            aload 0 /* this */
            ldc "Acquire and Cleanup a PreparedStatement (same statement, many times)"
            invokespecial com.mchange.v2.c3p0.test.C3P0BenchmarkApp$Test.<init>:(Ljava/lang/String;)V
            return
        end local 0 // com.mchange.v2.c3p0.test.C3P0BenchmarkApp$PreparedStatementAcquireTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mchange/v2/c3p0/test/C3P0BenchmarkApp$PreparedStatementAcquireTest;

  protected long test(javax.sql.DataSource, int);
    descriptor: (Ljavax/sql/DataSource;I)J
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=14, args_size=3
        start local 0 // com.mchange.v2.c3p0.test.C3P0BenchmarkApp$PreparedStatementAcquireTest this
        start local 1 // javax.sql.DataSource ds
        start local 2 // int n
         0: .line 402
            aconst_null
            astore 7 /* con */
        start local 7 // java.sql.Connection con
         1: .line 403
            aconst_null
            astore 8 /* pstmt */
        start local 8 // java.sql.PreparedStatement pstmt
         2: .line 406
            aload 1 /* ds */
            invokeinterface javax.sql.DataSource.getConnection:()Ljava/sql/Connection;
            astore 7 /* con */
         3: .line 407
            invokestatic java.lang.System.currentTimeMillis:()J
            lstore 3 /* start */
        start local 3 // long start
         4: .line 408
            iconst_0
            istore 9 /* i */
        start local 9 // int i
         5: goto 10
         6: .line 411
      StackMap locals: com.mchange.v2.c3p0.test.C3P0BenchmarkApp$PreparedStatementAcquireTest javax.sql.DataSource int long top top java.sql.Connection java.sql.PreparedStatement int
      StackMap stack:
            aload 7 /* con */
            ldc "SELECT * FROM emptyyukyuk where a = ?"
            invokeinterface java.sql.Connection.prepareStatement:(Ljava/lang/String;)Ljava/sql/PreparedStatement;
            astore 8 /* pstmt */
            goto 8
         7: .line 427
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 10
            aload 8 /* pstmt */
            invokestatic com.mchange.v1.db.sql.StatementUtils.attemptClose:(Ljava/sql/Statement;)Z
            pop
            aload 10
            athrow
      StackMap locals:
      StackMap stack:
         8: aload 8 /* pstmt */
            invokestatic com.mchange.v1.db.sql.StatementUtils.attemptClose:(Ljava/sql/Statement;)Z
            pop
         9: .line 408
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 9 /* i */
            iload 2 /* n */
            if_icmplt 6
        end local 9 // int i
        11: .line 429
            invokestatic java.lang.System.currentTimeMillis:()J
            lstore 5 /* end */
        start local 5 // long end
        12: .line 430
            lload 5 /* end */
            lload 3 /* start */
            lsub
            lstore 12
        13: .line 433
            aload 7 /* con */
            invokestatic com.mchange.v1.db.sql.ConnectionUtils.attemptClose:(Ljava/sql/Connection;)Z
            pop
        14: .line 430
            lload 12
            lreturn
        end local 5 // long end
        end local 3 // long start
        15: .line 433
      StackMap locals: com.mchange.v2.c3p0.test.C3P0BenchmarkApp$PreparedStatementAcquireTest javax.sql.DataSource int top top top top java.sql.Connection java.sql.PreparedStatement
      StackMap stack: java.lang.Throwable
            astore 11
            aload 7 /* con */
            invokestatic com.mchange.v1.db.sql.ConnectionUtils.attemptClose:(Ljava/sql/Connection;)Z
            pop
            aload 11
            athrow
        end local 8 // java.sql.PreparedStatement pstmt
        end local 7 // java.sql.Connection con
        end local 2 // int n
        end local 1 // javax.sql.DataSource ds
        end local 0 // com.mchange.v2.c3p0.test.C3P0BenchmarkApp$PreparedStatementAcquireTest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   16     0   this  Lcom/mchange/v2/c3p0/test/C3P0BenchmarkApp$PreparedStatementAcquireTest;
            0   16     1     ds  Ljavax/sql/DataSource;
            0   16     2      n  I
            4   15     3  start  J
           12   15     5    end  J
            1   16     7    con  Ljava/sql/Connection;
            2   16     8  pstmt  Ljava/sql/PreparedStatement;
            5   11     9      i  I
      Exception table:
        from    to  target  type
           6     7       7  any
           2    13      15  any
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      ds    
      n     
}
SourceFile: "C3P0BenchmarkApp.java"
NestHost: com.mchange.v2.c3p0.test.C3P0BenchmarkApp
InnerClasses:
  PreparedStatementAcquireTest = com.mchange.v2.c3p0.test.C3P0BenchmarkApp$PreparedStatementAcquireTest of com.mchange.v2.c3p0.test.C3P0BenchmarkApp
  abstract Test = com.mchange.v2.c3p0.test.C3P0BenchmarkApp$Test of com.mchange.v2.c3p0.test.C3P0BenchmarkApp