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

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

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

  void <init>(sun.jvm.hotspot.debugger.bsd.BsdDebugger, sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // sun.jvm.hotspot.debugger.bsd.BsdThread this
        start local 1 // sun.jvm.hotspot.debugger.bsd.BsdDebugger debugger
        start local 2 // sun.jvm.hotspot.debugger.Address threadIdAddr
        start local 3 // sun.jvm.hotspot.debugger.Address uniqueThreadIdAddr
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            aload 1 /* debugger */
            putfield sun.jvm.hotspot.debugger.bsd.BsdThread.debugger:Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;
         2: .line 41
            aload 0 /* this */
            aload 2 /* threadIdAddr */
            lconst_0
            ldc 4
            iconst_1
            invokeinterface sun.jvm.hotspot.debugger.Address.getCIntegerAt:(JJZ)J
            l2i
            putfield sun.jvm.hotspot.debugger.bsd.BsdThread.thread_id:I
         3: .line 42
            aload 0 /* this */
            aload 3 /* uniqueThreadIdAddr */
            lconst_0
            ldc 8
            iconst_1
            invokeinterface sun.jvm.hotspot.debugger.Address.getCIntegerAt:(JJZ)J
            putfield sun.jvm.hotspot.debugger.bsd.BsdThread.unique_thread_id:J
         4: .line 43
            return
        end local 3 // sun.jvm.hotspot.debugger.Address uniqueThreadIdAddr
        end local 2 // sun.jvm.hotspot.debugger.Address threadIdAddr
        end local 1 // sun.jvm.hotspot.debugger.bsd.BsdDebugger debugger
        end local 0 // sun.jvm.hotspot.debugger.bsd.BsdThread this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    5     0                this  Lsun/jvm/hotspot/debugger/bsd/BsdThread;
            0    5     1            debugger  Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;
            0    5     2        threadIdAddr  Lsun/jvm/hotspot/debugger/Address;
            0    5     3  uniqueThreadIdAddr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
                    Name  Flags
      debugger            
      threadIdAddr        
      uniqueThreadIdAddr  

  void <init>(sun.jvm.hotspot.debugger.bsd.BsdDebugger, long);
    descriptor: (Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.jvm.hotspot.debugger.bsd.BsdThread this
        start local 1 // sun.jvm.hotspot.debugger.bsd.BsdDebugger debugger
        start local 2 // long id
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 46
            aload 0 /* this */
            aload 1 /* debugger */
            putfield sun.jvm.hotspot.debugger.bsd.BsdThread.debugger:Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;
         2: .line 48
            aload 0 /* this */
            lload 2 /* id */
            putfield sun.jvm.hotspot.debugger.bsd.BsdThread.unique_thread_id:J
         3: .line 49
            return
        end local 2 // long id
        end local 1 // sun.jvm.hotspot.debugger.bsd.BsdDebugger debugger
        end local 0 // sun.jvm.hotspot.debugger.bsd.BsdThread this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lsun/jvm/hotspot/debugger/bsd/BsdThread;
            0    4     1  debugger  Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;
            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=4, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.bsd.BsdThread this
        start local 1 // java.lang.Object obj
         0: .line 52
            aload 1 /* obj */
            ifnull 1
            aload 1 /* obj */
            instanceof sun.jvm.hotspot.debugger.bsd.BsdThread
            ifne 2
         1: .line 53
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 56
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast sun.jvm.hotspot.debugger.bsd.BsdThread
            getfield sun.jvm.hotspot.debugger.bsd.BsdThread.unique_thread_id:J
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.bsd.BsdThread.unique_thread_id: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.bsd.BsdThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/debugger/bsd/BsdThread;
            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.bsd.BsdThread this
         0: .line 60
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.bsd.BsdThread.thread_id:I
            ireturn
        end local 0 // sun.jvm.hotspot.debugger.bsd.BsdThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/bsd/BsdThread;

  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.bsd.BsdThread this
         0: .line 64
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.bsd.BsdThread.thread_id:I
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.bsd.BsdThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/bsd/BsdThread;

  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.bsd.BsdThread this
         0: .line 68
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.bsd.BsdThread.debugger:Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.bsd.BsdThread.unique_thread_id:J
            invokeinterface sun.jvm.hotspot.debugger.bsd.BsdDebugger.getThreadIntegerRegisterSet:(J)[J
            astore 1 /* data */
        start local 1 // long[] data
         1: .line 69
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.bsd.BsdThread.debugger:Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;
            invokestatic sun.jvm.hotspot.debugger.bsd.BsdThreadContextFactory.createThreadContext:(Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;)Lsun/jvm/hotspot/debugger/ThreadContext;
            astore 2 /* context */
        start local 2 // sun.jvm.hotspot.debugger.ThreadContext context
         2: .line 72
            aload 1 /* data */
            ifnull 8
         3: .line 73
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 7
         5: .line 74
      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
         6: .line 73
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 1 /* data */
            arraylength
            if_icmplt 5
        end local 3 // int i
         8: .line 77
      StackMap locals:
      StackMap stack:
            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.bsd.BsdThread this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lsun/jvm/hotspot/debugger/bsd/BsdThread;
            1    9     1     data  [J
            2    9     2  context  Lsun/jvm/hotspot/debugger/ThreadContext;
            4    8     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.bsd.BsdThread this
         0: .line 81
            iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.debugger.bsd.BsdThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/bsd/BsdThread;
    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.bsd.BsdThread this
        start local 1 // sun.jvm.hotspot.debugger.ThreadContext context
         0: .line 86
            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.bsd.BsdThread this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lsun/jvm/hotspot/debugger/bsd/BsdThread;
            0    1     1  context  Lsun/jvm/hotspot/debugger/ThreadContext;
    Exceptions:
      throws java.lang.IllegalThreadStateException, sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
         Name  Flags
      context  

  public long getUniqueThreadId();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.bsd.BsdThread this
         0: .line 91
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.bsd.BsdThread.unique_thread_id:J
            lreturn
        end local 0 // sun.jvm.hotspot.debugger.bsd.BsdThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/bsd/BsdThread;
}
SourceFile: "BsdThread.java"