public class sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess implements sun.jvm.hotspot.runtime.JavaThreadPDAccess
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess
  super_class: java.lang.Object
{
  private static sun.jvm.hotspot.types.AddressField baseOfStackPointerField;
    descriptor: Lsun/jvm/hotspot/types/AddressField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static sun.jvm.hotspot.types.AddressField postJavaStateField;
    descriptor: Lsun/jvm/hotspot/types/AddressField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static sun.jvm.hotspot.types.AddressField osThreadField;
    descriptor: Lsun/jvm/hotspot/types/AddressField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int isPC;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int hasFlushed;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static sun.jvm.hotspot.types.CIntegerField osThreadThreadIDField;
    descriptor: Lsun/jvm/hotspot/types/CIntegerField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 47
            new sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess$1
            dup
            invokespecial sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess$1.<init>:()V
            invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Ljava/util/Observer;)V
         1: .line 52
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess this
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/linux_sparc/LinuxSPARCJavaThreadPDAccess;

  private static synchronized void initialize(sun.jvm.hotspot.types.TypeDataBase);
    descriptor: (Lsun/jvm/hotspot/types/TypeDataBase;)V
    flags: (0x002a) ACC_PRIVATE, ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.types.TypeDataBase db
         0: .line 55
            aload 0 /* db */
            ldc "JavaThread"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
            astore 1 /* type */
        start local 1 // sun.jvm.hotspot.types.Type type
         1: .line 56
            aload 0 /* db */
            ldc "JavaFrameAnchor"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
            pop
         2: .line 58
            aload 1 /* type */
            ldc "_osthread"
            invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
            putstatic sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess.osThreadField:Lsun/jvm/hotspot/types/AddressField;
         3: .line 59
            aload 0 /* db */
            ldc "JavaFrameAnchor::flushed"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess.hasFlushed:I
         4: .line 61
            aload 0 /* db */
            ldc "OSThread"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
            astore 1 /* type */
         5: .line 62
            aload 1 /* type */
            ldc "_thread_id"
            invokeinterface sun.jvm.hotspot.types.Type.getCIntegerField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/CIntegerField;
            putstatic sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess.osThreadThreadIDField:Lsun/jvm/hotspot/types/CIntegerField;
         6: .line 63
            return
        end local 1 // sun.jvm.hotspot.types.Type type
        end local 0 // sun.jvm.hotspot.types.TypeDataBase db
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0    db  Lsun/jvm/hotspot/types/TypeDataBase;
            1    7     1  type  Lsun/jvm/hotspot/types/Type;
    MethodParameters:
      Name  Flags
      db    

  public sun.jvm.hotspot.debugger.Address getLastJavaFP(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         0: .line 66
            aconst_null
            areturn
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/linux_sparc/LinuxSPARCJavaThreadPDAccess;
            0    1     1  addr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      addr  

  public sun.jvm.hotspot.debugger.Address getLastJavaPC(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         0: .line 71
            aconst_null
            areturn
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/linux_sparc/LinuxSPARCJavaThreadPDAccess;
            0    1     1  addr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      addr  

  public sun.jvm.hotspot.debugger.Address getBaseOfStackPointer(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         0: .line 75
            getstatic sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess.baseOfStackPointerField:Lsun/jvm/hotspot/types/AddressField;
            aload 1 /* addr */
            invokeinterface sun.jvm.hotspot.types.AddressField.getValue:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/linux_sparc/LinuxSPARCJavaThreadPDAccess;
            0    1     1  addr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      addr  

  public sun.jvm.hotspot.runtime.Frame getLastFramePD(sun.jvm.hotspot.runtime.JavaThread, sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/runtime/JavaThread;Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/runtime/Frame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess this
        start local 1 // sun.jvm.hotspot.runtime.JavaThread thread
        start local 2 // sun.jvm.hotspot.debugger.Address addr
         0: .line 94
            aload 1 /* thread */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getLastJavaSP:()Lsun/jvm/hotspot/debugger/Address;
            ifnonnull 2
         1: .line 95
            aconst_null
            areturn
         2: .line 106
      StackMap locals:
      StackMap stack:
            aload 1 /* thread */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getLastJavaPC:()Lsun/jvm/hotspot/debugger/Address;
            ifnull 4
         3: .line 107
            new sun.jvm.hotspot.runtime.sparc.SPARCFrame
            dup
            aload 1 /* thread */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getLastJavaSP:()Lsun/jvm/hotspot/debugger/Address;
            invokestatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.biasSP:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
            aload 1 /* thread */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getLastJavaPC:()Lsun/jvm/hotspot/debugger/Address;
            invokespecial sun.jvm.hotspot.runtime.sparc.SPARCFrame.<init>:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
            areturn
         4: .line 109
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* thread */
            aload 2 /* addr */
            invokevirtual sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess.getCurrentFrameGuess:(Lsun/jvm/hotspot/runtime/JavaThread;Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/runtime/Frame;
            astore 3 /* top */
        start local 3 // sun.jvm.hotspot.runtime.Frame top
         5: .line 110
            new sun.jvm.hotspot.runtime.sparc.SPARCFrame
            dup
            aload 1 /* thread */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getLastJavaSP:()Lsun/jvm/hotspot/debugger/Address;
            invokestatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.biasSP:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
         6: .line 111
            aload 3 /* top */
            invokevirtual sun.jvm.hotspot.runtime.Frame.getSP:()Lsun/jvm/hotspot/debugger/Address;
            aload 1 /* thread */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getLastJavaSP:()Lsun/jvm/hotspot/debugger/Address;
            invokestatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.findYoungerSP:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
            invokestatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.biasSP:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
         7: .line 112
            iconst_0
         8: .line 110
            invokespecial sun.jvm.hotspot.runtime.sparc.SPARCFrame.<init>:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Z)V
            areturn
        end local 3 // sun.jvm.hotspot.runtime.Frame top
        end local 2 // sun.jvm.hotspot.debugger.Address addr
        end local 1 // sun.jvm.hotspot.runtime.JavaThread thread
        end local 0 // sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lsun/jvm/hotspot/runtime/linux_sparc/LinuxSPARCJavaThreadPDAccess;
            0    9     1  thread  Lsun/jvm/hotspot/runtime/JavaThread;
            0    9     2    addr  Lsun/jvm/hotspot/debugger/Address;
            5    9     3     top  Lsun/jvm/hotspot/runtime/Frame;
    MethodParameters:
        Name  Flags
      thread  
      addr    

  public sun.jvm.hotspot.runtime.RegisterMap newRegisterMap(sun.jvm.hotspot.runtime.JavaThread, boolean);
    descriptor: (Lsun/jvm/hotspot/runtime/JavaThread;Z)Lsun/jvm/hotspot/runtime/RegisterMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess this
        start local 1 // sun.jvm.hotspot.runtime.JavaThread thread
        start local 2 // boolean updateMap
         0: .line 119
            new sun.jvm.hotspot.runtime.sparc.SPARCRegisterMap
            dup
            aload 1 /* thread */
            iload 2 /* updateMap */
            invokespecial sun.jvm.hotspot.runtime.sparc.SPARCRegisterMap.<init>:(Lsun/jvm/hotspot/runtime/JavaThread;Z)V
            areturn
        end local 2 // boolean updateMap
        end local 1 // sun.jvm.hotspot.runtime.JavaThread thread
        end local 0 // sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lsun/jvm/hotspot/runtime/linux_sparc/LinuxSPARCJavaThreadPDAccess;
            0    1     1     thread  Lsun/jvm/hotspot/runtime/JavaThread;
            0    1     2  updateMap  Z
    MethodParameters:
           Name  Flags
      thread     
      updateMap  

  public sun.jvm.hotspot.runtime.Frame getCurrentFrameGuess(sun.jvm.hotspot.runtime.JavaThread, sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/runtime/JavaThread;Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/runtime/Frame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess this
        start local 1 // sun.jvm.hotspot.runtime.JavaThread thread
        start local 2 // sun.jvm.hotspot.debugger.Address addr
         0: .line 123
            aload 0 /* this */
            aload 2 /* addr */
            invokevirtual sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess.getThreadProxy:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/ThreadProxy;
            astore 3 /* t */
        start local 3 // sun.jvm.hotspot.debugger.ThreadProxy t
         1: .line 124
            aload 3 /* t */
            invokeinterface sun.jvm.hotspot.debugger.ThreadProxy.getContext:()Lsun/jvm/hotspot/debugger/ThreadContext;
            checkcast sun.jvm.hotspot.debugger.sparc.SPARCThreadContext
            astore 4 /* context */
        start local 4 // sun.jvm.hotspot.debugger.sparc.SPARCThreadContext context
         2: .line 128
            aload 4 /* context */
            bipush 14
            invokevirtual sun.jvm.hotspot.debugger.sparc.SPARCThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
            astore 5 /* sp */
        start local 5 // sun.jvm.hotspot.debugger.Address sp
         3: .line 129
            aload 4 /* context */
            bipush 33
            invokevirtual sun.jvm.hotspot.debugger.sparc.SPARCThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
            astore 6 /* pc */
        start local 6 // sun.jvm.hotspot.debugger.Address pc
         4: .line 131
            aload 5 /* sp */
            ifnull 5
            aload 6 /* pc */
            ifnonnull 6
         5: .line 133
      StackMap locals: sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess sun.jvm.hotspot.runtime.JavaThread sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.ThreadProxy sun.jvm.hotspot.debugger.sparc.SPARCThreadContext sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address
      StackMap stack:
            aconst_null
            areturn
         6: .line 136
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.runtime.sparc.SPARCFrame
            dup
            aload 5 /* sp */
            aload 6 /* pc */
            invokespecial sun.jvm.hotspot.runtime.sparc.SPARCFrame.<init>:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
            areturn
        end local 6 // sun.jvm.hotspot.debugger.Address pc
        end local 5 // sun.jvm.hotspot.debugger.Address sp
        end local 4 // sun.jvm.hotspot.debugger.sparc.SPARCThreadContext context
        end local 3 // sun.jvm.hotspot.debugger.ThreadProxy t
        end local 2 // sun.jvm.hotspot.debugger.Address addr
        end local 1 // sun.jvm.hotspot.runtime.JavaThread thread
        end local 0 // sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lsun/jvm/hotspot/runtime/linux_sparc/LinuxSPARCJavaThreadPDAccess;
            0    7     1   thread  Lsun/jvm/hotspot/runtime/JavaThread;
            0    7     2     addr  Lsun/jvm/hotspot/debugger/Address;
            1    7     3        t  Lsun/jvm/hotspot/debugger/ThreadProxy;
            2    7     4  context  Lsun/jvm/hotspot/debugger/sparc/SPARCThreadContext;
            3    7     5       sp  Lsun/jvm/hotspot/debugger/Address;
            4    7     6       pc  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
        Name  Flags
      thread  
      addr    

  public void printThreadIDOn(sun.jvm.hotspot.debugger.Address, java.io.PrintStream);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
        start local 2 // java.io.PrintStream tty
         0: .line 141
            aload 2 /* tty */
            aload 0 /* this */
            aload 1 /* addr */
            invokevirtual sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess.getThreadProxy:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/ThreadProxy;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/Object;)V
         1: .line 142
            return
        end local 2 // java.io.PrintStream tty
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/runtime/linux_sparc/LinuxSPARCJavaThreadPDAccess;
            0    2     1  addr  Lsun/jvm/hotspot/debugger/Address;
            0    2     2   tty  Ljava/io/PrintStream;
    MethodParameters:
      Name  Flags
      addr  
      tty   

  public sun.jvm.hotspot.debugger.Address getLastSP(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         0: .line 145
            aload 0 /* this */
            aload 1 /* addr */
            invokevirtual sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess.getThreadProxy:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/ThreadProxy;
            astore 2 /* t */
        start local 2 // sun.jvm.hotspot.debugger.ThreadProxy t
         1: .line 146
            aload 2 /* t */
            invokeinterface sun.jvm.hotspot.debugger.ThreadProxy.getContext:()Lsun/jvm/hotspot/debugger/ThreadContext;
            checkcast sun.jvm.hotspot.debugger.sparc.SPARCThreadContext
            astore 3 /* context */
        start local 3 // sun.jvm.hotspot.debugger.sparc.SPARCThreadContext context
         2: .line 147
            aload 3 /* context */
            bipush 14
            invokevirtual sun.jvm.hotspot.debugger.sparc.SPARCThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
            invokestatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.unBiasSP:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 3 // sun.jvm.hotspot.debugger.sparc.SPARCThreadContext context
        end local 2 // sun.jvm.hotspot.debugger.ThreadProxy t
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lsun/jvm/hotspot/runtime/linux_sparc/LinuxSPARCJavaThreadPDAccess;
            0    3     1     addr  Lsun/jvm/hotspot/debugger/Address;
            1    3     2        t  Lsun/jvm/hotspot/debugger/ThreadProxy;
            2    3     3  context  Lsun/jvm/hotspot/debugger/sparc/SPARCThreadContext;
    MethodParameters:
      Name  Flags
      addr  

  public void printInfoOn(sun.jvm.hotspot.debugger.Address, java.io.PrintStream);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess this
        start local 1 // sun.jvm.hotspot.debugger.Address threadAddr
        start local 2 // java.io.PrintStream tty
         0: .line 151
            return
        end local 2 // java.io.PrintStream tty
        end local 1 // sun.jvm.hotspot.debugger.Address threadAddr
        end local 0 // sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lsun/jvm/hotspot/runtime/linux_sparc/LinuxSPARCJavaThreadPDAccess;
            0    1     1  threadAddr  Lsun/jvm/hotspot/debugger/Address;
            0    1     2         tty  Ljava/io/PrintStream;
    MethodParameters:
            Name  Flags
      threadAddr  
      tty         

  public sun.jvm.hotspot.debugger.ThreadProxy getThreadProxy(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/ThreadProxy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         0: .line 156
            getstatic sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess.osThreadField:Lsun/jvm/hotspot/types/AddressField;
            aload 1 /* addr */
            invokeinterface sun.jvm.hotspot.types.AddressField.getValue:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
            astore 2 /* osThreadAddr */
        start local 2 // sun.jvm.hotspot.debugger.Address osThreadAddr
         1: .line 158
            aload 2 /* osThreadAddr */
            getstatic sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess.osThreadThreadIDField:Lsun/jvm/hotspot/types/CIntegerField;
            invokeinterface sun.jvm.hotspot.types.CIntegerField.getOffset:()J
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 3 /* tidAddr */
        start local 3 // sun.jvm.hotspot.debugger.Address tidAddr
         2: .line 160
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getDebugger:()Lsun/jvm/hotspot/debugger/JVMDebugger;
            astore 4 /* debugger */
        start local 4 // sun.jvm.hotspot.debugger.JVMDebugger debugger
         3: .line 161
            aload 4 /* debugger */
            aload 3 /* tidAddr */
            invokeinterface sun.jvm.hotspot.debugger.JVMDebugger.getThreadForIdentifierAddress:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/ThreadProxy;
            areturn
        end local 4 // sun.jvm.hotspot.debugger.JVMDebugger debugger
        end local 3 // sun.jvm.hotspot.debugger.Address tidAddr
        end local 2 // sun.jvm.hotspot.debugger.Address osThreadAddr
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lsun/jvm/hotspot/runtime/linux_sparc/LinuxSPARCJavaThreadPDAccess;
            0    4     1          addr  Lsun/jvm/hotspot/debugger/Address;
            1    4     2  osThreadAddr  Lsun/jvm/hotspot/debugger/Address;
            2    4     3       tidAddr  Lsun/jvm/hotspot/debugger/Address;
            3    4     4      debugger  Lsun/jvm/hotspot/debugger/JVMDebugger;
    MethodParameters:
      Name  Flags
      addr  
}
SourceFile: "LinuxSPARCJavaThreadPDAccess.java"
NestMembers:
  sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess$1
InnerClasses:
  sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess$1