class com.mchange.v2.resourcepool.BasicResourcePool$2 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.mchange.v2.resourcepool.BasicResourcePool$2
  super_class: java.lang.Object
{
  final com.mchange.v2.resourcepool.BasicResourcePool this$0;
    descriptor: Lcom/mchange/v2/resourcepool/BasicResourcePool;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.Object val$resc;
    descriptor: Ljava/lang/Object;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int val$pool_size;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int val$available_size;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int val$removed_but_unreturned_size;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.mchange.v2.resourcepool.BasicResourcePool, java.lang.Object, int, int, int);
    descriptor: (Lcom/mchange/v2/resourcepool/BasicResourcePool;Ljava/lang/Object;III)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // com.mchange.v2.resourcepool.BasicResourcePool$2 this
         0: .line 1045
            aload 0 /* this */
            aload 1
            putfield com.mchange.v2.resourcepool.BasicResourcePool$2.this$0:Lcom/mchange/v2/resourcepool/BasicResourcePool;
            aload 0 /* this */
            aload 2
            putfield com.mchange.v2.resourcepool.BasicResourcePool$2.val$resc:Ljava/lang/Object;
            aload 0 /* this */
            iload 3
            putfield com.mchange.v2.resourcepool.BasicResourcePool$2.val$pool_size:I
            aload 0 /* this */
            iload 4
            putfield com.mchange.v2.resourcepool.BasicResourcePool$2.val$available_size:I
            aload 0 /* this */
            iload 5
            putfield com.mchange.v2.resourcepool.BasicResourcePool$2.val$removed_but_unreturned_size:I
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.mchange.v2.resourcepool.BasicResourcePool$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mchange/v2/resourcepool/BasicResourcePool$2;
    MethodParameters:
                                 Name  Flags
      this$0                           final
      val$resc                         final
      val$pool_size                    final
      val$available_size               final
      val$removed_but_unreturned_size  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.mchange.v2.resourcepool.BasicResourcePool$2 this
         0: .line 1048
            aload 0 /* this */
            getfield com.mchange.v2.resourcepool.BasicResourcePool$2.this$0:Lcom/mchange/v2/resourcepool/BasicResourcePool;
            getfield com.mchange.v2.resourcepool.BasicResourcePool.rpes:Lcom/mchange/v2/resourcepool/ResourcePoolEventSupport;
            aload 0 /* this */
            getfield com.mchange.v2.resourcepool.BasicResourcePool$2.val$resc:Ljava/lang/Object;
            aload 0 /* this */
            getfield com.mchange.v2.resourcepool.BasicResourcePool$2.val$pool_size:I
            aload 0 /* this */
            getfield com.mchange.v2.resourcepool.BasicResourcePool$2.val$available_size:I
            aload 0 /* this */
            getfield com.mchange.v2.resourcepool.BasicResourcePool$2.val$removed_but_unreturned_size:I
            invokevirtual com.mchange.v2.resourcepool.ResourcePoolEventSupport.fireResourceCheckedIn:(Ljava/lang/Object;III)V
            return
        end local 0 // com.mchange.v2.resourcepool.BasicResourcePool$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mchange/v2/resourcepool/BasicResourcePool$2;
}
SourceFile: "BasicResourcePool.java"
EnclosingMethod: com.mchange.v2.resourcepool.BasicResourcePool.asyncFireResourceCheckedIn:(Ljava/lang/Object;III)V
NestHost: com.mchange.v2.resourcepool.BasicResourcePool
InnerClasses:
  com.mchange.v2.resourcepool.BasicResourcePool$2