public class sun.jvm.hotspot.runtime.ThreadState
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.runtime.ThreadState
  super_class: java.lang.Object
{
  private java.lang.String printVal;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  public static final sun.jvm.hotspot.runtime.ThreadState ALLOCATED;
    descriptor: Lsun/jvm/hotspot/runtime/ThreadState;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.ThreadState INITIALIZED;
    descriptor: Lsun/jvm/hotspot/runtime/ThreadState;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.ThreadState RUNNABLE;
    descriptor: Lsun/jvm/hotspot/runtime/ThreadState;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.ThreadState MONITOR_WAIT;
    descriptor: Lsun/jvm/hotspot/runtime/ThreadState;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.ThreadState CONDVAR_WAIT;
    descriptor: Lsun/jvm/hotspot/runtime/ThreadState;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.ThreadState OBJECT_WAIT;
    descriptor: Lsun/jvm/hotspot/runtime/ThreadState;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.ThreadState BREAKPOINTED;
    descriptor: Lsun/jvm/hotspot/runtime/ThreadState;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.ThreadState SLEEPING;
    descriptor: Lsun/jvm/hotspot/runtime/ThreadState;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.jvm.hotspot.runtime.ThreadState ZOMBIE;
    descriptor: Lsun/jvm/hotspot/runtime/ThreadState;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 35
            new sun.jvm.hotspot.runtime.ThreadState
            dup
            ldc "allocated"
            invokespecial sun.jvm.hotspot.runtime.ThreadState.<init>:(Ljava/lang/String;)V
            putstatic sun.jvm.hotspot.runtime.ThreadState.ALLOCATED:Lsun/jvm/hotspot/runtime/ThreadState;
         1: .line 37
            new sun.jvm.hotspot.runtime.ThreadState
            dup
            ldc "initialized"
            invokespecial sun.jvm.hotspot.runtime.ThreadState.<init>:(Ljava/lang/String;)V
            putstatic sun.jvm.hotspot.runtime.ThreadState.INITIALIZED:Lsun/jvm/hotspot/runtime/ThreadState;
         2: .line 39
            new sun.jvm.hotspot.runtime.ThreadState
            dup
            ldc "runnable"
            invokespecial sun.jvm.hotspot.runtime.ThreadState.<init>:(Ljava/lang/String;)V
            putstatic sun.jvm.hotspot.runtime.ThreadState.RUNNABLE:Lsun/jvm/hotspot/runtime/ThreadState;
         3: .line 41
            new sun.jvm.hotspot.runtime.ThreadState
            dup
            ldc "waiting for monitor entry"
            invokespecial sun.jvm.hotspot.runtime.ThreadState.<init>:(Ljava/lang/String;)V
            putstatic sun.jvm.hotspot.runtime.ThreadState.MONITOR_WAIT:Lsun/jvm/hotspot/runtime/ThreadState;
         4: .line 43
            new sun.jvm.hotspot.runtime.ThreadState
            dup
            ldc "waiting on condition"
            invokespecial sun.jvm.hotspot.runtime.ThreadState.<init>:(Ljava/lang/String;)V
            putstatic sun.jvm.hotspot.runtime.ThreadState.CONDVAR_WAIT:Lsun/jvm/hotspot/runtime/ThreadState;
         5: .line 45
            new sun.jvm.hotspot.runtime.ThreadState
            dup
            ldc "in Object.wait()"
            invokespecial sun.jvm.hotspot.runtime.ThreadState.<init>:(Ljava/lang/String;)V
            putstatic sun.jvm.hotspot.runtime.ThreadState.OBJECT_WAIT:Lsun/jvm/hotspot/runtime/ThreadState;
         6: .line 47
            new sun.jvm.hotspot.runtime.ThreadState
            dup
            ldc "at breakpoint"
            invokespecial sun.jvm.hotspot.runtime.ThreadState.<init>:(Ljava/lang/String;)V
            putstatic sun.jvm.hotspot.runtime.ThreadState.BREAKPOINTED:Lsun/jvm/hotspot/runtime/ThreadState;
         7: .line 49
            new sun.jvm.hotspot.runtime.ThreadState
            dup
            ldc "sleeping"
            invokespecial sun.jvm.hotspot.runtime.ThreadState.<init>:(Ljava/lang/String;)V
            putstatic sun.jvm.hotspot.runtime.ThreadState.SLEEPING:Lsun/jvm/hotspot/runtime/ThreadState;
         8: .line 51
            new sun.jvm.hotspot.runtime.ThreadState
            dup
            ldc "zombie"
            invokespecial sun.jvm.hotspot.runtime.ThreadState.<init>:(Ljava/lang/String;)V
            putstatic sun.jvm.hotspot.runtime.ThreadState.ZOMBIE:Lsun/jvm/hotspot/runtime/ThreadState;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.ThreadState this
        start local 1 // java.lang.String printVal
         0: .line 53
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 54
            aload 0 /* this */
            aload 1 /* printVal */
            putfield sun.jvm.hotspot.runtime.ThreadState.printVal:Ljava/lang/String;
         2: .line 55
            return
        end local 1 // java.lang.String printVal
        end local 0 // sun.jvm.hotspot.runtime.ThreadState this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lsun/jvm/hotspot/runtime/ThreadState;
            0    3     1  printVal  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      printVal  

  public java.lang.String getPrintVal();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.ThreadState this
         0: .line 58
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.ThreadState.printVal:Ljava/lang/String;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.ThreadState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/ThreadState;
}
SourceFile: "ThreadState.java"