public class sun.jvm.hotspot.debugger.proc.amd64.ProcAMD64ThreadContext extends sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.debugger.proc.amd64.ProcAMD64ThreadContext
  super_class: sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext
{
  private sun.jvm.hotspot.debugger.proc.ProcDebugger debugger;
    descriptor: Lsun/jvm/hotspot/debugger/proc/ProcDebugger;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(sun.jvm.hotspot.debugger.proc.ProcDebugger);
    descriptor: (Lsun/jvm/hotspot/debugger/proc/ProcDebugger;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.proc.amd64.ProcAMD64ThreadContext this
        start local 1 // sun.jvm.hotspot.debugger.proc.ProcDebugger 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.proc.amd64.ProcAMD64ThreadContext.debugger:Lsun/jvm/hotspot/debugger/proc/ProcDebugger;
         2: .line 37
            return
        end local 1 // sun.jvm.hotspot.debugger.proc.ProcDebugger debugger
        end local 0 // sun.jvm.hotspot.debugger.proc.amd64.ProcAMD64ThreadContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lsun/jvm/hotspot/debugger/proc/amd64/ProcAMD64ThreadContext;
            0    3     1  debugger  Lsun/jvm/hotspot/debugger/proc/ProcDebugger;
    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.proc.amd64.ProcAMD64ThreadContext 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.proc.amd64.ProcAMD64ThreadContext.debugger:Lsun/jvm/hotspot/debugger/proc/ProcDebugger;
            aload 2 /* value */
            invokeinterface sun.jvm.hotspot.debugger.proc.ProcDebugger.getAddressValue:(Lsun/jvm/hotspot/debugger/Address;)J
            invokevirtual sun.jvm.hotspot.debugger.proc.amd64.ProcAMD64ThreadContext.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.proc.amd64.ProcAMD64ThreadContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/jvm/hotspot/debugger/proc/amd64/ProcAMD64ThreadContext;
            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.proc.amd64.ProcAMD64ThreadContext this
        start local 1 // int index
         0: .line 44
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.proc.amd64.ProcAMD64ThreadContext.debugger:Lsun/jvm/hotspot/debugger/proc/ProcDebugger;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.jvm.hotspot.debugger.proc.amd64.ProcAMD64ThreadContext.getRegister:(I)J
            invokeinterface sun.jvm.hotspot.debugger.proc.ProcDebugger.newAddress:(J)Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 1 // int index
        end local 0 // sun.jvm.hotspot.debugger.proc.amd64.ProcAMD64ThreadContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/jvm/hotspot/debugger/proc/amd64/ProcAMD64ThreadContext;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  
}
SourceFile: "ProcAMD64ThreadContext.java"