public class sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess
  super_class: java.lang.Object
{
  private sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext context;
    descriptor: Lsun/jvm/hotspot/debugger/amd64/AMD64ThreadContext;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.runtime.JavaThread thread;
    descriptor: Lsun/jvm/hotspot/runtime/JavaThread;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.debugger.Address spFound;
    descriptor: Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.debugger.Address fpFound;
    descriptor: Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.debugger.Address pcFound;
    descriptor: Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0002) ACC_PRIVATE

  private static final boolean DEBUG;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 56
            ldc "sun.jvm.hotspot.runtime.amd64.AMD64Frame.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.amd64.AMD64CurrentFrameGuess.DEBUG:Z
         3: .line 57
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext, sun.jvm.hotspot.runtime.JavaThread);
    descriptor: (Lsun/jvm/hotspot/debugger/amd64/AMD64ThreadContext;Lsun/jvm/hotspot/runtime/JavaThread;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess this
        start local 1 // sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext context
        start local 2 // sun.jvm.hotspot.runtime.JavaThread thread
         0: .line 59
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 61
            aload 0 /* this */
            aload 1 /* context */
            putfield sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.context:Lsun/jvm/hotspot/debugger/amd64/AMD64ThreadContext;
         2: .line 62
            aload 0 /* this */
            aload 2 /* thread */
            putfield sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.thread:Lsun/jvm/hotspot/runtime/JavaThread;
         3: .line 63
            return
        end local 2 // sun.jvm.hotspot.runtime.JavaThread thread
        end local 1 // sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext context
        end local 0 // sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lsun/jvm/hotspot/runtime/amd64/AMD64CurrentFrameGuess;
            0    4     1  context  Lsun/jvm/hotspot/debugger/amd64/AMD64ThreadContext;
            0    4     2   thread  Lsun/jvm/hotspot/runtime/JavaThread;
    MethodParameters:
         Name  Flags
      context  
      thread   

  public boolean run(long);
    descriptor: (J)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=12, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess this
        start local 1 // long regionInBytesToSearch
         0: .line 67
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.context:Lsun/jvm/hotspot/debugger/amd64/AMD64ThreadContext;
            bipush 20
            invokevirtual sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
            astore 3 /* sp */
        start local 3 // sun.jvm.hotspot.debugger.Address sp
         1: .line 68
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.context:Lsun/jvm/hotspot/debugger/amd64/AMD64ThreadContext;
            bipush 17
            invokevirtual sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
            astore 4 /* pc */
        start local 4 // sun.jvm.hotspot.debugger.Address pc
         2: .line 69
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.context:Lsun/jvm/hotspot/debugger/amd64/AMD64ThreadContext;
            bipush 10
            invokevirtual sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
            astore 5 /* fp */
        start local 5 // sun.jvm.hotspot.debugger.Address fp
         3: .line 70
            aload 3 /* sp */
            ifnonnull 8
         4: .line 72
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.thread:Lsun/jvm/hotspot/runtime/JavaThread;
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getLastJavaSP:()Lsun/jvm/hotspot/debugger/Address;
            ifnull 7
         5: .line 73
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.thread:Lsun/jvm/hotspot/runtime/JavaThread;
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getLastJavaSP:()Lsun/jvm/hotspot/debugger/Address;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.thread:Lsun/jvm/hotspot/runtime/JavaThread;
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getLastJavaFP:()Lsun/jvm/hotspot/debugger/Address;
            aconst_null
            invokevirtual sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.setValues:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
         6: .line 74
            iconst_1
            ireturn
         7: .line 76
      StackMap locals: sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address
      StackMap stack:
            iconst_0
            ireturn
         8: .line 78
      StackMap locals:
      StackMap stack:
            aload 3 /* sp */
            lload 1 /* regionInBytesToSearch */
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            pop
         9: .line 79
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            astore 6 /* vm */
        start local 6 // sun.jvm.hotspot.runtime.VM vm
        10: .line 81
            aload 0 /* this */
            aconst_null
            aconst_null
            aconst_null
            invokevirtual sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.setValues:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
        11: .line 83
            aload 6 /* vm */
            aload 4 /* pc */
            invokevirtual sun.jvm.hotspot.runtime.VM.isJavaPCDbg:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 43
        12: .line 84
            aload 6 /* vm */
            invokevirtual sun.jvm.hotspot.runtime.VM.isClientCompiler:()Z
            ifeq 15
        13: .line 95
            aload 0 /* this */
            aload 3 /* sp */
            aload 5 /* fp */
            aload 4 /* pc */
            invokevirtual sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.setValues:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
        14: .line 96
            iconst_1
            ireturn
        15: .line 98
      StackMap locals: sun.jvm.hotspot.runtime.VM
      StackMap stack:
            aload 6 /* vm */
            invokevirtual sun.jvm.hotspot.runtime.VM.getInterpreter:()Lsun/jvm/hotspot/interpreter/Interpreter;
            aload 4 /* pc */
            invokevirtual sun.jvm.hotspot.interpreter.Interpreter.contains:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 22
        16: .line 99
            getstatic sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.DEBUG:Z
            ifeq 20
        17: .line 100
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "CurrentFrameGuess: choosing interpreter frame: sp = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        18: .line 101
            aload 3 /* sp */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ", fp = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 5 /* fp */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ", pc = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 4 /* pc */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        19: .line 100
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        20: .line 103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* sp */
            aload 5 /* fp */
            aload 4 /* pc */
            invokevirtual sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.setValues:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
        21: .line 104
            iconst_1
            ireturn
        22: .line 122
      StackMap locals:
      StackMap stack:
            lconst_0
            lstore 7 /* offset */
        start local 7 // long offset
        23: .line 123
            goto 40
        24: .line 126
      StackMap locals: long
      StackMap stack:
            aload 3 /* sp */
            lload 7 /* offset */
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 9 /* curSP */
        start local 9 // sun.jvm.hotspot.debugger.Address curSP
        25: .line 127
            new sun.jvm.hotspot.runtime.x86.X86Frame
            dup
            aload 9 /* curSP */
            aconst_null
            aload 4 /* pc */
            invokespecial sun.jvm.hotspot.runtime.x86.X86Frame.<init>:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
            astore 10 /* frame */
        start local 10 // sun.jvm.hotspot.runtime.Frame frame
        26: .line 128
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.thread:Lsun/jvm/hotspot/runtime/JavaThread;
            iconst_0
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.newRegisterMap:(Z)Lsun/jvm/hotspot/runtime/RegisterMap;
            astore 11 /* map */
        start local 11 // sun.jvm.hotspot.runtime.RegisterMap map
        27: .line 129
            goto 34
        28: .line 130
      StackMap locals: sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.runtime.Frame sun.jvm.hotspot.runtime.RegisterMap
      StackMap stack:
            aload 10 /* frame */
            invokevirtual sun.jvm.hotspot.runtime.Frame.isEntryFrame:()Z
            ifeq 33
            aload 10 /* frame */
            invokevirtual sun.jvm.hotspot.runtime.Frame.entryFrameIsFirst:()Z
            ifeq 33
        29: .line 134
            getstatic sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.DEBUG:Z
            ifeq 31
        30: .line 135
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "CurrentFrameGuess: Choosing sp = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 9 /* curSP */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ", pc = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 4 /* pc */
            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
        31: .line 137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 9 /* curSP */
            aconst_null
            aload 4 /* pc */
            invokevirtual sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.setValues:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
        32: .line 138
            iconst_1
            ireturn
        33: .line 140
      StackMap locals:
      StackMap stack:
            aload 10 /* frame */
            aload 11 /* map */
            invokevirtual sun.jvm.hotspot.runtime.Frame.sender:(Lsun/jvm/hotspot/runtime/RegisterMap;)Lsun/jvm/hotspot/runtime/Frame;
            astore 10 /* frame */
        34: .line 129
      StackMap locals:
      StackMap stack:
            aload 10 /* frame */
            ifnonnull 28
        end local 11 // sun.jvm.hotspot.runtime.RegisterMap map
        end local 10 // sun.jvm.hotspot.runtime.Frame frame
        end local 9 // sun.jvm.hotspot.debugger.Address curSP
        35: .line 142
            goto 39
      StackMap locals: sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess long sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.runtime.VM long
      StackMap stack: java.lang.Exception
        36: astore 9 /* e */
        start local 9 // java.lang.Exception e
        37: .line 143
            getstatic sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.DEBUG:Z
            ifeq 39
        38: .line 144
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "CurrentFrameGuess: Exception "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 9 /* e */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " at offset "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            lload 7 /* offset */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        end local 9 // java.lang.Exception e
        39: .line 124
      StackMap locals:
      StackMap stack:
            lload 7 /* offset */
            aload 6 /* vm */
            invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
            ladd
            lstore 7 /* offset */
        40: .line 123
      StackMap locals:
      StackMap stack:
            lload 7 /* offset */
            lload 1 /* regionInBytesToSearch */
        41: .line 122
            lcmp
            iflt 24
        end local 7 // long offset
        42: .line 152
            iconst_0
            ireturn
        43: .line 192
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.DEBUG:Z
            ifeq 47
        44: .line 193
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "CurrentFrameGuess: choosing last Java frame: sp = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        45: .line 194
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.thread:Lsun/jvm/hotspot/runtime/JavaThread;
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getLastJavaSP:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ", fp = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.thread:Lsun/jvm/hotspot/runtime/JavaThread;
            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;
        46: .line 193
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        47: .line 196
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.thread:Lsun/jvm/hotspot/runtime/JavaThread;
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getLastJavaSP:()Lsun/jvm/hotspot/debugger/Address;
            ifnonnull 49
        48: .line 197
            iconst_0
            ireturn
        49: .line 199
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.thread:Lsun/jvm/hotspot/runtime/JavaThread;
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getLastJavaSP:()Lsun/jvm/hotspot/debugger/Address;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.thread:Lsun/jvm/hotspot/runtime/JavaThread;
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getLastJavaFP:()Lsun/jvm/hotspot/debugger/Address;
            aconst_null
            invokevirtual sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.setValues:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
        50: .line 200
            iconst_1
            ireturn
        end local 6 // sun.jvm.hotspot.runtime.VM vm
        end local 5 // sun.jvm.hotspot.debugger.Address fp
        end local 4 // sun.jvm.hotspot.debugger.Address pc
        end local 3 // sun.jvm.hotspot.debugger.Address sp
        end local 1 // long regionInBytesToSearch
        end local 0 // sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   51     0                   this  Lsun/jvm/hotspot/runtime/amd64/AMD64CurrentFrameGuess;
            0   51     1  regionInBytesToSearch  J
            1   51     3                     sp  Lsun/jvm/hotspot/debugger/Address;
            2   51     4                     pc  Lsun/jvm/hotspot/debugger/Address;
            3   51     5                     fp  Lsun/jvm/hotspot/debugger/Address;
           10   51     6                     vm  Lsun/jvm/hotspot/runtime/VM;
           23   42     7                 offset  J
           25   35     9                  curSP  Lsun/jvm/hotspot/debugger/Address;
           26   35    10                  frame  Lsun/jvm/hotspot/runtime/Frame;
           27   35    11                    map  Lsun/jvm/hotspot/runtime/RegisterMap;
           37   39     9                      e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
          24    32      36  Class java.lang.Exception
          33    35      36  Class java.lang.Exception
    MethodParameters:
                       Name  Flags
      regionInBytesToSearch  

  public sun.jvm.hotspot.debugger.Address getSP();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess this
         0: .line 204
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.spFound:Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/amd64/AMD64CurrentFrameGuess;

  public sun.jvm.hotspot.debugger.Address getFP();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess this
         0: .line 205
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.fpFound:Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/amd64/AMD64CurrentFrameGuess;

  public sun.jvm.hotspot.debugger.Address getPC();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess this
         0: .line 209
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.pcFound:Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/amd64/AMD64CurrentFrameGuess;

  private void setValues(sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess this
        start local 1 // sun.jvm.hotspot.debugger.Address sp
        start local 2 // sun.jvm.hotspot.debugger.Address fp
        start local 3 // sun.jvm.hotspot.debugger.Address pc
         0: .line 212
            aload 0 /* this */
            aload 1 /* sp */
            putfield sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.spFound:Lsun/jvm/hotspot/debugger/Address;
         1: .line 213
            aload 0 /* this */
            aload 2 /* fp */
            putfield sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.fpFound:Lsun/jvm/hotspot/debugger/Address;
         2: .line 214
            aload 0 /* this */
            aload 3 /* pc */
            putfield sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.pcFound:Lsun/jvm/hotspot/debugger/Address;
         3: .line 215
            return
        end local 3 // sun.jvm.hotspot.debugger.Address pc
        end local 2 // sun.jvm.hotspot.debugger.Address fp
        end local 1 // sun.jvm.hotspot.debugger.Address sp
        end local 0 // sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/runtime/amd64/AMD64CurrentFrameGuess;
            0    4     1    sp  Lsun/jvm/hotspot/debugger/Address;
            0    4     2    fp  Lsun/jvm/hotspot/debugger/Address;
            0    4     3    pc  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      sp    
      fp    
      pc    
}
SourceFile: "AMD64CurrentFrameGuess.java"