public class com.sun.tools.example.debug.bdi.ThreadInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.example.debug.bdi.ThreadInfo
  super_class: java.lang.Object
{
  private com.sun.jdi.ThreadReference thread;
    descriptor: Lcom/sun/jdi/ThreadReference;
    flags: (0x0002) ACC_PRIVATE

  private int status;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int frameCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  java.lang.Object userObject;
    descriptor: Ljava/lang/Object;
    flags: (0x0000) 

  private boolean interrupted;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private void assureInterrupted();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.bdi.ThreadInfo this
         0: .line 53
            aload 0 /* this */
            getfield com.sun.tools.example.debug.bdi.ThreadInfo.interrupted:Z
            ifne 2
         1: .line 54
            new com.sun.tools.example.debug.bdi.VMNotInterruptedException
            dup
            invokespecial com.sun.tools.example.debug.bdi.VMNotInterruptedException.<init>:()V
            athrow
         2: .line 56
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.tools.example.debug.bdi.ThreadInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/example/debug/bdi/ThreadInfo;
    Exceptions:
      throws com.sun.tools.example.debug.bdi.VMNotInterruptedException

  void <init>(com.sun.jdi.ThreadReference);
    descriptor: (Lcom/sun/jdi/ThreadReference;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.example.debug.bdi.ThreadInfo this
        start local 1 // com.sun.jdi.ThreadReference thread
         0: .line 58
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 50
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.example.debug.bdi.ThreadInfo.interrupted:Z
         2: .line 59
            aload 0 /* this */
            aload 1 /* thread */
            putfield com.sun.tools.example.debug.bdi.ThreadInfo.thread:Lcom/sun/jdi/ThreadReference;
         3: .line 60
            aload 0 /* this */
            iconst_m1
            putfield com.sun.tools.example.debug.bdi.ThreadInfo.frameCount:I
         4: .line 61
            return
        end local 1 // com.sun.jdi.ThreadReference thread
        end local 0 // com.sun.tools.example.debug.bdi.ThreadInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/sun/tools/example/debug/bdi/ThreadInfo;
            0    5     1  thread  Lcom/sun/jdi/ThreadReference;
    MethodParameters:
        Name  Flags
      thread  

  public com.sun.jdi.ThreadReference thread();
    descriptor: ()Lcom/sun/jdi/ThreadReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.bdi.ThreadInfo this
         0: .line 64
            aload 0 /* this */
            getfield com.sun.tools.example.debug.bdi.ThreadInfo.thread:Lcom/sun/jdi/ThreadReference;
            areturn
        end local 0 // com.sun.tools.example.debug.bdi.ThreadInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/example/debug/bdi/ThreadInfo;

  public int getStatus();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.bdi.ThreadInfo this
         0: .line 68
            aload 0 /* this */
            invokevirtual com.sun.tools.example.debug.bdi.ThreadInfo.assureInterrupted:()V
         1: .line 69
            aload 0 /* this */
            invokevirtual com.sun.tools.example.debug.bdi.ThreadInfo.update:()V
         2: .line 70
            aload 0 /* this */
            getfield com.sun.tools.example.debug.bdi.ThreadInfo.status:I
            ireturn
        end local 0 // com.sun.tools.example.debug.bdi.ThreadInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/example/debug/bdi/ThreadInfo;
    Exceptions:
      throws com.sun.tools.example.debug.bdi.VMNotInterruptedException

  public int getFrameCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.bdi.ThreadInfo this
         0: .line 74
            aload 0 /* this */
            invokevirtual com.sun.tools.example.debug.bdi.ThreadInfo.assureInterrupted:()V
         1: .line 75
            aload 0 /* this */
            invokevirtual com.sun.tools.example.debug.bdi.ThreadInfo.update:()V
         2: .line 76
            aload 0 /* this */
            getfield com.sun.tools.example.debug.bdi.ThreadInfo.frameCount:I
            ireturn
        end local 0 // com.sun.tools.example.debug.bdi.ThreadInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/example/debug/bdi/ThreadInfo;
    Exceptions:
      throws com.sun.tools.example.debug.bdi.VMNotInterruptedException

  public com.sun.jdi.StackFrame getFrame(int);
    descriptor: (I)Lcom/sun/jdi/StackFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.example.debug.bdi.ThreadInfo this
        start local 1 // int index
         0: .line 80
            aload 0 /* this */
            invokevirtual com.sun.tools.example.debug.bdi.ThreadInfo.assureInterrupted:()V
         1: .line 81
            aload 0 /* this */
            invokevirtual com.sun.tools.example.debug.bdi.ThreadInfo.update:()V
         2: .line 83
            aload 0 /* this */
            getfield com.sun.tools.example.debug.bdi.ThreadInfo.thread:Lcom/sun/jdi/ThreadReference;
            iload 1 /* index */
            invokeinterface com.sun.jdi.ThreadReference.frame:(I)Lcom/sun/jdi/StackFrame;
         3: areturn
         4: .line 84
      StackMap locals:
      StackMap stack: com.sun.jdi.IncompatibleThreadStateException
            pop
         5: .line 86
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.example.debug.bdi.ThreadInfo.interrupted:Z
         6: .line 87
            new com.sun.tools.example.debug.bdi.VMNotInterruptedException
            dup
            invokespecial com.sun.tools.example.debug.bdi.VMNotInterruptedException.<init>:()V
            athrow
        end local 1 // int index
        end local 0 // com.sun.tools.example.debug.bdi.ThreadInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lcom/sun/tools/example/debug/bdi/ThreadInfo;
            0    7     1  index  I
      Exception table:
        from    to  target  type
           2     3       4  Class com.sun.jdi.IncompatibleThreadStateException
    Exceptions:
      throws com.sun.tools.example.debug.bdi.VMNotInterruptedException
    MethodParameters:
       Name  Flags
      index  

  public java.lang.Object getUserObject();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.bdi.ThreadInfo this
         0: .line 92
            aload 0 /* this */
            getfield com.sun.tools.example.debug.bdi.ThreadInfo.userObject:Ljava/lang/Object;
            areturn
        end local 0 // com.sun.tools.example.debug.bdi.ThreadInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/example/debug/bdi/ThreadInfo;

  public void setUserObject(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.example.debug.bdi.ThreadInfo this
        start local 1 // java.lang.Object obj
         0: .line 96
            aload 0 /* this */
            aload 1 /* obj */
            putfield com.sun.tools.example.debug.bdi.ThreadInfo.userObject:Ljava/lang/Object;
         1: .line 97
            return
        end local 1 // java.lang.Object obj
        end local 0 // com.sun.tools.example.debug.bdi.ThreadInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/example/debug/bdi/ThreadInfo;
            0    2     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  void update();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.bdi.ThreadInfo this
         0: .line 102
            aload 0 /* this */
            getfield com.sun.tools.example.debug.bdi.ThreadInfo.frameCount:I
            iconst_m1
            if_icmpne 7
         1: .line 104
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.example.debug.bdi.ThreadInfo.thread:Lcom/sun/jdi/ThreadReference;
            invokeinterface com.sun.jdi.ThreadReference.status:()I
            putfield com.sun.tools.example.debug.bdi.ThreadInfo.status:I
         2: .line 105
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.example.debug.bdi.ThreadInfo.thread:Lcom/sun/jdi/ThreadReference;
            invokeinterface com.sun.jdi.ThreadReference.frameCount:()I
            putfield com.sun.tools.example.debug.bdi.ThreadInfo.frameCount:I
         3: .line 106
            goto 7
      StackMap locals:
      StackMap stack: com.sun.jdi.IncompatibleThreadStateException
         4: pop
         5: .line 108
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.example.debug.bdi.ThreadInfo.interrupted:Z
         6: .line 109
            new com.sun.tools.example.debug.bdi.VMNotInterruptedException
            dup
            invokespecial com.sun.tools.example.debug.bdi.VMNotInterruptedException.<init>:()V
            athrow
         7: .line 112
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.tools.example.debug.bdi.ThreadInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/tools/example/debug/bdi/ThreadInfo;
      Exception table:
        from    to  target  type
           1     3       4  Class com.sun.jdi.IncompatibleThreadStateException
    Exceptions:
      throws com.sun.tools.example.debug.bdi.VMNotInterruptedException

  void validate();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.bdi.ThreadInfo this
         0: .line 117
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.example.debug.bdi.ThreadInfo.interrupted:Z
         1: .line 118
            return
        end local 0 // com.sun.tools.example.debug.bdi.ThreadInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/example/debug/bdi/ThreadInfo;

  void invalidate();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.bdi.ThreadInfo this
         0: .line 121
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.example.debug.bdi.ThreadInfo.interrupted:Z
         1: .line 122
            aload 0 /* this */
            iconst_m1
            putfield com.sun.tools.example.debug.bdi.ThreadInfo.frameCount:I
         2: .line 123
            aload 0 /* this */
            iconst_m1
            putfield com.sun.tools.example.debug.bdi.ThreadInfo.status:I
         3: .line 124
            return
        end local 0 // com.sun.tools.example.debug.bdi.ThreadInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/example/debug/bdi/ThreadInfo;
}
SourceFile: "ThreadInfo.java"