class org.eclipse.jetty.util.thread.SerializedExecutor$Link
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.jetty.util.thread.SerializedExecutor$Link
super_class: java.lang.Object
{
private final java.lang.Runnable _task;
descriptor: Ljava/lang/Runnable;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.util.concurrent.atomic.AtomicReference<org.eclipse.jetty.util.thread.SerializedExecutor$Link> _next;
descriptor: Ljava/util/concurrent/atomic/AtomicReference;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/concurrent/atomic/AtomicReference<Lorg/eclipse/jetty/util/thread/SerializedExecutor$Link;>;
final org.eclipse.jetty.util.thread.SerializedExecutor this$0;
descriptor: Lorg/eclipse/jetty/util/thread/SerializedExecutor;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public void <init>(org.eclipse.jetty.util.thread.SerializedExecutor, java.lang.Runnable);
descriptor: (Lorg/eclipse/jetty/util/thread/SerializedExecutor;Ljava/lang/Runnable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 // org.eclipse.jetty.util.thread.SerializedExecutor$Link this
start local 2 // java.lang.Runnable task
0: .line 99
aload 0 /* this */
aload 1
putfield org.eclipse.jetty.util.thread.SerializedExecutor$Link.this$0:Lorg/eclipse/jetty/util/thread/SerializedExecutor;
1: .line 98
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
2: .line 96
aload 0 /* this */
new java.util.concurrent.atomic.AtomicReference
dup
invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
putfield org.eclipse.jetty.util.thread.SerializedExecutor$Link._next:Ljava/util/concurrent/atomic/AtomicReference;
3: .line 100
aload 0 /* this */
aload 2 /* task */
putfield org.eclipse.jetty.util.thread.SerializedExecutor$Link._task:Ljava/lang/Runnable;
4: .line 101
return
end local 2 // java.lang.Runnable task
end local 0 // org.eclipse.jetty.util.thread.SerializedExecutor$Link this
LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/jetty/util/thread/SerializedExecutor$Link;
0 5 2 task Ljava/lang/Runnable;
MethodParameters:
Name Flags
this$0 final
task
}
SourceFile: "SerializedExecutor.java"
NestHost: org.eclipse.jetty.util.thread.SerializedExecutor
InnerClasses:
private Link = org.eclipse.jetty.util.thread.SerializedExecutor$Link of org.eclipse.jetty.util.thread.SerializedExecutor