public class org.eclipse.jetty.util.thread.ThreadPoolBudget$Leased implements org.eclipse.jetty.util.thread.ThreadPoolBudget$Lease
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.util.thread.ThreadPoolBudget$Leased
  super_class: java.lang.Object
{
  private final java.lang.Object leasee;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int threads;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final org.eclipse.jetty.util.thread.ThreadPoolBudget this$0;
    descriptor: Lorg/eclipse/jetty/util/thread/ThreadPoolBudget;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.eclipse.jetty.util.thread.ThreadPoolBudget, java.lang.Object, int);
    descriptor: (Lorg/eclipse/jetty/util/thread/ThreadPoolBudget;Ljava/lang/Object;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.eclipse.jetty.util.thread.ThreadPoolBudget$Leased this
        start local 2 // java.lang.Object leasee
        start local 3 // int threads
         0: .line 53
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jetty.util.thread.ThreadPoolBudget$Leased.this$0:Lorg/eclipse/jetty/util/thread/ThreadPoolBudget;
         1: .line 52
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         2: .line 54
            aload 0 /* this */
            aload 2 /* leasee */
            putfield org.eclipse.jetty.util.thread.ThreadPoolBudget$Leased.leasee:Ljava/lang/Object;
         3: .line 55
            aload 0 /* this */
            iload 3 /* threads */
            putfield org.eclipse.jetty.util.thread.ThreadPoolBudget$Leased.threads:I
         4: .line 56
            return
        end local 3 // int threads
        end local 2 // java.lang.Object leasee
        end local 0 // org.eclipse.jetty.util.thread.ThreadPoolBudget$Leased this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/eclipse/jetty/util/thread/ThreadPoolBudget$Leased;
            0    5     2   leasee  Ljava/lang/Object;
            0    5     3  threads  I
    MethodParameters:
         Name  Flags
      this$0   final
      leasee   
      threads  

  public int getThreads();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.thread.ThreadPoolBudget$Leased this
         0: .line 61
            aload 0 /* this */
            getfield org.eclipse.jetty.util.thread.ThreadPoolBudget$Leased.threads:I
            ireturn
        end local 0 // org.eclipse.jetty.util.thread.ThreadPoolBudget$Leased this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/thread/ThreadPoolBudget$Leased;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.thread.ThreadPoolBudget$Leased this
         0: .line 67
            aload 0 /* this */
            getfield org.eclipse.jetty.util.thread.ThreadPoolBudget$Leased.this$0:Lorg/eclipse/jetty/util/thread/ThreadPoolBudget;
            getfield org.eclipse.jetty.util.thread.ThreadPoolBudget.leases:Ljava/util/Set;
            aload 0 /* this */
            invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
            pop
         1: .line 68
            aload 0 /* this */
            getfield org.eclipse.jetty.util.thread.ThreadPoolBudget$Leased.this$0:Lorg/eclipse/jetty/util/thread/ThreadPoolBudget;
            getfield org.eclipse.jetty.util.thread.ThreadPoolBudget.warned:Ljava/util/concurrent/atomic/AtomicBoolean;
            iconst_0
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.set:(Z)V
         2: .line 69
            return
        end local 0 // org.eclipse.jetty.util.thread.ThreadPoolBudget$Leased this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/util/thread/ThreadPoolBudget$Leased;
}
SourceFile: "ThreadPoolBudget.java"
NestHost: org.eclipse.jetty.util.thread.ThreadPoolBudget
InnerClasses:
  public abstract Lease = org.eclipse.jetty.util.thread.ThreadPoolBudget$Lease of org.eclipse.jetty.util.thread.ThreadPoolBudget
  public Leased = org.eclipse.jetty.util.thread.ThreadPoolBudget$Leased of org.eclipse.jetty.util.thread.ThreadPoolBudget