class sun.jvm.hotspot.utilities.WorkerThread$MainLoop implements java.lang.Runnable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.utilities.WorkerThread$MainLoop
super_class: java.lang.Object
{
private sun.jvm.hotspot.utilities.MessageQueue myMq;
descriptor: Lsun/jvm/hotspot/utilities/MessageQueue;
flags: (0x0002) ACC_PRIVATE
final sun.jvm.hotspot.utilities.WorkerThread this$0;
descriptor: Lsun/jvm/hotspot/utilities/WorkerThread;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public void <init>(sun.jvm.hotspot.utilities.WorkerThread);
descriptor: (Lsun/jvm/hotspot/utilities/WorkerThread;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // sun.jvm.hotspot.utilities.WorkerThread$MainLoop this
0: .line 62
aload 0 /* this */
aload 1
putfield sun.jvm.hotspot.utilities.WorkerThread$MainLoop.this$0:Lsun/jvm/hotspot/utilities/WorkerThread;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 63
aload 0 /* this */
aload 1
getfield sun.jvm.hotspot.utilities.WorkerThread.mqb:Lsun/jvm/hotspot/utilities/MessageQueueBackend;
invokevirtual sun.jvm.hotspot.utilities.MessageQueueBackend.getSecondQueue:()Lsun/jvm/hotspot/utilities/MessageQueue;
putfield sun.jvm.hotspot.utilities.WorkerThread$MainLoop.myMq:Lsun/jvm/hotspot/utilities/MessageQueue;
2: .line 64
return
end local 0 // sun.jvm.hotspot.utilities.WorkerThread$MainLoop this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/utilities/WorkerThread$MainLoop;
MethodParameters:
Name Flags
this$0 final
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=3, args_size=1
start local 0 // sun.jvm.hotspot.utilities.WorkerThread$MainLoop this
0: .line 67
goto 6
1: .line 68
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield sun.jvm.hotspot.utilities.WorkerThread$MainLoop.myMq:Lsun/jvm/hotspot/utilities/MessageQueue;
invokeinterface sun.jvm.hotspot.utilities.MessageQueue.readMessage:()Ljava/lang/Object;
checkcast java.lang.Runnable
astore 1 /* runnable */
start local 1 // java.lang.Runnable runnable
2: .line 70
aload 1 /* runnable */
invokeinterface java.lang.Runnable.run:()V
3: .line 71
goto 6
StackMap locals: sun.jvm.hotspot.utilities.WorkerThread$MainLoop java.lang.Runnable
StackMap stack: java.lang.Exception
4: astore 2 /* e */
start local 2 // java.lang.Exception e
5: .line 72
aload 2 /* e */
invokevirtual java.lang.Exception.printStackTrace:()V
end local 2 // java.lang.Exception e
end local 1 // java.lang.Runnable runnable
6: .line 67
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield sun.jvm.hotspot.utilities.WorkerThread$MainLoop.this$0:Lsun/jvm/hotspot/utilities/WorkerThread;
getfield sun.jvm.hotspot.utilities.WorkerThread.done:Z
ifeq 1
7: .line 75
return
end local 0 // sun.jvm.hotspot.utilities.WorkerThread$MainLoop this
LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lsun/jvm/hotspot/utilities/WorkerThread$MainLoop;
2 6 1 runnable Ljava/lang/Runnable;
5 6 2 e Ljava/lang/Exception;
Exception table:
from to target type
2 3 4 Class java.lang.Exception
}
SourceFile: "WorkerThread.java"
NestHost: sun.jvm.hotspot.utilities.WorkerThread
InnerClasses:
MainLoop = sun.jvm.hotspot.utilities.WorkerThread$MainLoop of sun.jvm.hotspot.utilities.WorkerThread