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 59
            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 60
            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 62
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 64
            aload 0 /* this */
            aload 1 /* context */
            putfield sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.context:Lsun/jvm/hotspot/debugger/amd64/AMD64ThreadContext;
         2: .line 65
            aload 0 /* this */
            aload 2 /* thread */
            putfield sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.thread:Lsun/jvm/hotspot/runtime/JavaThread;
         3: .line 66
            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   

  private boolean validateInterpreterFrame(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;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=10, 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 69
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            astore 4 /* vm */
        start local 4 // sun.jvm.hotspot.runtime.VM vm
         1: .line 70
            new sun.jvm.hotspot.runtime.x86.X86Frame
            dup
            aload 1 /* sp */
            aload 2 /* fp */
            aload 3 /* 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 5 /* f */
        start local 5 // sun.jvm.hotspot.runtime.x86.X86Frame f
         2: .line 73
            aconst_null
            astore 6 /* method */
        start local 6 // sun.jvm.hotspot.oops.Method method
         3: .line 75
            aload 5 /* f */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getInterpreterFrameMethod:()Lsun/jvm/hotspot/oops/Method;
            astore 6 /* method */
         4: .line 76
            goto 8
      StackMap locals: sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.runtime.VM sun.jvm.hotspot.runtime.x86.X86Frame sun.jvm.hotspot.oops.Method
      StackMap stack: java.lang.RuntimeException
         5: pop
         6: .line 78
            getstatic sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.DEBUG:Z
            ifeq 8
         7: .line 79
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "CurrentFrameGuess: frame->method is invalid"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         8: .line 84
      StackMap locals:
      StackMap stack:
            aload 6 /* method */
            ifnull 14
            aload 5 /* f */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getInterpreterFrameBCP:()Lsun/jvm/hotspot/debugger/Address;
            ifnull 14
         9: .line 85
            aload 6 /* method */
            invokevirtual sun.jvm.hotspot.oops.Method.getConstMethod:()Lsun/jvm/hotspot/oops/ConstMethod;
            aload 5 /* f */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getInterpreterFrameBCP:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual sun.jvm.hotspot.oops.ConstMethod.isAddressInMethod:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 12
        10: .line 88
            aload 0 /* this */
            aload 1 /* sp */
            aload 2 /* fp */
            aload 3 /* 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
        11: .line 89
            iconst_1
            ireturn
        12: .line 91
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.DEBUG:Z
            ifeq 14
        13: .line 92
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "CurrentFrameGuess: frame->bcp is invalid"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        14: .line 105
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.context:Lsun/jvm/hotspot/debugger/amd64/AMD64ThreadContext;
            bipush 14
            invokevirtual sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
            astore 7 /* returnAddress */
        start local 7 // sun.jvm.hotspot.debugger.Address returnAddress
        15: .line 106
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getCodeCache:()Lsun/jvm/hotspot/code/CodeCache;
            astore 8 /* c */
        start local 8 // sun.jvm.hotspot.code.CodeCache c
        16: .line 107
            aload 7 /* returnAddress */
            ifnull 17
            aload 8 /* c */
            aload 7 /* returnAddress */
            invokevirtual sun.jvm.hotspot.code.CodeCache.contains:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifne 26
        17: .line 108
      StackMap locals: sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.code.CodeCache
      StackMap stack:
            aload 1 /* sp */
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 7 /* returnAddress */
        18: .line 109
            aload 7 /* returnAddress */
            ifnull 19
            aload 8 /* c */
            aload 7 /* returnAddress */
            invokevirtual sun.jvm.hotspot.code.CodeCache.contains:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifne 23
        19: .line 110
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.DEBUG:Z
            ifeq 21
        20: .line 111
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "CurrentFrameGuess: Cannot find valid returnAddress"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        21: .line 113
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* sp */
            aload 2 /* fp */
            aload 3 /* 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
        22: .line 114
            iconst_0
            ireturn
        23: .line 116
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.DEBUG:Z
            ifeq 28
        24: .line 117
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "CurrentFrameGuess: returnAddress found on stack: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 7 /* returnAddress */
            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
        25: .line 120
            goto 28
        26: .line 121
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.DEBUG:Z
            ifeq 28
        27: .line 122
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "CurrentFrameGuess: returnAddress found in RAX: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 7 /* returnAddress */
            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
        28: .line 128
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 9 /* returnAddress2 */
        start local 9 // sun.jvm.hotspot.debugger.Address returnAddress2
        29: .line 130
            aload 5 /* f */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getSenderPC:()Lsun/jvm/hotspot/debugger/Address;
            astore 9 /* returnAddress2 */
        30: .line 131
            goto 34
      StackMap locals: sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.runtime.VM sun.jvm.hotspot.runtime.x86.X86Frame sun.jvm.hotspot.oops.Method sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.code.CodeCache sun.jvm.hotspot.debugger.Address
      StackMap stack: sun.jvm.hotspot.debugger.AddressException
        31: pop
        32: .line 133
            getstatic sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.DEBUG:Z
            ifeq 34
        33: .line 134
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "CurrentFrameGuess: senderPC is invalid"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        34: .line 137
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.DEBUG:Z
            ifeq 36
        35: .line 138
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "CurrentFrameGuess: returnAddress2: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 9 /* returnAddress2 */
            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
        36: .line 141
      StackMap locals:
      StackMap stack:
            aload 7 /* returnAddress */
            aload 9 /* returnAddress2 */
            invokeinterface sun.jvm.hotspot.debugger.Address.equals:(Ljava/lang/Object;)Z
            ifeq 49
        37: .line 147
            getstatic sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.DEBUG:Z
            ifeq 39
        38: .line 148
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "CurrentFrameGuess: frame pushed but not initialized."
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        39: .line 150
      StackMap locals:
      StackMap stack:
            aload 5 /* f */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getSenderSP:()Lsun/jvm/hotspot/debugger/Address;
            astore 1 /* sp */
        40: .line 151
            aload 5 /* f */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getLink:()Lsun/jvm/hotspot/debugger/Address;
            astore 2 /* fp */
        41: .line 152
            aload 0 /* this */
            aload 1 /* sp */
            aload 2 /* fp */
            aload 7 /* returnAddress */
            invokevirtual sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.setValues:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
        42: .line 156
            aload 4 /* vm */
            invokevirtual sun.jvm.hotspot.runtime.VM.getInterpreter:()Lsun/jvm/hotspot/interpreter/Interpreter;
            aload 7 /* returnAddress */
            invokevirtual sun.jvm.hotspot.interpreter.Interpreter.contains:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 46
        43: .line 157
            getstatic sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.DEBUG:Z
            ifeq 45
        44: .line 158
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "CurrentFrameGuess: Interpreted: using previous frame."
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        45: .line 160
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        46: .line 162
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.DEBUG:Z
            ifeq 48
        47: .line 163
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "CurrentFrameGuess: Not Interpreted: using previous frame."
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        48: .line 165
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        49: .line 173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* sp */
            aload 2 /* fp */
            aload 7 /* returnAddress */
            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 174
            getstatic sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.DEBUG:Z
            ifeq 52
        51: .line 175
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "CurrentFrameGuess: Frame not yet pushed. Previous frame not interpreted."
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        52: .line 177
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 9 // sun.jvm.hotspot.debugger.Address returnAddress2
        end local 8 // sun.jvm.hotspot.code.CodeCache c
        end local 7 // sun.jvm.hotspot.debugger.Address returnAddress
        end local 6 // sun.jvm.hotspot.oops.Method method
        end local 5 // sun.jvm.hotspot.runtime.x86.X86Frame f
        end local 4 // sun.jvm.hotspot.runtime.VM vm
        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   53     0            this  Lsun/jvm/hotspot/runtime/amd64/AMD64CurrentFrameGuess;
            0   53     1              sp  Lsun/jvm/hotspot/debugger/Address;
            0   53     2              fp  Lsun/jvm/hotspot/debugger/Address;
            0   53     3              pc  Lsun/jvm/hotspot/debugger/Address;
            1   53     4              vm  Lsun/jvm/hotspot/runtime/VM;
            2   53     5               f  Lsun/jvm/hotspot/runtime/x86/X86Frame;
            3   53     6          method  Lsun/jvm/hotspot/oops/Method;
           15   53     7   returnAddress  Lsun/jvm/hotspot/debugger/Address;
           16   53     8               c  Lsun/jvm/hotspot/code/CodeCache;
           29   53     9  returnAddress2  Lsun/jvm/hotspot/debugger/Address;
      Exception table:
        from    to  target  type
           3     4       5  Class sun.jvm.hotspot.types.WrongTypeException
           3     4       5  Class sun.jvm.hotspot.debugger.AddressException
           3     4       5  Class java.lang.NullPointerException
          29    30      31  Class sun.jvm.hotspot.debugger.AddressException
    MethodParameters:
      Name  Flags
      sp    
      fp    
      pc    

  public boolean run(long);
    descriptor: (J)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=13, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess this
        start local 1 // long regionInBytesToSearch
         0: .line 183
            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 184
            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 185
            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 186
            aload 3 /* sp */
            ifnonnull 5
         4: .line 187
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.checkLastJavaSP:()Z
            ireturn
         5: .line 189
      StackMap locals: sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address
      StackMap stack:
            aload 3 /* sp */
            lload 1 /* regionInBytesToSearch */
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            pop
         6: .line 190
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            astore 6 /* vm */
        start local 6 // sun.jvm.hotspot.runtime.VM vm
         7: .line 192
            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
         8: .line 194
            aload 6 /* vm */
            aload 4 /* pc */
            invokevirtual sun.jvm.hotspot.runtime.VM.isJavaPCDbg:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifne 10
         9: .line 195
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.checkLastJavaSP:()Z
            ireturn
        10: .line 197
      StackMap locals: sun.jvm.hotspot.runtime.VM
      StackMap stack:
            aload 6 /* vm */
            invokevirtual sun.jvm.hotspot.runtime.VM.isClientCompiler:()Z
            ifeq 13
        11: .line 208
            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
        12: .line 209
            iconst_1
            ireturn
        13: .line 211
      StackMap locals:
      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 28
        14: .line 218
            aload 0 /* this */
            aload 3 /* sp */
            aload 5 /* fp */
            aload 4 /* pc */
            invokevirtual sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.validateInterpreterFrame:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 20
        15: .line 219
            getstatic sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.DEBUG:Z
            ifeq 19
        16: .line 220
            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
        17: .line 221
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.spFound: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.fpFound:Lsun/jvm/hotspot/debugger/Address;
            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 0 /* this */
            getfield sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.pcFound:Lsun/jvm/hotspot/debugger/Address;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        18: .line 220
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        19: .line 223
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        20: .line 228
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.spFound:Lsun/jvm/hotspot/debugger/Address;
            astore 3 /* sp */
        21: .line 229
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.fpFound:Lsun/jvm/hotspot/debugger/Address;
            astore 5 /* fp */
        22: .line 230
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.pcFound:Lsun/jvm/hotspot/debugger/Address;
            astore 4 /* pc */
        23: .line 231
            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
        24: .line 232
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.pcFound:Lsun/jvm/hotspot/debugger/Address;
            ifnonnull 26
        25: .line 233
            iconst_0
            ireturn
        26: .line 237
      StackMap locals:
      StackMap stack:
            aload 6 /* vm */
            aload 4 /* pc */
            invokevirtual sun.jvm.hotspot.runtime.VM.isJavaPCDbg:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifne 28
        27: .line 238
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.checkLastJavaSP:()Z
            ireturn
        28: .line 258
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.DEBUG:Z
            ifeq 30
        29: .line 259
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "CurrentFrameGuess: sp = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* sp */
            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
        30: .line 261
      StackMap locals:
      StackMap stack:
            lconst_0
            lstore 7 /* offset */
        start local 7 // long offset
        31: .line 262
            goto 53
        32: .line 265
      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
        33: .line 266
            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
        34: .line 267
            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
        35: .line 268
            goto 47
        36: .line 269
      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 41
            aload 10 /* frame */
            invokevirtual sun.jvm.hotspot.runtime.Frame.entryFrameIsFirst:()Z
            ifeq 41
        37: .line 273
            getstatic sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.DEBUG:Z
            ifeq 39
        38: .line 274
            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
        39: .line 276
      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
        40: .line 277
            iconst_1
            ireturn
        41: .line 279
      StackMap locals:
      StackMap stack:
            aload 10 /* frame */
            astore 12 /* oldFrame */
        start local 12 // sun.jvm.hotspot.runtime.Frame oldFrame
        42: .line 280
            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 */
        43: .line 281
            aload 10 /* frame */
            invokevirtual sun.jvm.hotspot.runtime.Frame.getSP:()Lsun/jvm/hotspot/debugger/Address;
            aload 12 /* oldFrame */
            invokevirtual sun.jvm.hotspot.runtime.Frame.getSP:()Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.debugger.Address.lessThanOrEqual:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 47
        44: .line 284
            getstatic sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.DEBUG:Z
            ifeq 52
        45: .line 285
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "CurrentFrameGuess: frame <= oldFrame: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 10 /* frame */
            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
        46: .line 287
            goto 52
        end local 12 // sun.jvm.hotspot.runtime.Frame oldFrame
        47: .line 268
      StackMap locals:
      StackMap stack:
            aload 10 /* frame */
            ifnonnull 36
        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
        48: .line 290
            goto 52
      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
        49: astore 9 /* e */
        start local 9 // java.lang.Exception e
        50: .line 291
            getstatic sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.DEBUG:Z
            ifeq 52
        51: .line 292
            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
        52: .line 263
      StackMap locals:
      StackMap stack:
            lload 7 /* offset */
            aload 6 /* vm */
            invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
            ladd
            lstore 7 /* offset */
        53: .line 262
      StackMap locals:
      StackMap stack:
            lload 7 /* offset */
            lload 1 /* regionInBytesToSearch */
        54: .line 261
            lcmp
            iflt 32
        end local 7 // long offset
        55: .line 300
            iconst_0
            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   56     0                   this  Lsun/jvm/hotspot/runtime/amd64/AMD64CurrentFrameGuess;
            0   56     1  regionInBytesToSearch  J
            1   56     3                     sp  Lsun/jvm/hotspot/debugger/Address;
            2   56     4                     pc  Lsun/jvm/hotspot/debugger/Address;
            3   56     5                     fp  Lsun/jvm/hotspot/debugger/Address;
            7   56     6                     vm  Lsun/jvm/hotspot/runtime/VM;
           31   55     7                 offset  J
           33   48     9                  curSP  Lsun/jvm/hotspot/debugger/Address;
           34   48    10                  frame  Lsun/jvm/hotspot/runtime/Frame;
           35   48    11                    map  Lsun/jvm/hotspot/runtime/RegisterMap;
           42   47    12               oldFrame  Lsun/jvm/hotspot/runtime/Frame;
           50   52     9                      e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
          32    40      49  Class java.lang.Exception
          41    48      49  Class java.lang.Exception
    MethodParameters:
                       Name  Flags
      regionInBytesToSearch  

  private boolean checkLastJavaSP();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess this
         0: .line 343
            getstatic sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.DEBUG:Z
            ifeq 4
         1: .line 344
            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
         2: .line 345
            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;
         3: .line 344
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         4: .line 347
      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 6
         5: .line 348
            iconst_0
            ireturn
         6: .line 350
      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
         7: .line 351
            iconst_1
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/jvm/hotspot/runtime/amd64/AMD64CurrentFrameGuess;

  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 354
            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 355
            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 359
            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 362
            aload 0 /* this */
            aload 1 /* sp */
            putfield sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.spFound:Lsun/jvm/hotspot/debugger/Address;
         1: .line 363
            aload 0 /* this */
            aload 2 /* fp */
            putfield sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.fpFound:Lsun/jvm/hotspot/debugger/Address;
         2: .line 364
            aload 0 /* this */
            aload 3 /* pc */
            putfield sun.jvm.hotspot.runtime.amd64.AMD64CurrentFrameGuess.pcFound:Lsun/jvm/hotspot/debugger/Address;
         3: .line 365
            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"