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 // sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread this
        start local 2 // sun.jvm.hotspot.runtime.JavaThread thread
         0: .line 351
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread.this$0:Lsun/jvm/hotspot/ui/JavaThreadsPanel;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 352
            aload 0 /* this */
            aload 2 /* thread */
            putfield sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread.thread:Lsun/jvm/hotspot/runtime/JavaThread;
         2: .line 353
            return
        end local 2 // sun.jvm.hotspot.runtime.JavaThread thread
        end local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread this
      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 // sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread this
         0: .line 356
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread.thread:Lsun/jvm/hotspot/runtime/JavaThread;
            areturn
        end local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread this
      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 // sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread this
         0: .line 360
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread.computed:Z
            ifne 2
         1: .line 361
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread.compute:()V
         2: .line 364
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread.threadID:Ljava/lang/String;
            areturn
        end local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread this
      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 // sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread this
         0: .line 368
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread.computed:Z
            ifne 2
         1: .line 369
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread.compute:()V
         2: .line 372
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread.threadName:Ljava/lang/String;
            areturn
        end local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread this
      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 // sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread this
         0: .line 376
            new java.io.ByteArrayOutputStream
            dup
            invokespecial java.io.ByteArrayOutputStream.<init>:()V
            astore 1 /* bos */
        start local 1 // java.io.ByteArrayOutputStream bos
         1: .line 377
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread.thread:Lsun/jvm/hotspot/runtime/JavaThread;
            new java.io.PrintStream
            dup
            aload 1 /* bos */
            invokespecial java.io.PrintStream.<init>:(Ljava/io/OutputStream;)V
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.printThreadIDOn:(Ljava/io/PrintStream;)V
         2: .line 378
            aload 0 /* this */
            aload 1 /* bos */
            invokevirtual java.io.ByteArrayOutputStream.toString:()Ljava/lang/String;
            putfield sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread.threadID:Ljava/lang/String;
         3: .line 379
            aload 0 /* this */
            aload 0 /* this */
            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: .line 381
            aload 0 /* this */
            iconst_1
            putfield sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread.computed:Z
         5: .line 382
            return
        end local 1 // java.io.ByteArrayOutputStream bos
        end local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel$CachedThread this
      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