class com.mchange.v2.resourcepool.BasicResourcePool$CullTask extends java.util.TimerTask
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.mchange.v2.resourcepool.BasicResourcePool$CullTask
  super_class: java.util.TimerTask
{
  final com.mchange.v2.resourcepool.BasicResourcePool this$0;
    descriptor: Lcom/mchange/v2/resourcepool/BasicResourcePool;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.mchange.v2.resourcepool.BasicResourcePool);
    descriptor: (Lcom/mchange/v2/resourcepool/BasicResourcePool;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.mchange.v2.resourcepool.BasicResourcePool$CullTask this
         0: .line 2178
            aload 0 /* this */
            aload 1
            putfield com.mchange.v2.resourcepool.BasicResourcePool$CullTask.this$0:Lcom/mchange/v2/resourcepool/BasicResourcePool;
            aload 0 /* this */
            invokespecial java.util.TimerTask.<init>:()V
            return
        end local 0 // com.mchange.v2.resourcepool.BasicResourcePool$CullTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mchange/v2/resourcepool/BasicResourcePool$CullTask;
    MethodParameters:
        Name  Flags
      this$0  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.mchange.v2.resourcepool.BasicResourcePool$CullTask this
         0: .line 2184
            getstatic com.mchange.v2.resourcepool.BasicResourcePool.logger:Lcom/mchange/v2/log/MLogger;
            getstatic com.mchange.v2.log.MLevel.FINER:Lcom/mchange/v2/log/MLevel;
            invokeinterface com.mchange.v2.log.MLogger.isLoggable:(Lcom/mchange/v2/log/MLevel;)Z
            ifeq 2
         1: .line 2185
            getstatic com.mchange.v2.resourcepool.BasicResourcePool.logger:Lcom/mchange/v2/log/MLogger;
            getstatic com.mchange.v2.log.MLevel.FINER:Lcom/mchange/v2/log/MLevel;
            new java.lang.StringBuilder
            dup
            ldc "Checking for expired resources - "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            new java.util.Date
            dup
            invokespecial java.util.Date.<init>:()V
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " ["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.mchange.v2.resourcepool.BasicResourcePool$CullTask.this$0:Lcom/mchange/v2/resourcepool/BasicResourcePool;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface com.mchange.v2.log.MLogger.log:(Lcom/mchange/v2/log/MLevel;Ljava/lang/String;)V
         2: .line 2186
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.mchange.v2.resourcepool.BasicResourcePool$CullTask.this$0:Lcom/mchange/v2/resourcepool/BasicResourcePool;
            dup
            astore 1
            monitorenter
         3: .line 2187
            aload 0 /* this */
            getfield com.mchange.v2.resourcepool.BasicResourcePool$CullTask.this$0:Lcom/mchange/v2/resourcepool/BasicResourcePool;
            invokevirtual com.mchange.v2.resourcepool.BasicResourcePool.cullExpired:()V
         4: .line 2186
            aload 1
            monitorexit
         5: goto 12
      StackMap locals: com.mchange.v2.resourcepool.BasicResourcePool$CullTask com.mchange.v2.resourcepool.BasicResourcePool
      StackMap stack: java.lang.Throwable
         6: aload 1
            monitorexit
         7: athrow
         8: .line 2189
      StackMap locals: com.mchange.v2.resourcepool.BasicResourcePool$CullTask
      StackMap stack: com.mchange.v2.util.ResourceClosedException
            astore 1 /* e */
        start local 1 // com.mchange.v2.util.ResourceClosedException e
         9: .line 2193
            getstatic com.mchange.v2.resourcepool.BasicResourcePool.logger:Lcom/mchange/v2/log/MLogger;
            getstatic com.mchange.v2.log.MLevel.FINE:Lcom/mchange/v2/log/MLevel;
            invokeinterface com.mchange.v2.log.MLogger.isLoggable:(Lcom/mchange/v2/log/MLevel;)Z
            ifeq 11
        10: .line 2194
            getstatic com.mchange.v2.resourcepool.BasicResourcePool.logger:Lcom/mchange/v2/log/MLogger;
            getstatic com.mchange.v2.log.MLevel.FINE:Lcom/mchange/v2/log/MLevel;
            ldc "a resource pool async thread died."
            aload 1 /* e */
            invokeinterface com.mchange.v2.log.MLogger.log:(Lcom/mchange/v2/log/MLevel;Ljava/lang/String;Ljava/lang/Throwable;)V
        11: .line 2196
      StackMap locals: com.mchange.v2.util.ResourceClosedException
      StackMap stack:
            aload 0 /* this */
            getfield com.mchange.v2.resourcepool.BasicResourcePool$CullTask.this$0:Lcom/mchange/v2/resourcepool/BasicResourcePool;
            invokevirtual com.mchange.v2.resourcepool.BasicResourcePool.unexpectedBreak:()V
        end local 1 // com.mchange.v2.util.ResourceClosedException e
        12: .line 2198
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.mchange.v2.resourcepool.BasicResourcePool$CullTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lcom/mchange/v2/resourcepool/BasicResourcePool$CullTask;
            9   12     1     e  Lcom/mchange/v2/util/ResourceClosedException;
      Exception table:
        from    to  target  type
           3     5       6  any
           6     7       6  any
           0     8       8  Class com.mchange.v2.util.ResourceClosedException
}
SourceFile: "BasicResourcePool.java"
NestHost: com.mchange.v2.resourcepool.BasicResourcePool
InnerClasses:
  CullTask = com.mchange.v2.resourcepool.BasicResourcePool$CullTask of com.mchange.v2.resourcepool.BasicResourcePool