class sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64ThreadContext extends sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64ThreadContext
  super_class: sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext
{
  private sun.jvm.hotspot.debugger.windbg.WindbgDebugger debugger;
    descriptor: Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(sun.jvm.hotspot.debugger.windbg.WindbgDebugger);
    descriptor: (Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64ThreadContext this
        start local 1 // sun.jvm.hotspot.debugger.windbg.WindbgDebugger debugger
         0: .line 35
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext.<init>:()V
         1: .line 36
            aload 0 /* this */
            aload 1 /* debugger */
            putfield sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64ThreadContext.debugger:Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
         2: .line 37
            return
        end local 1 // sun.jvm.hotspot.debugger.windbg.WindbgDebugger debugger
        end local 0 // sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64ThreadContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lsun/jvm/hotspot/debugger/windbg/amd64/WindbgAMD64ThreadContext;
            0    3     1  debugger  Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
    MethodParameters:
          Name  Flags
      debugger  

  public void setRegisterAsAddress(int, sun.jvm.hotspot.debugger.Address);
    descriptor: (ILsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64ThreadContext this
        start local 1 // int index
        start local 2 // sun.jvm.hotspot.debugger.Address value
         0: .line 40
            aload 0 /* this */
            iload 1 /* index */
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64ThreadContext.debugger:Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
            aload 2 /* value */
            invokeinterface sun.jvm.hotspot.debugger.windbg.WindbgDebugger.getAddressValue:(Lsun/jvm/hotspot/debugger/Address;)J
            invokevirtual sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64ThreadContext.setRegister:(IJ)V
         1: .line 41
            return
        end local 2 // sun.jvm.hotspot.debugger.Address value
        end local 1 // int index
        end local 0 // sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64ThreadContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/jvm/hotspot/debugger/windbg/amd64/WindbgAMD64ThreadContext;
            0    2     1  index  I
            0    2     2  value  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
       Name  Flags
      index  
      value  

  public sun.jvm.hotspot.debugger.Address getRegisterAsAddress(int);
    descriptor: (I)Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64ThreadContext this
        start local 1 // int index
         0: .line 44
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64ThreadContext.debugger:Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64ThreadContext.getRegister:(I)J
            invokeinterface sun.jvm.hotspot.debugger.windbg.WindbgDebugger.newAddress:(J)Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 1 // int index
        end local 0 // sun.jvm.hotspot.debugger.windbg.amd64.WindbgAMD64ThreadContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/jvm/hotspot/debugger/windbg/amd64/WindbgAMD64ThreadContext;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  
}
SourceFile: "WindbgAMD64ThreadContext.java"