class sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread implements sun.jvm.hotspot.debugger.ThreadProxy
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread
  super_class: java.lang.Object
{
  private sun.jvm.hotspot.debugger.windbg.WindbgDebugger debugger;
    descriptor: Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
    flags: (0x0002) ACC_PRIVATE

  private long sysId;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

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

  private long id;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  void <init>(sun.jvm.hotspot.debugger.windbg.WindbgDebugger, sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread this
        start local 1 // sun.jvm.hotspot.debugger.windbg.WindbgDebugger debugger
        start local 2 // sun.jvm.hotspot.debugger.Address addr
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            aload 1 /* debugger */
            putfield sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread.debugger:Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
         2: .line 40
            aload 0 /* this */
            aload 2 /* addr */
            lconst_0
            ldc 4
            iconst_1
            invokeinterface sun.jvm.hotspot.debugger.Address.getCIntegerAt:(JJZ)J
            putfield sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread.sysId:J
         3: .line 41
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread.gotID:Z
         4: .line 42
            return
        end local 2 // sun.jvm.hotspot.debugger.Address addr
        end local 1 // sun.jvm.hotspot.debugger.windbg.WindbgDebugger debugger
        end local 0 // sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lsun/jvm/hotspot/debugger/windbg/amd64/WindbgAMD64Thread;
            0    5     1  debugger  Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
            0    5     2      addr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
          Name  Flags
      debugger  
      addr      

  void <init>(sun.jvm.hotspot.debugger.windbg.WindbgDebugger, long);
    descriptor: (Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread this
        start local 1 // sun.jvm.hotspot.debugger.windbg.WindbgDebugger debugger
        start local 2 // long sysId
         0: .line 44
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 45
            aload 0 /* this */
            aload 1 /* debugger */
            putfield sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread.debugger:Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
         2: .line 46
            aload 0 /* this */
            lload 2 /* sysId */
            putfield sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread.sysId:J
         3: .line 47
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread.gotID:Z
         4: .line 48
            return
        end local 2 // long sysId
        end local 1 // sun.jvm.hotspot.debugger.windbg.WindbgDebugger debugger
        end local 0 // sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lsun/jvm/hotspot/debugger/windbg/amd64/WindbgAMD64Thread;
            0    5     1  debugger  Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
            0    5     2     sysId  J
    MethodParameters:
          Name  Flags
      debugger  
      sysId     

  public sun.jvm.hotspot.debugger.ThreadContext getContext();
    descriptor: ()Lsun/jvm/hotspot/debugger/ThreadContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread this
         0: .line 51
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread.debugger:Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread.getThreadID:()J
            invokeinterface sun.jvm.hotspot.debugger.windbg.WindbgDebugger.getThreadIntegerRegisterSet:(J)[J
            astore 1 /* data */
        start local 1 // long[] data
         1: .line 52
            new sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64ThreadContext
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread.debugger:Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
            invokespecial sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64ThreadContext.<init>:(Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;)V
            astore 2 /* context */
        start local 2 // sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64ThreadContext context
         2: .line 53
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 54
      StackMap locals: long[] sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64ThreadContext int
      StackMap stack:
            aload 2 /* context */
            iload 3 /* i */
            aload 1 /* data */
            iload 3 /* i */
            laload
            invokevirtual sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64ThreadContext.setRegister:(IJ)V
         5: .line 53
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 1 /* data */
            arraylength
            if_icmplt 4
        end local 3 // int i
         7: .line 56
            aload 2 /* context */
            areturn
        end local 2 // sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64ThreadContext context
        end local 1 // long[] data
        end local 0 // sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lsun/jvm/hotspot/debugger/windbg/amd64/WindbgAMD64Thread;
            1    8     1     data  [J
            2    8     2  context  Lsun/jvm/hotspot/debugger/windbg/amd64/WindbgAMD64ThreadContext;
            3    7     3        i  I
    Exceptions:
      throws java.lang.IllegalThreadStateException

  public boolean canSetContext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread this
         0: .line 60
            iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/windbg/amd64/WindbgAMD64Thread;
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException

  public void setContext(sun.jvm.hotspot.debugger.ThreadContext);
    descriptor: (Lsun/jvm/hotspot/debugger/ThreadContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread this
        start local 1 // sun.jvm.hotspot.debugger.ThreadContext thrCtx
         0: .line 65
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            ldc "Unimplemented"
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // sun.jvm.hotspot.debugger.ThreadContext thrCtx
        end local 0 // sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lsun/jvm/hotspot/debugger/windbg/amd64/WindbgAMD64Thread;
            0    1     1  thrCtx  Lsun/jvm/hotspot/debugger/ThreadContext;
    Exceptions:
      throws java.lang.IllegalThreadStateException, sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
        Name  Flags
      thrCtx  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread this
        start local 1 // java.lang.Object obj
         0: .line 69
            aload 1 /* obj */
            ifnull 1
            aload 1 /* obj */
            instanceof sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread
            ifne 2
         1: .line 70
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 73
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread
            invokevirtual sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread.getThreadID:()J
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread.getThreadID:()J
            lcmp
            ifne 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/debugger/windbg/amd64/WindbgAMD64Thread;
            0    4     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread this
         0: .line 77
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread.getThreadID:()J
            l2i
            ireturn
        end local 0 // sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/windbg/amd64/WindbgAMD64Thread;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread this
         0: .line 81
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread.getThreadID:()J
            invokestatic java.lang.Long.toString:(J)Ljava/lang/String;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/windbg/amd64/WindbgAMD64Thread;

  private long getThreadID();
    descriptor: ()J
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread this
         0: .line 87
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread.gotID:Z
            ifne 2
         1: .line 88
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread.debugger:Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread.sysId:J
            invokeinterface sun.jvm.hotspot.debugger.windbg.WindbgDebugger.getThreadIdFromSysId:(J)J
            putfield sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread.id:J
         2: .line 91
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread.id:J
            lreturn
        end local 0 // sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64Thread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/debugger/windbg/amd64/WindbgAMD64Thread;
}
SourceFile: "WindbgAMD64Thread.java"