public class sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64Thread implements sun.jvm.hotspot.debugger.ThreadProxy
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64Thread
  super_class: java.lang.Object
{
  private sun.jvm.hotspot.debugger.proc.ProcDebugger debugger;
    descriptor: Lsun/jvm/hotspot/debugger/proc/ProcDebugger;
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>(sun.jvm.hotspot.debugger.proc.ProcDebugger, sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/proc/ProcDebugger;Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64Thread this
        start local 1 // sun.jvm.hotspot.debugger.proc.ProcDebugger debugger
        start local 2 // sun.jvm.hotspot.debugger.Address addr
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            aload 0 /* this */
            aload 1 /* debugger */
            putfield sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64Thread.debugger:Lsun/jvm/hotspot/debugger/proc/ProcDebugger;
         2: .line 43
            aload 0 /* this */
            aload 2 /* addr */
            lconst_0
            ldc 4
            iconst_1
            invokeinterface sun.jvm.hotspot.debugger.Address.getCIntegerAt:(JJZ)J
            l2i
            putfield sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64Thread.id:I
         3: .line 44
            return
        end local 2 // sun.jvm.hotspot.debugger.Address addr
        end local 1 // sun.jvm.hotspot.debugger.proc.ProcDebugger debugger
        end local 0 // sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64Thread this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lsun/jvm/hotspot/debugger/proc/aarch64/ProcAARCH64Thread;
            0    4     1  debugger  Lsun/jvm/hotspot/debugger/proc/ProcDebugger;
            0    4     2      addr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
          Name  Flags
      debugger  
      addr      

  public void <init>(sun.jvm.hotspot.debugger.proc.ProcDebugger, long);
    descriptor: (Lsun/jvm/hotspot/debugger/proc/ProcDebugger;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64Thread this
        start local 1 // sun.jvm.hotspot.debugger.proc.ProcDebugger debugger
        start local 2 // long id
         0: .line 46
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 47
            aload 0 /* this */
            aload 1 /* debugger */
            putfield sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64Thread.debugger:Lsun/jvm/hotspot/debugger/proc/ProcDebugger;
         2: .line 48
            aload 0 /* this */
            lload 2 /* id */
            l2i
            putfield sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64Thread.id:I
         3: .line 49
            return
        end local 2 // long id
        end local 1 // sun.jvm.hotspot.debugger.proc.ProcDebugger debugger
        end local 0 // sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64Thread this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lsun/jvm/hotspot/debugger/proc/aarch64/ProcAARCH64Thread;
            0    4     1  debugger  Lsun/jvm/hotspot/debugger/proc/ProcDebugger;
            0    4     2        id  J
    MethodParameters:
          Name  Flags
      debugger  
      id        

  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.proc.aarch64.ProcAARCH64Thread this
         0: .line 52
            new sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64ThreadContext
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64Thread.debugger:Lsun/jvm/hotspot/debugger/proc/ProcDebugger;
            invokespecial sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64ThreadContext.<init>:(Lsun/jvm/hotspot/debugger/proc/ProcDebugger;)V
            astore 1 /* context */
        start local 1 // sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64ThreadContext context
         1: .line 53
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64Thread.debugger:Lsun/jvm/hotspot/debugger/proc/ProcDebugger;
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64Thread.id:I
            invokeinterface sun.jvm.hotspot.debugger.proc.ProcDebugger.getThreadIntegerRegisterSet:(I)[J
            astore 2 /* regs */
        start local 2 // long[] regs
         2: .line 54
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 6
         3: .line 55
            aload 2 /* regs */
            arraylength
            bipush 34
            if_icmpne 4
            iconst_1
            goto 5
      StackMap locals: sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64ThreadContext long[]
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: ldc "size mismatch"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         6: .line 57
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         7: goto 10
         8: .line 58
      StackMap locals: int
      StackMap stack:
            aload 1 /* context */
            iload 3 /* i */
            aload 2 /* regs */
            iload 3 /* i */
            laload
            invokevirtual sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64ThreadContext.setRegister:(IJ)V
         9: .line 57
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 3 /* i */
            aload 2 /* regs */
            arraylength
            if_icmplt 8
        end local 3 // int i
        11: .line 60
            aload 1 /* context */
            areturn
        end local 2 // long[] regs
        end local 1 // sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64ThreadContext context
        end local 0 // sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64Thread this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lsun/jvm/hotspot/debugger/proc/aarch64/ProcAARCH64Thread;
            1   12     1  context  Lsun/jvm/hotspot/debugger/proc/aarch64/ProcAARCH64ThreadContext;
            2   12     2     regs  [J
            7   11     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.proc.aarch64.ProcAARCH64Thread this
         0: .line 64
            iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64Thread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/proc/aarch64/ProcAARCH64Thread;
    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.proc.aarch64.ProcAARCH64Thread this
        start local 1 // sun.jvm.hotspot.debugger.ThreadContext context
         0: .line 69
            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 context
        end local 0 // sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64Thread this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lsun/jvm/hotspot/debugger/proc/aarch64/ProcAARCH64Thread;
            0    1     1  context  Lsun/jvm/hotspot/debugger/ThreadContext;
    Exceptions:
      throws java.lang.IllegalThreadStateException, sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
         Name  Flags
      context  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64Thread this
         0: .line 73
            new java.lang.StringBuilder
            dup
            ldc "t@"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64Thread.id:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64Thread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/proc/aarch64/ProcAARCH64Thread;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64Thread this
        start local 1 // java.lang.Object obj
         0: .line 77
            aload 1 /* obj */
            ifnull 1
            aload 1 /* obj */
            instanceof sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64Thread
            ifne 2
         1: .line 78
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 81
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64Thread
            getfield sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64Thread.id:I
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64Thread.id:I
            if_icmpne 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.proc.aarch64.ProcAARCH64Thread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/debugger/proc/aarch64/ProcAARCH64Thread;
            0    4     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64Thread this
         0: .line 85
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64Thread.id:I
            ireturn
        end local 0 // sun.jvm.hotspot.debugger.proc.aarch64.ProcAARCH64Thread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/proc/aarch64/ProcAARCH64Thread;
}
SourceFile: "ProcAARCH64Thread.java"