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

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

  void <init>(sun.jvm.hotspot.debugger.linux.LinuxDebugger, sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // sun.jvm.hotspot.debugger.linux.LinuxThread this
        start local 1 // sun.jvm.hotspot.debugger.linux.LinuxDebugger debugger
        start local 2 // sun.jvm.hotspot.debugger.Address addr
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 36
            aload 0 /* this */
            aload 1 /* debugger */
            putfield sun.jvm.hotspot.debugger.linux.LinuxThread.debugger:Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
         2: .line 40
            aload 2 /* addr */
            lconst_0
            ldc 4
            iconst_1
            invokeinterface sun.jvm.hotspot.debugger.Address.getCIntegerAt:(JJZ)J
            l2i
            istore 3 /* pid */
        start local 3 // int pid
         3: .line 41
            aload 1 /* debugger */
            instanceof sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal
            ifeq 7
         4: .line 42
            aload 1 /* debugger */
            checkcast sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal
            iload 3 /* pid */
            invokevirtual sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.getHostPID:(I)I
            istore 4 /* hostPID */
        start local 4 // int hostPID
         5: .line 44
            iload 4 /* hostPID */
            iconst_m1
            if_icmpeq 7
         6: .line 45
            iload 4 /* hostPID */
            istore 3 /* pid */
        end local 4 // int hostPID
         7: .line 48
      StackMap locals: sun.jvm.hotspot.debugger.linux.LinuxThread sun.jvm.hotspot.debugger.linux.LinuxDebugger sun.jvm.hotspot.debugger.Address int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* pid */
            putfield sun.jvm.hotspot.debugger.linux.LinuxThread.lwp_id:I
         8: .line 50
            return
        end local 3 // int pid
        end local 2 // sun.jvm.hotspot.debugger.Address addr
        end local 1 // sun.jvm.hotspot.debugger.linux.LinuxDebugger debugger
        end local 0 // sun.jvm.hotspot.debugger.linux.LinuxThread this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lsun/jvm/hotspot/debugger/linux/LinuxThread;
            0    9     1  debugger  Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
            0    9     2      addr  Lsun/jvm/hotspot/debugger/Address;
            3    9     3       pid  I
            5    7     4   hostPID  I
    MethodParameters:
          Name  Flags
      debugger  
      addr      

  void <init>(sun.jvm.hotspot.debugger.linux.LinuxDebugger, long);
    descriptor: (Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.jvm.hotspot.debugger.linux.LinuxThread this
        start local 1 // sun.jvm.hotspot.debugger.linux.LinuxDebugger debugger
        start local 2 // long id
         0: .line 52
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 53
            aload 0 /* this */
            aload 1 /* debugger */
            putfield sun.jvm.hotspot.debugger.linux.LinuxThread.debugger:Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
         2: .line 54
            aload 0 /* this */
            lload 2 /* id */
            l2i
            putfield sun.jvm.hotspot.debugger.linux.LinuxThread.lwp_id:I
         3: .line 55
            return
        end local 2 // long id
        end local 1 // sun.jvm.hotspot.debugger.linux.LinuxDebugger debugger
        end local 0 // sun.jvm.hotspot.debugger.linux.LinuxThread this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lsun/jvm/hotspot/debugger/linux/LinuxThread;
            0    4     1  debugger  Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
            0    4     2        id  J
    MethodParameters:
          Name  Flags
      debugger  
      id        

  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.linux.LinuxThread this
        start local 1 // java.lang.Object obj
         0: .line 58
            aload 1 /* obj */
            ifnull 1
            aload 1 /* obj */
            instanceof sun.jvm.hotspot.debugger.linux.LinuxThread
            ifne 2
         1: .line 59
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 62
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast sun.jvm.hotspot.debugger.linux.LinuxThread
            getfield sun.jvm.hotspot.debugger.linux.LinuxThread.lwp_id:I
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.linux.LinuxThread.lwp_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.linux.LinuxThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/debugger/linux/LinuxThread;
            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.linux.LinuxThread this
         0: .line 66
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.linux.LinuxThread.lwp_id:I
            ireturn
        end local 0 // sun.jvm.hotspot.debugger.linux.LinuxThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/linux/LinuxThread;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.linux.LinuxThread this
         0: .line 70
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.linux.LinuxThread.lwp_id:I
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.linux.LinuxThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/linux/LinuxThread;

  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.linux.LinuxThread this
         0: .line 74
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.linux.LinuxThread.debugger:Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.linux.LinuxThread.lwp_id:I
            invokeinterface sun.jvm.hotspot.debugger.linux.LinuxDebugger.getThreadIntegerRegisterSet:(I)[J
            astore 1 /* data */
        start local 1 // long[] data
         1: .line 75
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.linux.LinuxThread.debugger:Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
            invokestatic sun.jvm.hotspot.debugger.linux.LinuxThreadContextFactory.createThreadContext:(Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;)Lsun/jvm/hotspot/debugger/ThreadContext;
            astore 2 /* context */
        start local 2 // sun.jvm.hotspot.debugger.ThreadContext context
         2: .line 76
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 77
      StackMap locals: long[] sun.jvm.hotspot.debugger.ThreadContext int
      StackMap stack:
            aload 2 /* context */
            iload 3 /* i */
            aload 1 /* data */
            iload 3 /* i */
            laload
            invokeinterface sun.jvm.hotspot.debugger.ThreadContext.setRegister:(IJ)V
         5: .line 76
            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 79
            aload 2 /* context */
            areturn
        end local 2 // sun.jvm.hotspot.debugger.ThreadContext context
        end local 1 // long[] data
        end local 0 // sun.jvm.hotspot.debugger.linux.LinuxThread this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lsun/jvm/hotspot/debugger/linux/LinuxThread;
            1    8     1     data  [J
            2    8     2  context  Lsun/jvm/hotspot/debugger/ThreadContext;
            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.linux.LinuxThread this
         0: .line 83
            iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.debugger.linux.LinuxThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/linux/LinuxThread;
    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.linux.LinuxThread this
        start local 1 // sun.jvm.hotspot.debugger.ThreadContext context
         0: .line 88
            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.linux.LinuxThread this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lsun/jvm/hotspot/debugger/linux/LinuxThread;
            0    1     1  context  Lsun/jvm/hotspot/debugger/ThreadContext;
    Exceptions:
      throws java.lang.IllegalThreadStateException, sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
         Name  Flags
      context  
}
SourceFile: "LinuxThread.java"