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 start local 2 start local 3 0: aload 0
aload 1
putfield org.eclipse.jetty.util.thread.ThreadPoolBudget$Leased.this$0:Lorg/eclipse/jetty/util/thread/ThreadPoolBudget;
1: aload 0
invokespecial java.lang.Object.<init>:()V
2: aload 0
aload 2
putfield org.eclipse.jetty.util.thread.ThreadPoolBudget$Leased.leasee:Ljava/lang/Object;
3: aload 0
iload 3
putfield org.eclipse.jetty.util.thread.ThreadPoolBudget$Leased.threads:I
4: return
end local 3 end local 2 end local 0 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 0: aload 0
getfield org.eclipse.jetty.util.thread.ThreadPoolBudget$Leased.threads:I
ireturn
end local 0 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 0: aload 0
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
invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
pop
1: aload 0
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: return
end local 0 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