public class sun.jvm.hotspot.runtime.JavaThread extends sun.jvm.hotspot.runtime.Thread
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.runtime.JavaThread
  super_class: sun.jvm.hotspot.runtime.Thread
{
  private static final boolean DEBUG;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

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

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

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

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

  private static sun.jvm.hotspot.types.CIntegerField threadStateField;
    descriptor: Lsun/jvm/hotspot/types/CIntegerField;
    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 sun.jvm.hotspot.types.AddressField stackBaseField;
    descriptor: Lsun/jvm/hotspot/types/AddressField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

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

  private static sun.jvm.hotspot.runtime.JavaThreadPDAccess access;
    descriptor: Lsun/jvm/hotspot/runtime/JavaThreadPDAccess;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

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

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

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

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

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

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

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

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

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

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

  private static int BLOCKED_TRANS;
    descriptor: I
    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 42
            ldc "sun.jvm.hotspot.runtime.JavaThread.DEBUG"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            ifnull 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic sun.jvm.hotspot.runtime.JavaThread.DEBUG:Z
         3: .line 70
            new sun.jvm.hotspot.runtime.JavaThread$1
            dup
            invokespecial sun.jvm.hotspot.runtime.JavaThread$1.<init>:()V
            invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Ljava/util/Observer;)V
         4: .line 75
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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=3, args_size=1
        start local 0 // sun.jvm.hotspot.types.TypeDataBase db
         0: .line 78
            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 79
            aload 0 /* db */
            ldc "JavaFrameAnchor"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
            astore 2 /* anchorType */
        start local 2 // sun.jvm.hotspot.types.Type anchorType
         2: .line 81
            aload 1 /* type */
            ldc "_next"
            invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
            putstatic sun.jvm.hotspot.runtime.JavaThread.nextField:Lsun/jvm/hotspot/types/AddressField;
         3: .line 82
            aload 1 /* type */
            ldc "_threadObj"
            invokeinterface sun.jvm.hotspot.types.Type.getOopField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/OopField;
            putstatic sun.jvm.hotspot.runtime.JavaThread.threadObjField:Lsun/jvm/hotspot/types/OopField;
         4: .line 83
            aload 1 /* type */
            ldc "_anchor"
            invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
            putstatic sun.jvm.hotspot.runtime.JavaThread.anchorField:Lsun/jvm/hotspot/types/AddressField;
         5: .line 84
            aload 2 /* anchorType */
            ldc "_last_Java_sp"
            invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
            putstatic sun.jvm.hotspot.runtime.JavaThread.lastJavaSPField:Lsun/jvm/hotspot/types/AddressField;
         6: .line 85
            aload 2 /* anchorType */
            ldc "_last_Java_pc"
            invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
            putstatic sun.jvm.hotspot.runtime.JavaThread.lastJavaPCField:Lsun/jvm/hotspot/types/AddressField;
         7: .line 86
            aload 1 /* type */
            ldc "_thread_state"
            invokeinterface sun.jvm.hotspot.types.Type.getCIntegerField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/CIntegerField;
            putstatic sun.jvm.hotspot.runtime.JavaThread.threadStateField:Lsun/jvm/hotspot/types/CIntegerField;
         8: .line 87
            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.JavaThread.osThreadField:Lsun/jvm/hotspot/types/AddressField;
         9: .line 88
            aload 1 /* type */
            ldc "_stack_base"
            invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
            putstatic sun.jvm.hotspot.runtime.JavaThread.stackBaseField:Lsun/jvm/hotspot/types/AddressField;
        10: .line 89
            aload 1 /* type */
            ldc "_stack_size"
            invokeinterface sun.jvm.hotspot.types.Type.getCIntegerField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/CIntegerField;
            putstatic sun.jvm.hotspot.runtime.JavaThread.stackSizeField:Lsun/jvm/hotspot/types/CIntegerField;
        11: .line 91
            aload 0 /* db */
            ldc "_thread_uninitialized"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.runtime.JavaThread.UNINITIALIZED:I
        12: .line 92
            aload 0 /* db */
            ldc "_thread_new"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.runtime.JavaThread.NEW:I
        13: .line 93
            aload 0 /* db */
            ldc "_thread_new_trans"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.runtime.JavaThread.NEW_TRANS:I
        14: .line 94
            aload 0 /* db */
            ldc "_thread_in_native"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.runtime.JavaThread.IN_NATIVE:I
        15: .line 95
            aload 0 /* db */
            ldc "_thread_in_native_trans"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.runtime.JavaThread.IN_NATIVE_TRANS:I
        16: .line 96
            aload 0 /* db */
            ldc "_thread_in_vm"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.runtime.JavaThread.IN_VM:I
        17: .line 97
            aload 0 /* db */
            ldc "_thread_in_vm_trans"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.runtime.JavaThread.IN_VM_TRANS:I
        18: .line 98
            aload 0 /* db */
            ldc "_thread_in_Java"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.runtime.JavaThread.IN_JAVA:I
        19: .line 99
            aload 0 /* db */
            ldc "_thread_in_Java_trans"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.runtime.JavaThread.IN_JAVA_TRANS:I
        20: .line 100
            aload 0 /* db */
            ldc "_thread_blocked"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.runtime.JavaThread.BLOCKED:I
        21: .line 101
            aload 0 /* db */
            ldc "_thread_blocked_trans"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.runtime.JavaThread.BLOCKED_TRANS:I
        22: .line 102
            return
        end local 2 // sun.jvm.hotspot.types.Type anchorType
        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   23     0          db  Lsun/jvm/hotspot/types/TypeDataBase;
            1   23     1        type  Lsun/jvm/hotspot/types/Type;
            2   23     2  anchorType  Lsun/jvm/hotspot/types/Type;
    MethodParameters:
      Name  Flags
      db    

  public void <init>(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.JavaThread this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         0: .line 105
            aload 0 /* this */
            aload 1 /* addr */
            invokespecial sun.jvm.hotspot.runtime.Thread.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
         1: .line 106
            return
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.runtime.JavaThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/runtime/JavaThread;
            0    2     1  addr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      addr  

  void setThreadPDAccess(sun.jvm.hotspot.runtime.JavaThreadPDAccess);
    descriptor: (Lsun/jvm/hotspot/runtime/JavaThreadPDAccess;)V
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.JavaThread this
        start local 1 // sun.jvm.hotspot.runtime.JavaThreadPDAccess access
         0: .line 109
            aload 1 /* access */
            putstatic sun.jvm.hotspot.runtime.JavaThread.access:Lsun/jvm/hotspot/runtime/JavaThreadPDAccess;
         1: .line 110
            return
        end local 1 // sun.jvm.hotspot.runtime.JavaThreadPDAccess access
        end local 0 // sun.jvm.hotspot.runtime.JavaThread this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/jvm/hotspot/runtime/JavaThread;
            0    2     1  access  Lsun/jvm/hotspot/runtime/JavaThreadPDAccess;
    MethodParameters:
        Name  Flags
      access  

  public sun.jvm.hotspot.runtime.JavaThread next();
    descriptor: ()Lsun/jvm/hotspot/runtime/JavaThread;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.JavaThread this
         0: .line 113
            getstatic sun.jvm.hotspot.runtime.JavaThread.nextField:Lsun/jvm/hotspot/types/AddressField;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.JavaThread.addr:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.types.AddressField.getValue:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
            astore 1 /* threadAddr */
        start local 1 // sun.jvm.hotspot.debugger.Address threadAddr
         1: .line 114
            aload 1 /* threadAddr */
            ifnonnull 3
         2: .line 115
            aconst_null
            areturn
         3: .line 118
      StackMap locals: sun.jvm.hotspot.debugger.Address
      StackMap stack:
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getThreads:()Lsun/jvm/hotspot/runtime/Threads;
            aload 1 /* threadAddr */
            invokevirtual sun.jvm.hotspot.runtime.Threads.createJavaThreadWrapper:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/runtime/JavaThread;
            areturn
        end local 1 // sun.jvm.hotspot.debugger.Address threadAddr
        end local 0 // sun.jvm.hotspot.runtime.JavaThread this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lsun/jvm/hotspot/runtime/JavaThread;
            1    4     1  threadAddr  Lsun/jvm/hotspot/debugger/Address;

  public boolean isJavaThread();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.JavaThread this
         0: .line 129
            iconst_1
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.JavaThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/JavaThread;

  public static sun.jvm.hotspot.types.AddressField getAnchorField();
    descriptor: ()Lsun/jvm/hotspot/types/AddressField;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 131
            getstatic sun.jvm.hotspot.runtime.JavaThread.anchorField:Lsun/jvm/hotspot/types/AddressField;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public sun.jvm.hotspot.debugger.Address getLastJavaSP();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.JavaThread this
         0: .line 135
            getstatic sun.jvm.hotspot.runtime.JavaThread.lastJavaSPField:Lsun/jvm/hotspot/types/AddressField;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.JavaThread.addr:Lsun/jvm/hotspot/debugger/Address;
            getstatic sun.jvm.hotspot.runtime.JavaThread.anchorField:Lsun/jvm/hotspot/types/AddressField;
            invokeinterface sun.jvm.hotspot.types.AddressField.getOffset:()J
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.types.AddressField.getValue:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
            astore 1 /* sp */
        start local 1 // sun.jvm.hotspot.debugger.Address sp
         1: .line 136
            aload 1 /* sp */
            areturn
        end local 1 // sun.jvm.hotspot.debugger.Address sp
        end local 0 // sun.jvm.hotspot.runtime.JavaThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/runtime/JavaThread;
            1    2     1    sp  Lsun/jvm/hotspot/debugger/Address;

  public sun.jvm.hotspot.debugger.Address getLastJavaPC();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.JavaThread this
         0: .line 140
            getstatic sun.jvm.hotspot.runtime.JavaThread.lastJavaPCField:Lsun/jvm/hotspot/types/AddressField;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.JavaThread.addr:Lsun/jvm/hotspot/debugger/Address;
            getstatic sun.jvm.hotspot.runtime.JavaThread.anchorField:Lsun/jvm/hotspot/types/AddressField;
            invokeinterface sun.jvm.hotspot.types.AddressField.getOffset:()J
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.types.AddressField.getValue:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
            astore 1 /* pc */
        start local 1 // sun.jvm.hotspot.debugger.Address pc
         1: .line 141
            aload 1 /* pc */
            areturn
        end local 1 // sun.jvm.hotspot.debugger.Address pc
        end local 0 // sun.jvm.hotspot.runtime.JavaThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/runtime/JavaThread;
            1    2     1    pc  Lsun/jvm/hotspot/debugger/Address;

  public sun.jvm.hotspot.debugger.Address getLastJavaFP();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.JavaThread this
         0: .line 149
            getstatic sun.jvm.hotspot.runtime.JavaThread.access:Lsun/jvm/hotspot/runtime/JavaThreadPDAccess;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.JavaThread.addr:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.runtime.JavaThreadPDAccess.getLastJavaFP:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.JavaThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/JavaThread;

  public sun.jvm.hotspot.debugger.Address getBaseOfStackPointer();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.JavaThread this
         0: .line 170
            getstatic sun.jvm.hotspot.runtime.JavaThread.access:Lsun/jvm/hotspot/runtime/JavaThreadPDAccess;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.JavaThread.addr:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.runtime.JavaThreadPDAccess.getBaseOfStackPointer:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.JavaThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/JavaThread;

  public boolean hasLastJavaFrame();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.JavaThread this
         0: .line 177
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getLastJavaSP:()Lsun/jvm/hotspot/debugger/Address;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.JavaThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/runtime/JavaThread;

  public sun.jvm.hotspot.runtime.Frame getLastFrame();
    descriptor: ()Lsun/jvm/hotspot/runtime/Frame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.JavaThread this
         0: .line 185
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getLastFramePD:()Lsun/jvm/hotspot/runtime/Frame;
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.cookLastFrame:(Lsun/jvm/hotspot/runtime/Frame;)Lsun/jvm/hotspot/runtime/Frame;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.JavaThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/JavaThread;

  protected sun.jvm.hotspot.runtime.Frame getLastFramePD();
    descriptor: ()Lsun/jvm/hotspot/runtime/Frame;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.JavaThread this
         0: .line 190
            getstatic sun.jvm.hotspot.runtime.JavaThread.access:Lsun/jvm/hotspot/runtime/JavaThreadPDAccess;
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.JavaThread.addr:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.runtime.JavaThreadPDAccess.getLastFramePD:(Lsun/jvm/hotspot/runtime/JavaThread;Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/runtime/Frame;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.JavaThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/JavaThread;

  public sun.jvm.hotspot.runtime.JavaVFrame getLastJavaVFrame(sun.jvm.hotspot.runtime.RegisterMap);
    descriptor: (Lsun/jvm/hotspot/runtime/RegisterMap;)Lsun/jvm/hotspot/runtime/JavaVFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.JavaThread this
        start local 1 // sun.jvm.hotspot.runtime.RegisterMap regMap
         0: .line 198
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 4
         1: .line 199
            aload 1 /* regMap */
            ifnull 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: ldc "a map must be given"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         4: .line 201
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getLastFrame:()Lsun/jvm/hotspot/runtime/Frame;
            astore 2 /* f */
        start local 2 // sun.jvm.hotspot.runtime.Frame f
         5: .line 202
            aload 2 /* f */
            ifnonnull 7
         6: .line 203
            aconst_null
            areturn
         7: .line 205
      StackMap locals: sun.jvm.hotspot.runtime.Frame
      StackMap stack:
            aload 2 /* f */
            aload 1 /* regMap */
            aload 0 /* this */
            invokestatic sun.jvm.hotspot.runtime.VFrame.newVFrame:(Lsun/jvm/hotspot/runtime/Frame;Lsun/jvm/hotspot/runtime/RegisterMap;Lsun/jvm/hotspot/runtime/JavaThread;)Lsun/jvm/hotspot/runtime/VFrame;
            astore 3 /* vf */
        start local 3 // sun.jvm.hotspot.runtime.VFrame vf
         8: goto 12
         9: .line 206
      StackMap locals: sun.jvm.hotspot.runtime.VFrame
      StackMap stack:
            aload 3 /* vf */
            invokevirtual sun.jvm.hotspot.runtime.VFrame.isJavaFrame:()Z
            ifeq 11
        10: .line 207
            aload 3 /* vf */
            checkcast sun.jvm.hotspot.runtime.JavaVFrame
            areturn
        11: .line 205
      StackMap locals:
      StackMap stack:
            aload 3 /* vf */
            invokevirtual sun.jvm.hotspot.runtime.VFrame.sender:()Lsun/jvm/hotspot/runtime/VFrame;
            astore 3 /* vf */
      StackMap locals:
      StackMap stack:
        12: aload 3 /* vf */
            ifnonnull 9
        end local 3 // sun.jvm.hotspot.runtime.VFrame vf
        13: .line 210
            aconst_null
            areturn
        end local 2 // sun.jvm.hotspot.runtime.Frame f
        end local 1 // sun.jvm.hotspot.runtime.RegisterMap regMap
        end local 0 // sun.jvm.hotspot.runtime.JavaThread this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lsun/jvm/hotspot/runtime/JavaThread;
            0   14     1  regMap  Lsun/jvm/hotspot/runtime/RegisterMap;
            5   14     2       f  Lsun/jvm/hotspot/runtime/Frame;
            8   13     3      vf  Lsun/jvm/hotspot/runtime/VFrame;
    MethodParameters:
        Name  Flags
      regMap  

  public sun.jvm.hotspot.runtime.JavaVFrame getLastJavaVFrameDbg();
    descriptor: ()Lsun/jvm/hotspot/runtime/JavaVFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.JavaThread this
         0: .line 218
            aload 0 /* this */
            iconst_1
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.newRegisterMap:(Z)Lsun/jvm/hotspot/runtime/RegisterMap;
            astore 1 /* regMap */
        start local 1 // sun.jvm.hotspot.runtime.RegisterMap regMap
         1: .line 219
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getCurrentFrameGuess:()Lsun/jvm/hotspot/runtime/Frame;
            astore 2 /* f */
        start local 2 // sun.jvm.hotspot.runtime.Frame f
         2: .line 220
            aload 2 /* f */
            ifnonnull 3
            aconst_null
            areturn
         3: .line 221
      StackMap locals: sun.jvm.hotspot.runtime.RegisterMap sun.jvm.hotspot.runtime.Frame
      StackMap stack:
            iconst_1
            istore 3 /* imprecise */
        start local 3 // boolean imprecise
         4: .line 222
            aload 2 /* f */
            invokevirtual sun.jvm.hotspot.runtime.Frame.isInterpretedFrame:()Z
            ifeq 9
            aload 2 /* f */
            invokevirtual sun.jvm.hotspot.runtime.Frame.isInterpretedFrameValid:()Z
            ifne 9
         5: .line 223
            getstatic sun.jvm.hotspot.runtime.JavaThread.DEBUG:Z
            ifeq 7
         6: .line 224
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Correcting for invalid interpreter frame"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         7: .line 226
      StackMap locals: int
      StackMap stack:
            aload 2 /* f */
            aload 1 /* regMap */
            invokevirtual sun.jvm.hotspot.runtime.Frame.sender:(Lsun/jvm/hotspot/runtime/RegisterMap;)Lsun/jvm/hotspot/runtime/Frame;
            astore 2 /* f */
         8: .line 227
            iconst_0
            istore 3 /* imprecise */
         9: .line 229
      StackMap locals:
      StackMap stack:
            aload 2 /* f */
            aload 1 /* regMap */
            aload 0 /* this */
            iconst_1
            iload 3 /* imprecise */
            invokestatic sun.jvm.hotspot.runtime.VFrame.newVFrame:(Lsun/jvm/hotspot/runtime/Frame;Lsun/jvm/hotspot/runtime/RegisterMap;Lsun/jvm/hotspot/runtime/JavaThread;ZZ)Lsun/jvm/hotspot/runtime/VFrame;
            astore 4 /* vf */
        start local 4 // sun.jvm.hotspot.runtime.VFrame vf
        10: .line 230
            aload 4 /* vf */
            ifnonnull 14
        11: .line 231
            getstatic sun.jvm.hotspot.runtime.JavaThread.DEBUG:Z
            ifeq 13
        12: .line 232
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc " (Unable to create vframe for topmost frame guess)"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        13: .line 234
      StackMap locals: sun.jvm.hotspot.runtime.VFrame
      StackMap stack:
            aconst_null
            areturn
        14: .line 236
      StackMap locals:
      StackMap stack:
            aload 4 /* vf */
            invokevirtual sun.jvm.hotspot.runtime.VFrame.isJavaFrame:()Z
            ifeq 15
            aload 4 /* vf */
            checkcast sun.jvm.hotspot.runtime.JavaVFrame
            goto 16
      StackMap locals:
      StackMap stack:
        15: aload 4 /* vf */
            invokevirtual sun.jvm.hotspot.runtime.VFrame.javaSender:()Lsun/jvm/hotspot/runtime/JavaVFrame;
      StackMap locals:
      StackMap stack: sun.jvm.hotspot.runtime.JavaVFrame
        16: areturn
        end local 4 // sun.jvm.hotspot.runtime.VFrame vf
        end local 3 // boolean imprecise
        end local 2 // sun.jvm.hotspot.runtime.Frame f
        end local 1 // sun.jvm.hotspot.runtime.RegisterMap regMap
        end local 0 // sun.jvm.hotspot.runtime.JavaThread this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   17     0       this  Lsun/jvm/hotspot/runtime/JavaThread;
            1   17     1     regMap  Lsun/jvm/hotspot/runtime/RegisterMap;
            2   17     2          f  Lsun/jvm/hotspot/runtime/Frame;
            4   17     3  imprecise  Z
           10   17     4         vf  Lsun/jvm/hotspot/runtime/VFrame;

  public sun.jvm.hotspot.runtime.RegisterMap newRegisterMap(boolean);
    descriptor: (Z)Lsun/jvm/hotspot/runtime/RegisterMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.JavaThread this
        start local 1 // boolean updateMap
         0: .line 246
            getstatic sun.jvm.hotspot.runtime.JavaThread.access:Lsun/jvm/hotspot/runtime/JavaThreadPDAccess;
            aload 0 /* this */
            iload 1 /* updateMap */
            invokeinterface sun.jvm.hotspot.runtime.JavaThreadPDAccess.newRegisterMap:(Lsun/jvm/hotspot/runtime/JavaThread;Z)Lsun/jvm/hotspot/runtime/RegisterMap;
            areturn
        end local 1 // boolean updateMap
        end local 0 // sun.jvm.hotspot.runtime.JavaThread this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lsun/jvm/hotspot/runtime/JavaThread;
            0    1     1  updateMap  Z
    MethodParameters:
           Name  Flags
      updateMap  

  public sun.jvm.hotspot.runtime.Frame getCurrentFrameGuess();
    descriptor: ()Lsun/jvm/hotspot/runtime/Frame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.JavaThread this
         0: .line 257
            getstatic sun.jvm.hotspot.runtime.JavaThread.access:Lsun/jvm/hotspot/runtime/JavaThreadPDAccess;
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.JavaThread.addr:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.runtime.JavaThreadPDAccess.getCurrentFrameGuess:(Lsun/jvm/hotspot/runtime/JavaThread;Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/runtime/Frame;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.JavaThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/JavaThread;

  public void printThreadIDOn(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.JavaThread this
        start local 1 // java.io.PrintStream tty
         0: .line 266
            getstatic sun.jvm.hotspot.runtime.JavaThread.access:Lsun/jvm/hotspot/runtime/JavaThreadPDAccess;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.JavaThread.addr:Lsun/jvm/hotspot/debugger/Address;
            aload 1 /* tty */
            invokeinterface sun.jvm.hotspot.runtime.JavaThreadPDAccess.printThreadIDOn:(Lsun/jvm/hotspot/debugger/Address;Ljava/io/PrintStream;)V
         1: .line 267
            return
        end local 1 // java.io.PrintStream tty
        end local 0 // sun.jvm.hotspot.runtime.JavaThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/runtime/JavaThread;
            0    2     1   tty  Ljava/io/PrintStream;
    MethodParameters:
      Name  Flags
      tty   

  public void printThreadID();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.JavaThread this
         0: .line 270
            aload 0 /* this */
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.printThreadIDOn:(Ljava/io/PrintStream;)V
         1: .line 271
            return
        end local 0 // sun.jvm.hotspot.runtime.JavaThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/runtime/JavaThread;

  public sun.jvm.hotspot.debugger.ThreadProxy getThreadProxy();
    descriptor: ()Lsun/jvm/hotspot/debugger/ThreadProxy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.JavaThread this
         0: .line 274
            getstatic sun.jvm.hotspot.runtime.JavaThread.access:Lsun/jvm/hotspot/runtime/JavaThreadPDAccess;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.JavaThread.addr:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.runtime.JavaThreadPDAccess.getThreadProxy:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/ThreadProxy;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.JavaThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/JavaThread;

  public sun.jvm.hotspot.runtime.JavaThreadState getThreadState();
    descriptor: ()Lsun/jvm/hotspot/runtime/JavaThreadState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.JavaThread this
         0: .line 282
            getstatic sun.jvm.hotspot.runtime.JavaThread.threadStateField:Lsun/jvm/hotspot/types/CIntegerField;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.JavaThread.addr:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.types.CIntegerField.getValue:(Lsun/jvm/hotspot/debugger/Address;)J
            l2i
            istore 1 /* val */
        start local 1 // int val
         1: .line 283
            iload 1 /* val */
            getstatic sun.jvm.hotspot.runtime.JavaThread.UNINITIALIZED:I
            if_icmpne 3
         2: .line 284
            getstatic sun.jvm.hotspot.runtime.JavaThreadState.UNINITIALIZED:Lsun/jvm/hotspot/runtime/JavaThreadState;
            areturn
         3: .line 285
      StackMap locals: int
      StackMap stack:
            iload 1 /* val */
            getstatic sun.jvm.hotspot.runtime.JavaThread.NEW:I
            if_icmpne 5
         4: .line 286
            getstatic sun.jvm.hotspot.runtime.JavaThreadState.NEW:Lsun/jvm/hotspot/runtime/JavaThreadState;
            areturn
         5: .line 287
      StackMap locals:
      StackMap stack:
            iload 1 /* val */
            getstatic sun.jvm.hotspot.runtime.JavaThread.NEW_TRANS:I
            if_icmpne 7
         6: .line 288
            getstatic sun.jvm.hotspot.runtime.JavaThreadState.NEW_TRANS:Lsun/jvm/hotspot/runtime/JavaThreadState;
            areturn
         7: .line 289
      StackMap locals:
      StackMap stack:
            iload 1 /* val */
            getstatic sun.jvm.hotspot.runtime.JavaThread.IN_NATIVE:I
            if_icmpne 9
         8: .line 290
            getstatic sun.jvm.hotspot.runtime.JavaThreadState.IN_NATIVE:Lsun/jvm/hotspot/runtime/JavaThreadState;
            areturn
         9: .line 291
      StackMap locals:
      StackMap stack:
            iload 1 /* val */
            getstatic sun.jvm.hotspot.runtime.JavaThread.IN_NATIVE_TRANS:I
            if_icmpne 11
        10: .line 292
            getstatic sun.jvm.hotspot.runtime.JavaThreadState.IN_NATIVE_TRANS:Lsun/jvm/hotspot/runtime/JavaThreadState;
            areturn
        11: .line 293
      StackMap locals:
      StackMap stack:
            iload 1 /* val */
            getstatic sun.jvm.hotspot.runtime.JavaThread.IN_VM:I
            if_icmpne 13
        12: .line 294
            getstatic sun.jvm.hotspot.runtime.JavaThreadState.IN_VM:Lsun/jvm/hotspot/runtime/JavaThreadState;
            areturn
        13: .line 295
      StackMap locals:
      StackMap stack:
            iload 1 /* val */
            getstatic sun.jvm.hotspot.runtime.JavaThread.IN_VM_TRANS:I
            if_icmpne 15
        14: .line 296
            getstatic sun.jvm.hotspot.runtime.JavaThreadState.IN_VM_TRANS:Lsun/jvm/hotspot/runtime/JavaThreadState;
            areturn
        15: .line 297
      StackMap locals:
      StackMap stack:
            iload 1 /* val */
            getstatic sun.jvm.hotspot.runtime.JavaThread.IN_JAVA:I
            if_icmpne 17
        16: .line 298
            getstatic sun.jvm.hotspot.runtime.JavaThreadState.IN_JAVA:Lsun/jvm/hotspot/runtime/JavaThreadState;
            areturn
        17: .line 299
      StackMap locals:
      StackMap stack:
            iload 1 /* val */
            getstatic sun.jvm.hotspot.runtime.JavaThread.IN_JAVA_TRANS:I
            if_icmpne 19
        18: .line 300
            getstatic sun.jvm.hotspot.runtime.JavaThreadState.IN_JAVA_TRANS:Lsun/jvm/hotspot/runtime/JavaThreadState;
            areturn
        19: .line 301
      StackMap locals:
      StackMap stack:
            iload 1 /* val */
            getstatic sun.jvm.hotspot.runtime.JavaThread.BLOCKED:I
            if_icmpne 21
        20: .line 302
            getstatic sun.jvm.hotspot.runtime.JavaThreadState.BLOCKED:Lsun/jvm/hotspot/runtime/JavaThreadState;
            areturn
        21: .line 303
      StackMap locals:
      StackMap stack:
            iload 1 /* val */
            getstatic sun.jvm.hotspot.runtime.JavaThread.BLOCKED_TRANS:I
            if_icmpne 23
        22: .line 304
            getstatic sun.jvm.hotspot.runtime.JavaThreadState.BLOCKED_TRANS:Lsun/jvm/hotspot/runtime/JavaThreadState;
            areturn
        23: .line 306
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Illegal thread state "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* val */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int val
        end local 0 // sun.jvm.hotspot.runtime.JavaThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   24     0  this  Lsun/jvm/hotspot/runtime/JavaThread;
            1   24     1   val  I

  public sun.jvm.hotspot.runtime.OSThread getOSThread();
    descriptor: ()Lsun/jvm/hotspot/runtime/OSThread;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.JavaThread this
         0: .line 317
            ldc Lsun/jvm/hotspot/runtime/OSThread;
            getstatic sun.jvm.hotspot.runtime.JavaThread.osThreadField:Lsun/jvm/hotspot/types/AddressField;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.JavaThread.addr:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.types.AddressField.getValue:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
            invokestatic sun.jvm.hotspot.runtime.VMObjectFactory.newObject:(Ljava/lang/Class;Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.runtime.OSThread
            areturn
        end local 0 // sun.jvm.hotspot.runtime.JavaThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/JavaThread;

  public sun.jvm.hotspot.debugger.Address getStackBase();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.JavaThread this
         0: .line 321
            getstatic sun.jvm.hotspot.runtime.JavaThread.stackBaseField:Lsun/jvm/hotspot/types/AddressField;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.JavaThread.addr:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.types.AddressField.getValue:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.JavaThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/JavaThread;

  public long getStackBaseValue();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.JavaThread this
         0: .line 325
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            pop
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getStackBase:()Lsun/jvm/hotspot/debugger/Address;
            invokestatic sun.jvm.hotspot.runtime.VM.getAddressValue:(Lsun/jvm/hotspot/debugger/Address;)J
            lreturn
        end local 0 // sun.jvm.hotspot.runtime.JavaThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/JavaThread;

  public long getStackSize();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.JavaThread this
         0: .line 329
            getstatic sun.jvm.hotspot.runtime.JavaThread.stackSizeField:Lsun/jvm/hotspot/types/CIntegerField;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.JavaThread.addr:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.types.CIntegerField.getValue:(Lsun/jvm/hotspot/debugger/Address;)J
            lreturn
        end local 0 // sun.jvm.hotspot.runtime.JavaThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/JavaThread;

  public sun.jvm.hotspot.oops.Oop getThreadObj();
    descriptor: ()Lsun/jvm/hotspot/oops/Oop;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.JavaThread this
         0: .line 334
            aconst_null
            astore 1 /* obj */
        start local 1 // sun.jvm.hotspot.oops.Oop obj
         1: .line 336
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getObjectHeap:()Lsun/jvm/hotspot/oops/ObjectHeap;
            getstatic sun.jvm.hotspot.runtime.JavaThread.threadObjField:Lsun/jvm/hotspot/types/OopField;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.JavaThread.addr:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.types.OopField.getValue:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/OopHandle;
            invokevirtual sun.jvm.hotspot.oops.ObjectHeap.newOop:(Lsun/jvm/hotspot/debugger/OopHandle;)Lsun/jvm/hotspot/oops/Oop;
            astore 1 /* obj */
         2: .line 337
            goto 5
      StackMap locals: sun.jvm.hotspot.runtime.JavaThread sun.jvm.hotspot.oops.Oop
      StackMap stack: java.lang.Exception
         3: astore 2 /* e */
        start local 2 // java.lang.Exception e
         4: .line 338
            aload 2 /* e */
            invokevirtual java.lang.Exception.printStackTrace:()V
        end local 2 // java.lang.Exception e
         5: .line 340
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            areturn
        end local 1 // sun.jvm.hotspot.oops.Oop obj
        end local 0 // sun.jvm.hotspot.runtime.JavaThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/jvm/hotspot/runtime/JavaThread;
            1    6     1   obj  Lsun/jvm/hotspot/oops/Oop;
            4    5     2     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Exception

  public java.lang.String getThreadName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.JavaThread this
         0: .line 345
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getThreadObj:()Lsun/jvm/hotspot/oops/Oop;
            astore 1 /* threadObj */
        start local 1 // sun.jvm.hotspot.oops.Oop threadObj
         1: .line 346
            aload 1 /* threadObj */
            ifnonnull 3
         2: .line 347
            ldc "<null>"
            areturn
         3: .line 349
      StackMap locals: sun.jvm.hotspot.oops.Oop
      StackMap stack:
            aload 1 /* threadObj */
            invokestatic sun.jvm.hotspot.oops.OopUtilities.threadOopGetName:(Lsun/jvm/hotspot/oops/Oop;)Ljava/lang/String;
            areturn
        end local 1 // sun.jvm.hotspot.oops.Oop threadObj
        end local 0 // sun.jvm.hotspot.runtime.JavaThread this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lsun/jvm/hotspot/runtime/JavaThread;
            1    4     1  threadObj  Lsun/jvm/hotspot/oops/Oop;

  public void oopsDo(sun.jvm.hotspot.runtime.AddressVisitor);
    descriptor: (Lsun/jvm/hotspot/runtime/AddressVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.JavaThread this
        start local 1 // sun.jvm.hotspot.runtime.AddressVisitor oopVisitor
         0: .line 357
            aload 0 /* this */
            aload 1 /* oopVisitor */
            invokespecial sun.jvm.hotspot.runtime.Thread.oopsDo:(Lsun/jvm/hotspot/runtime/AddressVisitor;)V
         1: .line 362
            new sun.jvm.hotspot.runtime.StackFrameStream
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.runtime.StackFrameStream.<init>:(Lsun/jvm/hotspot/runtime/JavaThread;)V
            astore 2 /* fst */
        start local 2 // sun.jvm.hotspot.runtime.StackFrameStream fst
         2: goto 5
         3: .line 363
      StackMap locals: sun.jvm.hotspot.runtime.StackFrameStream
      StackMap stack:
            aload 2 /* fst */
            invokevirtual sun.jvm.hotspot.runtime.StackFrameStream.getCurrent:()Lsun/jvm/hotspot/runtime/Frame;
            aload 1 /* oopVisitor */
            aload 2 /* fst */
            invokevirtual sun.jvm.hotspot.runtime.StackFrameStream.getRegisterMap:()Lsun/jvm/hotspot/runtime/RegisterMap;
            invokevirtual sun.jvm.hotspot.runtime.Frame.oopsDo:(Lsun/jvm/hotspot/runtime/AddressVisitor;Lsun/jvm/hotspot/runtime/RegisterMap;)V
         4: .line 362
            aload 2 /* fst */
            invokevirtual sun.jvm.hotspot.runtime.StackFrameStream.next:()V
      StackMap locals:
      StackMap stack:
         5: aload 2 /* fst */
            invokevirtual sun.jvm.hotspot.runtime.StackFrameStream.isDone:()Z
            ifeq 3
        end local 2 // sun.jvm.hotspot.runtime.StackFrameStream fst
         6: .line 365
            return
        end local 1 // sun.jvm.hotspot.runtime.AddressVisitor oopVisitor
        end local 0 // sun.jvm.hotspot.runtime.JavaThread this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lsun/jvm/hotspot/runtime/JavaThread;
            0    7     1  oopVisitor  Lsun/jvm/hotspot/runtime/AddressVisitor;
            2    6     2         fst  Lsun/jvm/hotspot/runtime/StackFrameStream;
    MethodParameters:
            Name  Flags
      oopVisitor  

  public boolean isInStack(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.JavaThread this
        start local 1 // sun.jvm.hotspot.debugger.Address a
         0: .line 368
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 2
         1: .line 369
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.isDebugging:()Z
            ldc "Not yet implemented for non-debugging system"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         2: .line 371
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.lastSPDbg:()Lsun/jvm/hotspot/debugger/Address;
            astore 2 /* sp */
        start local 2 // sun.jvm.hotspot.debugger.Address sp
         3: .line 372
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getStackBase:()Lsun/jvm/hotspot/debugger/Address;
            astore 3 /* stackBase */
        start local 3 // sun.jvm.hotspot.debugger.Address stackBase
         4: .line 374
            aload 2 /* sp */
            ifnonnull 5
            iconst_0
            ireturn
         5: .line 375
      StackMap locals: sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address
      StackMap stack:
            aload 3 /* stackBase */
            aload 1 /* a */
            invokeinterface sun.jvm.hotspot.debugger.Address.greaterThanOrEqual:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 6
            aload 2 /* sp */
            aload 1 /* a */
            invokeinterface sun.jvm.hotspot.debugger.Address.lessThanOrEqual:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 6
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         6: iconst_0
            ireturn
        end local 3 // sun.jvm.hotspot.debugger.Address stackBase
        end local 2 // sun.jvm.hotspot.debugger.Address sp
        end local 1 // sun.jvm.hotspot.debugger.Address a
        end local 0 // sun.jvm.hotspot.runtime.JavaThread this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lsun/jvm/hotspot/runtime/JavaThread;
            0    7     1          a  Lsun/jvm/hotspot/debugger/Address;
            3    7     2         sp  Lsun/jvm/hotspot/debugger/Address;
            4    7     3  stackBase  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      a     

  public boolean isLockOwned(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.JavaThread this
        start local 1 // sun.jvm.hotspot.debugger.Address a
         0: .line 379
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getStackBase:()Lsun/jvm/hotspot/debugger/Address;
            astore 2 /* stackBase */
        start local 2 // sun.jvm.hotspot.debugger.Address stackBase
         1: .line 380
            aload 2 /* stackBase */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getStackSize:()J
            lneg
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 3 /* stackLimit */
        start local 3 // sun.jvm.hotspot.debugger.Address stackLimit
         2: .line 382
            aload 2 /* stackBase */
            aload 1 /* a */
            invokeinterface sun.jvm.hotspot.debugger.Address.greaterThanOrEqual:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 3
            aload 3 /* stackLimit */
            aload 1 /* a */
            invokeinterface sun.jvm.hotspot.debugger.Address.lessThanOrEqual:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 3
            iconst_1
            ireturn
      StackMap locals: sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address
      StackMap stack:
         3: iconst_0
            ireturn
        end local 3 // sun.jvm.hotspot.debugger.Address stackLimit
        end local 2 // sun.jvm.hotspot.debugger.Address stackBase
        end local 1 // sun.jvm.hotspot.debugger.Address a
        end local 0 // sun.jvm.hotspot.runtime.JavaThread this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lsun/jvm/hotspot/runtime/JavaThread;
            0    4     1           a  Lsun/jvm/hotspot/debugger/Address;
            1    4     2   stackBase  Lsun/jvm/hotspot/debugger/Address;
            2    4     3  stackLimit  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      a     

  public sun.jvm.hotspot.oops.Oop getCurrentParkBlocker();
    descriptor: ()Lsun/jvm/hotspot/oops/Oop;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.JavaThread this
         0: .line 388
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getThreadObj:()Lsun/jvm/hotspot/oops/Oop;
            astore 1 /* threadObj */
        start local 1 // sun.jvm.hotspot.oops.Oop threadObj
         1: .line 389
            aload 1 /* threadObj */
            ifnull 3
         2: .line 390
            aload 1 /* threadObj */
            invokestatic sun.jvm.hotspot.oops.OopUtilities.threadOopGetParkBlocker:(Lsun/jvm/hotspot/oops/Oop;)Lsun/jvm/hotspot/oops/Oop;
            areturn
         3: .line 392
      StackMap locals: sun.jvm.hotspot.oops.Oop
      StackMap stack:
            aconst_null
            areturn
        end local 1 // sun.jvm.hotspot.oops.Oop threadObj
        end local 0 // sun.jvm.hotspot.runtime.JavaThread this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lsun/jvm/hotspot/runtime/JavaThread;
            1    4     1  threadObj  Lsun/jvm/hotspot/oops/Oop;

  public void printInfoOn(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.JavaThread this
        start local 1 // java.io.PrintStream tty
         0: .line 397
            aload 1 /* tty */
            new java.lang.StringBuilder
            dup
            ldc "State: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getThreadState:()Lsun/jvm/hotspot/runtime/JavaThreadState;
            invokevirtual sun.jvm.hotspot.runtime.JavaThreadState.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 401
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getCurrentFrameGuess:()Lsun/jvm/hotspot/runtime/Frame;
            astore 2 /* tmpFrame */
        start local 2 // sun.jvm.hotspot.runtime.Frame tmpFrame
         2: .line 402
            aload 2 /* tmpFrame */
            ifnull 16
         3: .line 403
            aload 2 /* tmpFrame */
            invokevirtual sun.jvm.hotspot.runtime.Frame.getSP:()Lsun/jvm/hotspot/debugger/Address;
            astore 3 /* sp */
        start local 3 // sun.jvm.hotspot.debugger.Address sp
         4: .line 404
            aload 3 /* sp */
            astore 4 /* maxSP */
        start local 4 // sun.jvm.hotspot.debugger.Address maxSP
         5: .line 405
            aload 3 /* sp */
            astore 5 /* minSP */
        start local 5 // sun.jvm.hotspot.debugger.Address minSP
         6: .line 406
            aload 0 /* this */
            iconst_0
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.newRegisterMap:(Z)Lsun/jvm/hotspot/runtime/RegisterMap;
            astore 6 /* tmpMap */
        start local 6 // sun.jvm.hotspot.runtime.RegisterMap tmpMap
         7: .line 407
            goto 13
         8: .line 408
      StackMap locals: sun.jvm.hotspot.runtime.JavaThread java.io.PrintStream sun.jvm.hotspot.runtime.Frame sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.runtime.RegisterMap
      StackMap stack:
            aload 2 /* tmpFrame */
            aload 6 /* tmpMap */
            invokevirtual sun.jvm.hotspot.runtime.Frame.sender:(Lsun/jvm/hotspot/runtime/RegisterMap;)Lsun/jvm/hotspot/runtime/Frame;
            astore 2 /* tmpFrame */
         9: .line 409
            aload 2 /* tmpFrame */
            ifnull 13
        10: .line 410
            aload 2 /* tmpFrame */
            invokevirtual sun.jvm.hotspot.runtime.Frame.getSP:()Lsun/jvm/hotspot/debugger/Address;
            astore 3 /* sp */
        11: .line 411
            aload 4 /* maxSP */
            aload 3 /* sp */
            invokestatic sun.jvm.hotspot.utilities.AddressOps.max:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
            astore 4 /* maxSP */
        12: .line 412
            aload 5 /* minSP */
            aload 3 /* sp */
            invokestatic sun.jvm.hotspot.utilities.AddressOps.min:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
            astore 5 /* minSP */
        13: .line 407
      StackMap locals:
      StackMap stack:
            aload 2 /* tmpFrame */
            ifnull 14
            aload 2 /* tmpFrame */
            invokevirtual sun.jvm.hotspot.runtime.Frame.isFirstFrame:()Z
            ifeq 8
        14: .line 415
      StackMap locals:
      StackMap stack:
            aload 1 /* tty */
            new java.lang.StringBuilder
            dup
            ldc "Stack in use by Java: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 5 /* minSP */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " .. "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 4 /* maxSP */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        end local 6 // sun.jvm.hotspot.runtime.RegisterMap tmpMap
        end local 5 // sun.jvm.hotspot.debugger.Address minSP
        end local 4 // sun.jvm.hotspot.debugger.Address maxSP
        end local 3 // sun.jvm.hotspot.debugger.Address sp
        15: .line 416
            goto 17
        16: .line 417
      StackMap locals: sun.jvm.hotspot.runtime.JavaThread java.io.PrintStream sun.jvm.hotspot.runtime.Frame
      StackMap stack:
            aload 1 /* tty */
            ldc "No Java frames present"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        17: .line 419
      StackMap locals:
      StackMap stack:
            aload 1 /* tty */
            new java.lang.StringBuilder
            dup
            ldc "Base of Stack: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getStackBase:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        18: .line 420
            aload 1 /* tty */
            new java.lang.StringBuilder
            dup
            ldc "Last_Java_SP: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getLastJavaSP:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        19: .line 421
            aload 1 /* tty */
            new java.lang.StringBuilder
            dup
            ldc "Last_Java_FP: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getLastJavaFP:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        20: .line 422
            aload 1 /* tty */
            new java.lang.StringBuilder
            dup
            ldc "Last_Java_PC: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getLastJavaPC:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        21: .line 424
            getstatic sun.jvm.hotspot.runtime.JavaThread.access:Lsun/jvm/hotspot/runtime/JavaThreadPDAccess;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.JavaThread.addr:Lsun/jvm/hotspot/debugger/Address;
            aload 1 /* tty */
            invokeinterface sun.jvm.hotspot.runtime.JavaThreadPDAccess.printInfoOn:(Lsun/jvm/hotspot/debugger/Address;Ljava/io/PrintStream;)V
        22: .line 426
            return
        end local 2 // sun.jvm.hotspot.runtime.Frame tmpFrame
        end local 1 // java.io.PrintStream tty
        end local 0 // sun.jvm.hotspot.runtime.JavaThread this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   23     0      this  Lsun/jvm/hotspot/runtime/JavaThread;
            0   23     1       tty  Ljava/io/PrintStream;
            2   23     2  tmpFrame  Lsun/jvm/hotspot/runtime/Frame;
            4   15     3        sp  Lsun/jvm/hotspot/debugger/Address;
            5   15     4     maxSP  Lsun/jvm/hotspot/debugger/Address;
            6   15     5     minSP  Lsun/jvm/hotspot/debugger/Address;
            7   15     6    tmpMap  Lsun/jvm/hotspot/runtime/RegisterMap;
    MethodParameters:
      Name  Flags
      tty   

  private sun.jvm.hotspot.runtime.Frame cookLastFrame(sun.jvm.hotspot.runtime.Frame);
    descriptor: (Lsun/jvm/hotspot/runtime/Frame;)Lsun/jvm/hotspot/runtime/Frame;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.JavaThread this
        start local 1 // sun.jvm.hotspot.runtime.Frame fr
         0: .line 439
            aload 1 /* fr */
            ifnonnull 2
         1: .line 440
            aconst_null
            areturn
         2: .line 443
      StackMap locals:
      StackMap stack:
            aload 1 /* fr */
            invokevirtual sun.jvm.hotspot.runtime.Frame.getPC:()Lsun/jvm/hotspot/debugger/Address;
            astore 2 /* pc */
        start local 2 // sun.jvm.hotspot.debugger.Address pc
         3: .line 445
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 6
         4: .line 446
            aload 2 /* pc */
            ifnonnull 6
         5: .line 447
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.isDebugging:()Z
            ldc "must have PC"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         6: .line 450
      StackMap locals: sun.jvm.hotspot.debugger.Address
      StackMap stack:
            aload 1 /* fr */
            areturn
        end local 2 // sun.jvm.hotspot.debugger.Address pc
        end local 1 // sun.jvm.hotspot.runtime.Frame fr
        end local 0 // sun.jvm.hotspot.runtime.JavaThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/jvm/hotspot/runtime/JavaThread;
            0    7     1    fr  Lsun/jvm/hotspot/runtime/Frame;
            3    7     2    pc  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      fr    

  private sun.jvm.hotspot.debugger.Address lastSPDbg();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.JavaThread this
         0: .line 454
            getstatic sun.jvm.hotspot.runtime.JavaThread.access:Lsun/jvm/hotspot/runtime/JavaThreadPDAccess;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.JavaThread.addr:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.runtime.JavaThreadPDAccess.getLastSP:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.JavaThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/JavaThread;
}
SourceFile: "JavaThread.java"
NestMembers:
  sun.jvm.hotspot.runtime.JavaThread$1
InnerClasses:
  sun.jvm.hotspot.runtime.JavaThread$1