class sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread
super_class: java.lang.Object
{
private sun.jvm.hotspot.runtime.JavaThread thread;
descriptor: Lsun/jvm/hotspot/runtime/JavaThread;
flags: (0x0002) ACC_PRIVATE
private java.lang.String threadID;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
private java.lang.String threadName;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
private boolean computed;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
final sun.jvm.hotspot.ui.JavaThreadsPanel this$0;
descriptor: Lsun/jvm/hotspot/ui/JavaThreadsPanel;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public void <init>(sun.jvm.hotspot.ui.JavaThreadsPanel, sun.jvm.hotspot.runtime.JavaThread);
descriptor: (Lsun/jvm/hotspot/ui/JavaThreadsPanel;Lsun/jvm/hotspot/runtime/JavaThread;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread.this$0:Lsun/jvm/hotspot/ui/JavaThreadsPanel;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 2
putfield sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread.thread:Lsun/jvm/hotspot/runtime/JavaThread;
2: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/ui/JavaThreadsPanel$CachedThread;
0 3 2 thread Lsun/jvm/hotspot/runtime/JavaThread;
MethodParameters:
Name Flags
this$0 final
thread
public sun.jvm.hotspot.runtime.JavaThread getThread();
descriptor: ()Lsun/jvm/hotspot/runtime/JavaThread;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread.thread:Lsun/jvm/hotspot/runtime/JavaThread;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/ui/JavaThreadsPanel$CachedThread;
public java.lang.String getThreadID();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread.computed:Z
ifne 2
1: aload 0
invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread.compute:()V
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread.threadID:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/ui/JavaThreadsPanel$CachedThread;
public java.lang.String getThreadName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread.computed:Z
ifne 2
1: aload 0
invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread.compute:()V
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread.threadName:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/ui/JavaThreadsPanel$CachedThread;
private void compute();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=2, args_size=1
start local 0 0: new java.io.ByteArrayOutputStream
dup
invokespecial java.io.ByteArrayOutputStream.<init>:()V
astore 1
start local 1 1: aload 0
getfield sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread.thread:Lsun/jvm/hotspot/runtime/JavaThread;
new java.io.PrintStream
dup
aload 1
invokespecial java.io.PrintStream.<init>:(Ljava/io/OutputStream;)V
invokevirtual sun.jvm.hotspot.runtime.JavaThread.printThreadIDOn:(Ljava/io/PrintStream;)V
2: aload 0
aload 1
invokevirtual java.io.ByteArrayOutputStream.toString:()Ljava/lang/String;
putfield sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread.threadID:Ljava/lang/String;
3: aload 0
aload 0
getfield sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread.thread:Lsun/jvm/hotspot/runtime/JavaThread;
invokevirtual sun.jvm.hotspot.runtime.JavaThread.getThreadName:()Ljava/lang/String;
putfield sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread.threadName:Ljava/lang/String;
4: aload 0
iconst_1
putfield sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread.computed:Z
5: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/jvm/hotspot/ui/JavaThreadsPanel$CachedThread;
1 6 1 bos Ljava/io/ByteArrayOutputStream;
}
SourceFile: "JavaThreadsPanel.java"
NestHost: sun.jvm.hotspot.ui.JavaThreadsPanel
InnerClasses:
private CachedThread = sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread of sun.jvm.hotspot.ui.JavaThreadsPanel