public class sun.misc.RequestProcessor implements java.lang.Runnable
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.misc.RequestProcessor
super_class: java.lang.Object
{
private static sun.misc.Queue requestQueue;
descriptor: Lsun/misc/Queue;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static java.lang.Thread dispatcher;
descriptor: Ljava/lang/Thread;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/misc/RequestProcessor;
public static void postRequest(sun.misc.Request);
descriptor: (Lsun/misc/Request;)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: invokestatic sun.misc.RequestProcessor.lazyInitialize:()V
1: getstatic sun.misc.RequestProcessor.requestQueue:Lsun/misc/Queue;
aload 0
invokevirtual sun.misc.Queue.enqueue:(Ljava/lang/Object;)V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 req Lsun/misc/Request;
MethodParameters:
Name Flags
req
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=3, args_size=1
start local 0 0: invokestatic sun.misc.RequestProcessor.lazyInitialize:()V
1: StackMap locals:
StackMap stack:
getstatic sun.misc.RequestProcessor.requestQueue:Lsun/misc/Queue;
invokevirtual sun.misc.Queue.dequeue:()Ljava/lang/Object;
astore 1
start local 1 2: aload 1
instanceof sun.misc.Request
ifeq 1
3: aload 1
checkcast sun.misc.Request
astore 2
start local 2 4: aload 2
invokevirtual sun.misc.Request.execute:()V
5: goto 1
StackMap locals: sun.misc.RequestProcessor java.lang.Object sun.misc.Request
StackMap stack: java.lang.Throwable
6: pop
end local 2 end local 1 7: goto 1
StackMap locals: sun.misc.RequestProcessor
StackMap stack: java.lang.InterruptedException
8: pop
9: goto 1
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lsun/misc/RequestProcessor;
2 7 1 obj Ljava/lang/Object;
4 7 2 req Lsun/misc/Request;
Exception table:
from to target type
4 5 6 Class java.lang.Throwable
1 7 8 Class java.lang.InterruptedException
public static synchronized void startProcessing();
descriptor: ()V
flags: (0x0029) ACC_PUBLIC, ACC_STATIC, ACC_SYNCHRONIZED
Code:
stack=4, locals=0, args_size=0
0: getstatic sun.misc.RequestProcessor.dispatcher:Ljava/lang/Thread;
ifnonnull 4
1: new java.lang.Thread
dup
new sun.misc.RequestProcessor
dup
invokespecial sun.misc.RequestProcessor.<init>:()V
ldc "Request Processor"
invokespecial java.lang.Thread.<init>:(Ljava/lang/Runnable;Ljava/lang/String;)V
putstatic sun.misc.RequestProcessor.dispatcher:Ljava/lang/Thread;
2: getstatic sun.misc.RequestProcessor.dispatcher:Ljava/lang/Thread;
bipush 7
invokevirtual java.lang.Thread.setPriority:(I)V
3: getstatic sun.misc.RequestProcessor.dispatcher:Ljava/lang/Thread;
invokevirtual java.lang.Thread.start:()V
4: StackMap locals:
StackMap stack:
return
LocalVariableTable:
Start End Slot Name Signature
private static synchronized void lazyInitialize();
descriptor: ()V
flags: (0x002a) ACC_PRIVATE, ACC_STATIC, ACC_SYNCHRONIZED
Code:
stack=2, locals=0, args_size=0
0: getstatic sun.misc.RequestProcessor.requestQueue:Lsun/misc/Queue;
ifnonnull 2
1: new sun.misc.Queue
dup
invokespecial sun.misc.Queue.<init>:()V
putstatic sun.misc.RequestProcessor.requestQueue:Lsun/misc/Queue;
2: StackMap locals:
StackMap stack:
return
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "RequestProcessor.java"