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

  private static final int LINK_OFFSET;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final int RETURN_ADDR_OFFSET;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int SENDER_SP_OFFSET;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private static final int INTERPRETER_FRAME_SENDER_SP_OFFSET;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  private static final int INTERPRETER_FRAME_LAST_SP_OFFSET;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -2

  private static final int INTERPRETER_FRAME_METHOD_OFFSET;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -3

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

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

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

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

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

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

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

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

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

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

  sun.jvm.hotspot.debugger.Address raw_fp;
    descriptor: Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0000) 

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 44
            ldc "sun.jvm.hotspot.runtime.x86.X86Frame.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.x86.X86Frame.DEBUG:Z
         3: .line 71
            new sun.jvm.hotspot.runtime.x86.X86Frame$1
            dup
            invokespecial sun.jvm.hotspot.runtime.x86.X86Frame$1.<init>:()V
            invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Lsun/jvm/hotspot/utilities/Observer;)V
         4: .line 76
            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=4, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.types.TypeDataBase db
         0: .line 79
            bipush -4
            putstatic sun.jvm.hotspot.runtime.x86.X86Frame.INTERPRETER_FRAME_MIRROR_OFFSET:I
         1: .line 80
            getstatic sun.jvm.hotspot.runtime.x86.X86Frame.INTERPRETER_FRAME_MIRROR_OFFSET:I
            iconst_1
            isub
            putstatic sun.jvm.hotspot.runtime.x86.X86Frame.INTERPRETER_FRAME_MDX_OFFSET:I
         2: .line 81
            getstatic sun.jvm.hotspot.runtime.x86.X86Frame.INTERPRETER_FRAME_MDX_OFFSET:I
            iconst_1
            isub
            putstatic sun.jvm.hotspot.runtime.x86.X86Frame.INTERPRETER_FRAME_CACHE_OFFSET:I
         3: .line 82
            getstatic sun.jvm.hotspot.runtime.x86.X86Frame.INTERPRETER_FRAME_CACHE_OFFSET:I
            iconst_1
            isub
            putstatic sun.jvm.hotspot.runtime.x86.X86Frame.INTERPRETER_FRAME_LOCALS_OFFSET:I
         4: .line 83
            getstatic sun.jvm.hotspot.runtime.x86.X86Frame.INTERPRETER_FRAME_LOCALS_OFFSET:I
            iconst_1
            isub
            putstatic sun.jvm.hotspot.runtime.x86.X86Frame.INTERPRETER_FRAME_BCX_OFFSET:I
         5: .line 84
            getstatic sun.jvm.hotspot.runtime.x86.X86Frame.INTERPRETER_FRAME_BCX_OFFSET:I
            iconst_1
            isub
            putstatic sun.jvm.hotspot.runtime.x86.X86Frame.INTERPRETER_FRAME_INITIAL_SP_OFFSET:I
         6: .line 85
            getstatic sun.jvm.hotspot.runtime.x86.X86Frame.INTERPRETER_FRAME_INITIAL_SP_OFFSET:I
            putstatic sun.jvm.hotspot.runtime.x86.X86Frame.INTERPRETER_FRAME_MONITOR_BLOCK_TOP_OFFSET:I
         7: .line 86
            getstatic sun.jvm.hotspot.runtime.x86.X86Frame.INTERPRETER_FRAME_INITIAL_SP_OFFSET:I
            putstatic sun.jvm.hotspot.runtime.x86.X86Frame.INTERPRETER_FRAME_MONITOR_BLOCK_BOTTOM_OFFSET:I
         8: .line 88
            aload 0 /* db */
            ldc "frame::entry_frame_call_wrapper_offset"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.runtime.x86.X86Frame.ENTRY_FRAME_CALL_WRAPPER_OFFSET:I
         9: .line 89
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
            ldc 4
            lcmp
            ifne 12
        10: .line 90
            new sun.jvm.hotspot.runtime.VMReg
            dup
            iconst_5
            invokespecial sun.jvm.hotspot.runtime.VMReg.<init>:(I)V
            putstatic sun.jvm.hotspot.runtime.x86.X86Frame.rbp:Lsun/jvm/hotspot/runtime/VMReg;
        11: .line 91
            goto 13
        12: .line 92
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.runtime.VMReg
            dup
            bipush 10
            invokespecial sun.jvm.hotspot.runtime.VMReg.<init>:(I)V
            putstatic sun.jvm.hotspot.runtime.x86.X86Frame.rbp:Lsun/jvm/hotspot/runtime/VMReg;
        13: .line 94
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.jvm.hotspot.types.TypeDataBase db
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0    db  Lsun/jvm/hotspot/types/TypeDataBase;
    MethodParameters:
      Name  Flags
      db    

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
         0: .line 102
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.runtime.Frame.<init>:()V
         1: .line 103
            return
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/runtime/x86/X86Frame;

  private void adjustForDeopt();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
         0: .line 106
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.x86.X86Frame.pc:Lsun/jvm/hotspot/debugger/Address;
            ifnull 11
         1: .line 108
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getCodeCache:()Lsun/jvm/hotspot/code/CodeCache;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.x86.X86Frame.pc:Lsun/jvm/hotspot/debugger/Address;
            invokevirtual sun.jvm.hotspot.code.CodeCache.findBlob:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/code/CodeBlob;
            astore 1 /* cb */
        start local 1 // sun.jvm.hotspot.code.CodeBlob cb
         2: .line 109
            aload 1 /* cb */
            ifnull 11
            aload 1 /* cb */
            invokevirtual sun.jvm.hotspot.code.CodeBlob.isJavaMethod:()Z
            ifeq 11
         3: .line 110
            aload 1 /* cb */
            checkcast sun.jvm.hotspot.code.NMethod
            astore 2 /* nm */
        start local 2 // sun.jvm.hotspot.code.NMethod nm
         4: .line 111
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.x86.X86Frame.pc:Lsun/jvm/hotspot/debugger/Address;
            aload 2 /* nm */
            invokevirtual sun.jvm.hotspot.code.NMethod.deoptHandlerBegin:()Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.debugger.Address.equals:(Ljava/lang/Object;)Z
            ifeq 11
         5: .line 112
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 9
         6: .line 113
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getUnextendedSP:()Lsun/jvm/hotspot/debugger/Address;
            ifnull 7
            iconst_1
            goto 8
      StackMap locals: sun.jvm.hotspot.code.CodeBlob sun.jvm.hotspot.code.NMethod
      StackMap stack:
         7: iconst_0
      StackMap locals:
      StackMap stack: int
         8: ldc "null SP in Java frame"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         9: .line 116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getUnextendedSP:()Lsun/jvm/hotspot/debugger/Address;
            aload 2 /* nm */
            invokevirtual sun.jvm.hotspot.code.NMethod.origPCOffset:()I
            i2l
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            putfield sun.jvm.hotspot.runtime.x86.X86Frame.pc:Lsun/jvm/hotspot/debugger/Address;
        10: .line 117
            aload 0 /* this */
            iconst_1
            putfield sun.jvm.hotspot.runtime.x86.X86Frame.deoptimized:Z
        end local 2 // sun.jvm.hotspot.code.NMethod nm
        end local 1 // sun.jvm.hotspot.code.CodeBlob cb
        11: .line 121
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lsun/jvm/hotspot/runtime/x86/X86Frame;
            2   11     1    cb  Lsun/jvm/hotspot/code/CodeBlob;
            4   11     2    nm  Lsun/jvm/hotspot/code/NMethod;

  private void initFrame(sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address, 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;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
        start local 1 // sun.jvm.hotspot.debugger.Address raw_sp
        start local 2 // sun.jvm.hotspot.debugger.Address raw_fp
        start local 3 // sun.jvm.hotspot.debugger.Address pc
        start local 4 // sun.jvm.hotspot.debugger.Address raw_unextendedSp
        start local 5 // sun.jvm.hotspot.debugger.Address live_bcp
         0: .line 124
            aload 0 /* this */
            aload 1 /* raw_sp */
            putfield sun.jvm.hotspot.runtime.x86.X86Frame.raw_sp:Lsun/jvm/hotspot/debugger/Address;
         1: .line 125
            aload 0 /* this */
            aload 2 /* raw_fp */
            putfield sun.jvm.hotspot.runtime.x86.X86Frame.raw_fp:Lsun/jvm/hotspot/debugger/Address;
         2: .line 126
            aload 4 /* raw_unextendedSp */
            ifnonnull 5
         3: .line 127
            aload 0 /* this */
            aload 1 /* raw_sp */
            putfield sun.jvm.hotspot.runtime.x86.X86Frame.raw_unextendedSP:Lsun/jvm/hotspot/debugger/Address;
         4: .line 128
            goto 6
         5: .line 129
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* raw_unextendedSp */
            putfield sun.jvm.hotspot.runtime.x86.X86Frame.raw_unextendedSP:Lsun/jvm/hotspot/debugger/Address;
         6: .line 131
      StackMap locals:
      StackMap stack:
            aload 3 /* pc */
            ifnonnull 9
         7: .line 132
            aload 0 /* this */
            aload 1 /* raw_sp */
            ldc -1
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
            lmul
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            putfield sun.jvm.hotspot.runtime.x86.X86Frame.pc:Lsun/jvm/hotspot/debugger/Address;
         8: .line 133
            goto 10
         9: .line 134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* pc */
            putfield sun.jvm.hotspot.runtime.x86.X86Frame.pc:Lsun/jvm/hotspot/debugger/Address;
        10: .line 136
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* live_bcp */
            putfield sun.jvm.hotspot.runtime.x86.X86Frame.live_bcp:Lsun/jvm/hotspot/debugger/Address;
        11: .line 137
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.adjustUnextendedSP:()V
        12: .line 140
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.adjustForDeopt:()V
        13: .line 141
            return
        end local 5 // sun.jvm.hotspot.debugger.Address live_bcp
        end local 4 // sun.jvm.hotspot.debugger.Address raw_unextendedSp
        end local 3 // sun.jvm.hotspot.debugger.Address pc
        end local 2 // sun.jvm.hotspot.debugger.Address raw_fp
        end local 1 // sun.jvm.hotspot.debugger.Address raw_sp
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   14     0              this  Lsun/jvm/hotspot/runtime/x86/X86Frame;
            0   14     1            raw_sp  Lsun/jvm/hotspot/debugger/Address;
            0   14     2            raw_fp  Lsun/jvm/hotspot/debugger/Address;
            0   14     3                pc  Lsun/jvm/hotspot/debugger/Address;
            0   14     4  raw_unextendedSp  Lsun/jvm/hotspot/debugger/Address;
            0   14     5          live_bcp  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
                  Name  Flags
      raw_sp            
      raw_fp            
      pc                
      raw_unextendedSp  
      live_bcp          

  public void <init>(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: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
        start local 1 // sun.jvm.hotspot.debugger.Address raw_sp
        start local 2 // sun.jvm.hotspot.debugger.Address raw_fp
        start local 3 // sun.jvm.hotspot.debugger.Address pc
         0: .line 144
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.runtime.Frame.<init>:()V
         1: .line 145
            aload 0 /* this */
            aload 1 /* raw_sp */
            aload 2 /* raw_fp */
            aload 3 /* pc */
            aconst_null
            aconst_null
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.initFrame:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
         2: .line 147
            getstatic sun.jvm.hotspot.runtime.x86.X86Frame.DEBUG:Z
            ifeq 5
         3: .line 148
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "X86Frame(sp, fp, pc): "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            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
         4: .line 149
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.dumpStack:()V
         5: .line 151
      StackMap locals: sun.jvm.hotspot.runtime.x86.X86Frame sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address
      StackMap stack:
            return
        end local 3 // sun.jvm.hotspot.debugger.Address pc
        end local 2 // sun.jvm.hotspot.debugger.Address raw_fp
        end local 1 // sun.jvm.hotspot.debugger.Address raw_sp
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lsun/jvm/hotspot/runtime/x86/X86Frame;
            0    6     1  raw_sp  Lsun/jvm/hotspot/debugger/Address;
            0    6     2  raw_fp  Lsun/jvm/hotspot/debugger/Address;
            0    6     3      pc  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
        Name  Flags
      raw_sp  
      raw_fp  
      pc      

  public void <init>(sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
        start local 1 // sun.jvm.hotspot.debugger.Address raw_sp
        start local 2 // sun.jvm.hotspot.debugger.Address raw_fp
         0: .line 153
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.runtime.Frame.<init>:()V
         1: .line 154
            aload 0 /* this */
            aload 1 /* raw_sp */
            aload 2 /* raw_fp */
            aconst_null
            aconst_null
            aconst_null
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.initFrame:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
         2: .line 156
            getstatic sun.jvm.hotspot.runtime.x86.X86Frame.DEBUG:Z
            ifeq 5
         3: .line 157
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "X86Frame(sp, fp): "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            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
         4: .line 158
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.dumpStack:()V
         5: .line 160
      StackMap locals: sun.jvm.hotspot.runtime.x86.X86Frame sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address
      StackMap stack:
            return
        end local 2 // sun.jvm.hotspot.debugger.Address raw_fp
        end local 1 // sun.jvm.hotspot.debugger.Address raw_sp
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lsun/jvm/hotspot/runtime/x86/X86Frame;
            0    6     1  raw_sp  Lsun/jvm/hotspot/debugger/Address;
            0    6     2  raw_fp  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
        Name  Flags
      raw_sp  
      raw_fp  

  public void <init>(sun.jvm.hotspot.debugger.Address, 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;Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
        start local 1 // sun.jvm.hotspot.debugger.Address raw_sp
        start local 2 // sun.jvm.hotspot.debugger.Address raw_unextendedSp
        start local 3 // sun.jvm.hotspot.debugger.Address raw_fp
        start local 4 // sun.jvm.hotspot.debugger.Address pc
         0: .line 162
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.runtime.Frame.<init>:()V
         1: .line 163
            aload 0 /* this */
            aload 1 /* raw_sp */
            aload 3 /* raw_fp */
            aload 4 /* pc */
            aload 2 /* raw_unextendedSp */
            aconst_null
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.initFrame:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
         2: .line 165
            getstatic sun.jvm.hotspot.runtime.x86.X86Frame.DEBUG:Z
            ifeq 5
         3: .line 166
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "X86Frame(sp, unextendedSP, fp, pc): "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            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
         4: .line 167
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.dumpStack:()V
         5: .line 169
      StackMap locals: sun.jvm.hotspot.runtime.x86.X86Frame sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address
      StackMap stack:
            return
        end local 4 // sun.jvm.hotspot.debugger.Address pc
        end local 3 // sun.jvm.hotspot.debugger.Address raw_fp
        end local 2 // sun.jvm.hotspot.debugger.Address raw_unextendedSp
        end local 1 // sun.jvm.hotspot.debugger.Address raw_sp
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    6     0              this  Lsun/jvm/hotspot/runtime/x86/X86Frame;
            0    6     1            raw_sp  Lsun/jvm/hotspot/debugger/Address;
            0    6     2  raw_unextendedSp  Lsun/jvm/hotspot/debugger/Address;
            0    6     3            raw_fp  Lsun/jvm/hotspot/debugger/Address;
            0    6     4                pc  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
                  Name  Flags
      raw_sp            
      raw_unextendedSp  
      raw_fp            
      pc                

  public void <init>(sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address, 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;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
        start local 1 // sun.jvm.hotspot.debugger.Address raw_sp
        start local 2 // sun.jvm.hotspot.debugger.Address raw_fp
        start local 3 // sun.jvm.hotspot.debugger.Address pc
        start local 4 // sun.jvm.hotspot.debugger.Address raw_unextendedSp
        start local 5 // sun.jvm.hotspot.debugger.Address live_bcp
         0: .line 171
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.runtime.Frame.<init>:()V
         1: .line 172
            aload 0 /* this */
            aload 1 /* raw_sp */
            aload 2 /* raw_fp */
            aload 3 /* pc */
            aload 4 /* raw_unextendedSp */
            aload 5 /* live_bcp */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.initFrame:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
         2: .line 174
            getstatic sun.jvm.hotspot.runtime.x86.X86Frame.DEBUG:Z
            ifeq 5
         3: .line 175
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "X86Frame(sp, fp, pc, unextendedSP, live_bcp): "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            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
         4: .line 176
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.dumpStack:()V
         5: .line 178
      StackMap locals: sun.jvm.hotspot.runtime.x86.X86Frame sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address
      StackMap stack:
            return
        end local 5 // sun.jvm.hotspot.debugger.Address live_bcp
        end local 4 // sun.jvm.hotspot.debugger.Address raw_unextendedSp
        end local 3 // sun.jvm.hotspot.debugger.Address pc
        end local 2 // sun.jvm.hotspot.debugger.Address raw_fp
        end local 1 // sun.jvm.hotspot.debugger.Address raw_sp
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    6     0              this  Lsun/jvm/hotspot/runtime/x86/X86Frame;
            0    6     1            raw_sp  Lsun/jvm/hotspot/debugger/Address;
            0    6     2            raw_fp  Lsun/jvm/hotspot/debugger/Address;
            0    6     3                pc  Lsun/jvm/hotspot/debugger/Address;
            0    6     4  raw_unextendedSp  Lsun/jvm/hotspot/debugger/Address;
            0    6     5          live_bcp  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
                  Name  Flags
      raw_sp            
      raw_fp            
      pc                
      raw_unextendedSp  
      live_bcp          

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
         0: .line 181
            new sun.jvm.hotspot.runtime.x86.X86Frame
            dup
            invokespecial sun.jvm.hotspot.runtime.x86.X86Frame.<init>:()V
            astore 1 /* frame */
        start local 1 // sun.jvm.hotspot.runtime.x86.X86Frame frame
         1: .line 182
            aload 1 /* frame */
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.x86.X86Frame.raw_sp:Lsun/jvm/hotspot/debugger/Address;
            putfield sun.jvm.hotspot.runtime.x86.X86Frame.raw_sp:Lsun/jvm/hotspot/debugger/Address;
         2: .line 183
            aload 1 /* frame */
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.x86.X86Frame.raw_unextendedSP:Lsun/jvm/hotspot/debugger/Address;
            putfield sun.jvm.hotspot.runtime.x86.X86Frame.raw_unextendedSP:Lsun/jvm/hotspot/debugger/Address;
         3: .line 184
            aload 1 /* frame */
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.x86.X86Frame.raw_fp:Lsun/jvm/hotspot/debugger/Address;
            putfield sun.jvm.hotspot.runtime.x86.X86Frame.raw_fp:Lsun/jvm/hotspot/debugger/Address;
         4: .line 185
            aload 1 /* frame */
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.x86.X86Frame.pc:Lsun/jvm/hotspot/debugger/Address;
            putfield sun.jvm.hotspot.runtime.x86.X86Frame.pc:Lsun/jvm/hotspot/debugger/Address;
         5: .line 186
            aload 1 /* frame */
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.x86.X86Frame.deoptimized:Z
            putfield sun.jvm.hotspot.runtime.x86.X86Frame.deoptimized:Z
         6: .line 187
            aload 1 /* frame */
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.x86.X86Frame.live_bcp:Lsun/jvm/hotspot/debugger/Address;
            putfield sun.jvm.hotspot.runtime.x86.X86Frame.live_bcp:Lsun/jvm/hotspot/debugger/Address;
         7: .line 188
            aload 1 /* frame */
            areturn
        end local 1 // sun.jvm.hotspot.runtime.x86.X86Frame frame
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lsun/jvm/hotspot/runtime/x86/X86Frame;
            1    8     1  frame  Lsun/jvm/hotspot/runtime/x86/X86Frame;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
        start local 1 // java.lang.Object arg
         0: .line 192
            aload 1 /* arg */
            ifnonnull 2
         1: .line 193
            iconst_0
            ireturn
         2: .line 196
      StackMap locals:
      StackMap stack:
            aload 1 /* arg */
            instanceof sun.jvm.hotspot.runtime.x86.X86Frame
            ifne 4
         3: .line 197
            iconst_0
            ireturn
         4: .line 200
      StackMap locals:
      StackMap stack:
            aload 1 /* arg */
            checkcast sun.jvm.hotspot.runtime.x86.X86Frame
            astore 2 /* other */
        start local 2 // sun.jvm.hotspot.runtime.x86.X86Frame other
         5: .line 202
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getSP:()Lsun/jvm/hotspot/debugger/Address;
            aload 2 /* other */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getSP:()Lsun/jvm/hotspot/debugger/Address;
            invokestatic sun.jvm.hotspot.utilities.AddressOps.equal:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 10
         6: .line 203
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getUnextendedSP:()Lsun/jvm/hotspot/debugger/Address;
            aload 2 /* other */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getUnextendedSP:()Lsun/jvm/hotspot/debugger/Address;
            invokestatic sun.jvm.hotspot.utilities.AddressOps.equal:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 10
         7: .line 204
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getFP:()Lsun/jvm/hotspot/debugger/Address;
            aload 2 /* other */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getFP:()Lsun/jvm/hotspot/debugger/Address;
            invokestatic sun.jvm.hotspot.utilities.AddressOps.equal:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 10
         8: .line 205
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getPC:()Lsun/jvm/hotspot/debugger/Address;
            aload 2 /* other */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getPC:()Lsun/jvm/hotspot/debugger/Address;
            invokestatic sun.jvm.hotspot.utilities.AddressOps.equal:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 10
         9: .line 202
            iconst_1
            ireturn
      StackMap locals: sun.jvm.hotspot.runtime.x86.X86Frame
      StackMap stack:
        10: iconst_0
            ireturn
        end local 2 // sun.jvm.hotspot.runtime.x86.X86Frame other
        end local 1 // java.lang.Object arg
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lsun/jvm/hotspot/runtime/x86/X86Frame;
            0   11     1    arg  Ljava/lang/Object;
            5   11     2  other  Lsun/jvm/hotspot/runtime/x86/X86Frame;
    MethodParameters:
      Name  Flags
      arg   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
         0: .line 209
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.x86.X86Frame.raw_sp:Lsun/jvm/hotspot/debugger/Address;
            ifnonnull 2
         1: .line 210
            iconst_0
            ireturn
         2: .line 213
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.x86.X86Frame.raw_sp:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.debugger.Address.hashCode:()I
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/runtime/x86/X86Frame;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
         0: .line 217
            new java.lang.StringBuilder
            dup
            ldc "sp: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getSP:()Lsun/jvm/hotspot/debugger/Address;
            ifnonnull 1
            ldc "null"
            goto 2
      StackMap locals:
      StackMap stack: java.lang.StringBuilder
         1: aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getSP:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
      StackMap locals: sun.jvm.hotspot.runtime.x86.X86Frame
      StackMap stack: java.lang.StringBuilder java.lang.String
         2: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 218
            ldc ", unextendedSP: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getUnextendedSP:()Lsun/jvm/hotspot/debugger/Address;
            ifnonnull 4
            ldc "null"
            goto 5
      StackMap locals:
      StackMap stack: java.lang.StringBuilder
         4: aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getUnextendedSP:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
      StackMap locals: sun.jvm.hotspot.runtime.x86.X86Frame
      StackMap stack: java.lang.StringBuilder java.lang.String
         5: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         6: .line 219
            ldc ", fp: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getFP:()Lsun/jvm/hotspot/debugger/Address;
            ifnonnull 7
            ldc "null"
            goto 8
      StackMap locals:
      StackMap stack: java.lang.StringBuilder
         7: aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getFP:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
      StackMap locals: sun.jvm.hotspot.runtime.x86.X86Frame
      StackMap stack: java.lang.StringBuilder java.lang.String
         8: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         9: .line 220
            ldc ", pc: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.x86.X86Frame.pc:Lsun/jvm/hotspot/debugger/Address;
            ifnonnull 10
            ldc "null"
            goto 11
      StackMap locals:
      StackMap stack: java.lang.StringBuilder
        10: aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.x86.X86Frame.pc:Lsun/jvm/hotspot/debugger/Address;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
      StackMap locals: sun.jvm.hotspot.runtime.x86.X86Frame
      StackMap stack: java.lang.StringBuilder java.lang.String
        11: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        12: .line 217
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lsun/jvm/hotspot/runtime/x86/X86Frame;

  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.x86.X86Frame this
         0: .line 224
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.x86.X86Frame.raw_fp:Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/x86/X86Frame;

  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.x86.X86Frame this
         0: .line 225
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.x86.X86Frame.raw_sp:Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/x86/X86Frame;

  public sun.jvm.hotspot.debugger.Address getID();
    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.x86.X86Frame this
         0: .line 226
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.x86.X86Frame.raw_sp:Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/x86/X86Frame;

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

  public int getSignalNumberDbg();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
         0: .line 230
            iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/x86/X86Frame;

  public java.lang.String getSignalNameDbg();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
         0: .line 231
            aconst_null
            areturn
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/x86/X86Frame;

  public boolean isInterpretedFrameValid();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
         0: .line 234
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 2
         1: .line 235
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.isInterpretedFrame:()Z
            ldc "Not an interpreted frame"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         2: .line 239
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getFP:()Lsun/jvm/hotspot/debugger/Address;
            ifnull 3
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getFP:()Lsun/jvm/hotspot/debugger/Address;
            ldc 3
            invokeinterface sun.jvm.hotspot.debugger.Address.andWithMask:(J)Lsun/jvm/hotspot/debugger/Address;
            ifnull 4
         3: .line 240
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 243
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getSP:()Lsun/jvm/hotspot/debugger/Address;
            ifnull 5
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getSP:()Lsun/jvm/hotspot/debugger/Address;
            ldc 3
            invokeinterface sun.jvm.hotspot.debugger.Address.andWithMask:(J)Lsun/jvm/hotspot/debugger/Address;
            ifnull 6
         5: .line 244
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         6: .line 247
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getFP:()Lsun/jvm/hotspot/debugger/Address;
            getstatic sun.jvm.hotspot.runtime.x86.X86Frame.INTERPRETER_FRAME_INITIAL_SP_OFFSET:I
            i2l
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
            lmul
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getSP:()Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.debugger.Address.lessThan:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 8
         7: .line 248
            iconst_0
            ireturn
         8: .line 253
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getFP:()Lsun/jvm/hotspot/debugger/Address;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getSP:()Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.debugger.Address.lessThanOrEqual:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 10
         9: .line 255
            iconst_0
            ireturn
        10: .line 258
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getFP:()Lsun/jvm/hotspot/debugger/Address;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getSP:()Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.debugger.Address.minus:(Lsun/jvm/hotspot/debugger/Address;)J
            ldc 4096
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
            lmul
            lcmp
            ifle 12
        11: .line 260
            iconst_0
            ireturn
        12: .line 263
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lsun/jvm/hotspot/runtime/x86/X86Frame;

  public sun.jvm.hotspot.runtime.Frame sender(sun.jvm.hotspot.runtime.RegisterMap, sun.jvm.hotspot.code.CodeBlob);
    descriptor: (Lsun/jvm/hotspot/runtime/RegisterMap;Lsun/jvm/hotspot/code/CodeBlob;)Lsun/jvm/hotspot/runtime/Frame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
        start local 1 // sun.jvm.hotspot.runtime.RegisterMap regMap
        start local 2 // sun.jvm.hotspot.code.CodeBlob cb
         0: .line 270
            aload 1 /* regMap */
            checkcast sun.jvm.hotspot.runtime.x86.X86RegisterMap
            astore 3 /* map */
        start local 3 // sun.jvm.hotspot.runtime.x86.X86RegisterMap map
         1: .line 272
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 5
         2: .line 273
            aload 3 /* map */
            ifnull 3
            iconst_1
            goto 4
      StackMap locals: sun.jvm.hotspot.runtime.x86.X86RegisterMap
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: ldc "map must be set"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         5: .line 278
      StackMap locals:
      StackMap stack:
            aload 3 /* map */
            iconst_0
            invokevirtual sun.jvm.hotspot.runtime.x86.X86RegisterMap.setIncludeArgumentOops:(Z)V
         6: .line 280
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.isEntryFrame:()Z
            ifeq 7
            aload 0 /* this */
            aload 3 /* map */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.senderForEntryFrame:(Lsun/jvm/hotspot/runtime/x86/X86RegisterMap;)Lsun/jvm/hotspot/runtime/Frame;
            areturn
         7: .line 281
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.isInterpretedFrame:()Z
            ifeq 8
            aload 0 /* this */
            aload 3 /* map */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.senderForInterpreterFrame:(Lsun/jvm/hotspot/runtime/x86/X86RegisterMap;)Lsun/jvm/hotspot/runtime/Frame;
            areturn
         8: .line 283
      StackMap locals:
      StackMap stack:
            aload 2 /* cb */
            ifnonnull 11
         9: .line 284
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getCodeCache:()Lsun/jvm/hotspot/code/CodeCache;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getPC:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual sun.jvm.hotspot.code.CodeCache.findBlob:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/code/CodeBlob;
            astore 2 /* cb */
        10: .line 285
            goto 13
        11: .line 286
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 13
        12: .line 287
            aload 2 /* cb */
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getCodeCache:()Lsun/jvm/hotspot/code/CodeCache;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getPC:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual sun.jvm.hotspot.code.CodeCache.findBlob:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/code/CodeBlob;
            invokevirtual sun.jvm.hotspot.code.CodeBlob.equals:(Ljava/lang/Object;)Z
            ldc "Must be the same"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
        13: .line 291
      StackMap locals:
      StackMap stack:
            aload 2 /* cb */
            ifnull 15
        14: .line 292
            aload 0 /* this */
            aload 3 /* map */
            aload 2 /* cb */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.senderForCompiledFrame:(Lsun/jvm/hotspot/runtime/x86/X86RegisterMap;Lsun/jvm/hotspot/code/CodeBlob;)Lsun/jvm/hotspot/runtime/Frame;
            areturn
        15: .line 297
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.runtime.x86.X86Frame
            dup
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getSenderSP:()Lsun/jvm/hotspot/debugger/Address;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getLink:()Lsun/jvm/hotspot/debugger/Address;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getSenderPC:()Lsun/jvm/hotspot/debugger/Address;
            invokespecial sun.jvm.hotspot.runtime.x86.X86Frame.<init>:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
            areturn
        end local 3 // sun.jvm.hotspot.runtime.x86.X86RegisterMap map
        end local 2 // sun.jvm.hotspot.code.CodeBlob cb
        end local 1 // sun.jvm.hotspot.runtime.RegisterMap regMap
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0    this  Lsun/jvm/hotspot/runtime/x86/X86Frame;
            0   16     1  regMap  Lsun/jvm/hotspot/runtime/RegisterMap;
            0   16     2      cb  Lsun/jvm/hotspot/code/CodeBlob;
            1   16     3     map  Lsun/jvm/hotspot/runtime/x86/X86RegisterMap;
    MethodParameters:
        Name  Flags
      regMap  
      cb      

  private sun.jvm.hotspot.runtime.Frame senderForEntryFrame(sun.jvm.hotspot.runtime.x86.X86RegisterMap);
    descriptor: (Lsun/jvm/hotspot/runtime/x86/X86RegisterMap;)Lsun/jvm/hotspot/runtime/Frame;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
        start local 1 // sun.jvm.hotspot.runtime.x86.X86RegisterMap map
         0: .line 301
            getstatic sun.jvm.hotspot.runtime.x86.X86Frame.DEBUG:Z
            ifeq 2
         1: .line 302
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "senderForEntryFrame"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         2: .line 304
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 6
         3: .line 305
            aload 1 /* map */
            ifnull 4
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: ldc "map must be set"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         6: .line 309
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getEntryFrameCallWrapper:()Lsun/jvm/hotspot/runtime/JavaCallWrapper;
            checkcast sun.jvm.hotspot.runtime.x86.X86JavaCallWrapper
            astore 2 /* jcw */
        start local 2 // sun.jvm.hotspot.runtime.x86.X86JavaCallWrapper jcw
         7: .line 310
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 12
         8: .line 311
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.entryFrameIsFirst:()Z
            ifeq 9
            iconst_0
            goto 10
      StackMap locals: sun.jvm.hotspot.runtime.x86.X86JavaCallWrapper
      StackMap stack:
         9: iconst_1
      StackMap locals:
      StackMap stack: int
        10: ldc "next Java fp must be non zero"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
        11: .line 312
            aload 2 /* jcw */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86JavaCallWrapper.getLastJavaSP:()Lsun/jvm/hotspot/debugger/Address;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getSP:()Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.debugger.Address.greaterThan:(Lsun/jvm/hotspot/debugger/Address;)Z
            ldc "must be above this frame on stack"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
        12: .line 315
      StackMap locals:
      StackMap stack:
            aload 2 /* jcw */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86JavaCallWrapper.getLastJavaPC:()Lsun/jvm/hotspot/debugger/Address;
            ifnull 15
        13: .line 316
            new sun.jvm.hotspot.runtime.x86.X86Frame
            dup
            aload 2 /* jcw */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86JavaCallWrapper.getLastJavaSP:()Lsun/jvm/hotspot/debugger/Address;
            aload 2 /* jcw */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86JavaCallWrapper.getLastJavaFP:()Lsun/jvm/hotspot/debugger/Address;
            aload 2 /* jcw */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86JavaCallWrapper.getLastJavaPC:()Lsun/jvm/hotspot/debugger/Address;
            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 3 /* fr */
        start local 3 // sun.jvm.hotspot.runtime.x86.X86Frame fr
        14: .line 317
            goto 16
        end local 3 // sun.jvm.hotspot.runtime.x86.X86Frame fr
        15: .line 318
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.runtime.x86.X86Frame
            dup
            aload 2 /* jcw */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86JavaCallWrapper.getLastJavaSP:()Lsun/jvm/hotspot/debugger/Address;
            aload 2 /* jcw */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86JavaCallWrapper.getLastJavaFP:()Lsun/jvm/hotspot/debugger/Address;
            invokespecial sun.jvm.hotspot.runtime.x86.X86Frame.<init>:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
            astore 3 /* fr */
        start local 3 // sun.jvm.hotspot.runtime.x86.X86Frame fr
        16: .line 320
      StackMap locals: sun.jvm.hotspot.runtime.x86.X86Frame
      StackMap stack:
            aload 1 /* map */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86RegisterMap.clear:()V
        17: .line 321
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 19
        18: .line 322
            aload 1 /* map */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86RegisterMap.getIncludeArgumentOops:()Z
            ldc "should be set by clear"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
        19: .line 324
      StackMap locals:
      StackMap stack:
            aload 3 /* fr */
            areturn
        end local 3 // sun.jvm.hotspot.runtime.x86.X86Frame fr
        end local 2 // sun.jvm.hotspot.runtime.x86.X86JavaCallWrapper jcw
        end local 1 // sun.jvm.hotspot.runtime.x86.X86RegisterMap map
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Lsun/jvm/hotspot/runtime/x86/X86Frame;
            0   20     1   map  Lsun/jvm/hotspot/runtime/x86/X86RegisterMap;
            7   20     2   jcw  Lsun/jvm/hotspot/runtime/x86/X86JavaCallWrapper;
           14   15     3    fr  Lsun/jvm/hotspot/runtime/x86/X86Frame;
           16   20     3    fr  Lsun/jvm/hotspot/runtime/x86/X86Frame;
    MethodParameters:
      Name  Flags
      map   

  private void adjustUnextendedSP();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
         0: .line 334
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.cb:()Lsun/jvm/hotspot/code/CodeBlob;
            astore 1 /* cb */
        start local 1 // sun.jvm.hotspot.code.CodeBlob cb
         1: .line 335
            aload 1 /* cb */
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals: sun.jvm.hotspot.code.CodeBlob
      StackMap stack:
         2: aload 1 /* cb */
            invokevirtual sun.jvm.hotspot.code.CodeBlob.asNMethodOrNull:()Lsun/jvm/hotspot/code/NMethod;
      StackMap locals:
      StackMap stack: sun.jvm.hotspot.code.NMethod
         3: astore 2 /* senderNm */
        start local 2 // sun.jvm.hotspot.code.NMethod senderNm
         4: .line 336
            aload 2 /* senderNm */
            ifnull 7
         5: .line 338
            aload 2 /* senderNm */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getPC:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual sun.jvm.hotspot.code.NMethod.isDeoptEntry:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifne 7
         6: .line 339
            aload 2 /* senderNm */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getPC:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual sun.jvm.hotspot.code.NMethod.isDeoptMhEntry:(Lsun/jvm/hotspot/debugger/Address;)Z
            pop
         7: .line 343
      StackMap locals: sun.jvm.hotspot.code.NMethod
      StackMap stack:
            return
        end local 2 // sun.jvm.hotspot.code.NMethod senderNm
        end local 1 // sun.jvm.hotspot.code.CodeBlob cb
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lsun/jvm/hotspot/runtime/x86/X86Frame;
            1    8     1        cb  Lsun/jvm/hotspot/code/CodeBlob;
            4    8     2  senderNm  Lsun/jvm/hotspot/code/NMethod;

  private sun.jvm.hotspot.runtime.Frame senderForInterpreterFrame(sun.jvm.hotspot.runtime.x86.X86RegisterMap);
    descriptor: (Lsun/jvm/hotspot/runtime/x86/X86RegisterMap;)Lsun/jvm/hotspot/runtime/Frame;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
        start local 1 // sun.jvm.hotspot.runtime.x86.X86RegisterMap map
         0: .line 346
            getstatic sun.jvm.hotspot.runtime.x86.X86Frame.DEBUG:Z
            ifeq 2
         1: .line 347
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "senderForInterpreterFrame"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         2: .line 349
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.addressOfStackSlot:(I)Lsun/jvm/hotspot/debugger/Address;
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 2 /* unextendedSP */
        start local 2 // sun.jvm.hotspot.debugger.Address unextendedSP
         3: .line 350
            aload 0 /* this */
            iconst_2
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.addressOfStackSlot:(I)Lsun/jvm/hotspot/debugger/Address;
            astore 3 /* sp */
        start local 3 // sun.jvm.hotspot.debugger.Address sp
         4: .line 358
            aload 1 /* map */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86RegisterMap.getUpdateMap:()Z
            ifeq 6
         5: .line 359
            aload 0 /* this */
            aload 1 /* map */
            aload 0 /* this */
            iconst_0
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.addressOfStackSlot:(I)Lsun/jvm/hotspot/debugger/Address;
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.updateMapWithSavedLink:(Lsun/jvm/hotspot/runtime/RegisterMap;Lsun/jvm/hotspot/debugger/Address;)V
         6: .line 361
      StackMap locals: sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address
      StackMap stack:
            new sun.jvm.hotspot.runtime.x86.X86Frame
            dup
            aload 3 /* sp */
            aload 2 /* unextendedSP */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getLink:()Lsun/jvm/hotspot/debugger/Address;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getSenderPC:()Lsun/jvm/hotspot/debugger/Address;
            invokespecial sun.jvm.hotspot.runtime.x86.X86Frame.<init>:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
            areturn
        end local 3 // sun.jvm.hotspot.debugger.Address sp
        end local 2 // sun.jvm.hotspot.debugger.Address unextendedSP
        end local 1 // sun.jvm.hotspot.runtime.x86.X86RegisterMap map
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lsun/jvm/hotspot/runtime/x86/X86Frame;
            0    7     1           map  Lsun/jvm/hotspot/runtime/x86/X86RegisterMap;
            3    7     2  unextendedSP  Lsun/jvm/hotspot/debugger/Address;
            4    7     3            sp  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      map   

  private void updateMapWithSavedLink(sun.jvm.hotspot.runtime.RegisterMap, sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/runtime/RegisterMap;Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
        start local 1 // sun.jvm.hotspot.runtime.RegisterMap map
        start local 2 // sun.jvm.hotspot.debugger.Address savedFPAddr
         0: .line 365
            aload 1 /* map */
            getstatic sun.jvm.hotspot.runtime.x86.X86Frame.rbp:Lsun/jvm/hotspot/runtime/VMReg;
            aload 2 /* savedFPAddr */
            invokevirtual sun.jvm.hotspot.runtime.RegisterMap.setLocation:(Lsun/jvm/hotspot/runtime/VMReg;Lsun/jvm/hotspot/debugger/Address;)V
         1: .line 366
            return
        end local 2 // sun.jvm.hotspot.debugger.Address savedFPAddr
        end local 1 // sun.jvm.hotspot.runtime.RegisterMap map
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lsun/jvm/hotspot/runtime/x86/X86Frame;
            0    2     1          map  Lsun/jvm/hotspot/runtime/RegisterMap;
            0    2     2  savedFPAddr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
             Name  Flags
      map          
      savedFPAddr  

  private sun.jvm.hotspot.runtime.Frame senderForCompiledFrame(sun.jvm.hotspot.runtime.x86.X86RegisterMap, sun.jvm.hotspot.code.CodeBlob);
    descriptor: (Lsun/jvm/hotspot/runtime/x86/X86RegisterMap;Lsun/jvm/hotspot/code/CodeBlob;)Lsun/jvm/hotspot/runtime/Frame;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=6, args_size=3
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
        start local 1 // sun.jvm.hotspot.runtime.x86.X86RegisterMap map
        start local 2 // sun.jvm.hotspot.code.CodeBlob cb
         0: .line 369
            getstatic sun.jvm.hotspot.runtime.x86.X86Frame.DEBUG:Z
            ifeq 2
         1: .line 370
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "senderForCompiledFrame"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         2: .line 377
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 6
         3: .line 378
            aload 1 /* map */
            ifnull 4
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: ldc "map must be set"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         6: .line 382
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 10
         7: .line 383
            aload 2 /* cb */
            invokevirtual sun.jvm.hotspot.code.CodeBlob.getFrameSize:()J
            lconst_0
            lcmp
            iflt 8
            iconst_1
            goto 9
      StackMap locals:
      StackMap stack:
         8: iconst_0
      StackMap locals:
      StackMap stack: int
         9: ldc "must have non-zero frame size"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
        10: .line 385
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getUnextendedSP:()Lsun/jvm/hotspot/debugger/Address;
            aload 2 /* cb */
            invokevirtual sun.jvm.hotspot.code.CodeBlob.getFrameSize:()J
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 3 /* senderSP */
        start local 3 // sun.jvm.hotspot.debugger.Address senderSP
        11: .line 388
            aload 3 /* senderSP */
            ldc -1
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
            lmul
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 4 /* senderPC */
        start local 4 // sun.jvm.hotspot.debugger.Address senderPC
        12: .line 392
            aload 3 /* senderSP */
            ldc -2
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
            lmul
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 5 /* savedFPAddr */
        start local 5 // sun.jvm.hotspot.debugger.Address savedFPAddr
        13: .line 394
            aload 1 /* map */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86RegisterMap.getUpdateMap:()Z
            ifeq 18
        14: .line 398
            aload 1 /* map */
            aload 2 /* cb */
            invokevirtual sun.jvm.hotspot.code.CodeBlob.callerMustGCArguments:()Z
            invokevirtual sun.jvm.hotspot.runtime.x86.X86RegisterMap.setIncludeArgumentOops:(Z)V
        15: .line 400
            aload 2 /* cb */
            invokevirtual sun.jvm.hotspot.code.CodeBlob.getOopMaps:()Lsun/jvm/hotspot/compiler/ImmutableOopMapSet;
            ifnull 17
        16: .line 401
            aload 0 /* this */
            aload 2 /* cb */
            aload 1 /* map */
            iconst_1
            invokestatic sun.jvm.hotspot.compiler.ImmutableOopMapSet.updateRegisterMap:(Lsun/jvm/hotspot/runtime/Frame;Lsun/jvm/hotspot/code/CodeBlob;Lsun/jvm/hotspot/runtime/RegisterMap;Z)V
        17: .line 407
      StackMap locals: sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address
      StackMap stack:
            aload 0 /* this */
            aload 1 /* map */
            aload 5 /* savedFPAddr */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.updateMapWithSavedLink:(Lsun/jvm/hotspot/runtime/RegisterMap;Lsun/jvm/hotspot/debugger/Address;)V
        18: .line 410
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.runtime.x86.X86Frame
            dup
            aload 3 /* senderSP */
            aload 5 /* savedFPAddr */
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            aload 4 /* senderPC */
            invokespecial sun.jvm.hotspot.runtime.x86.X86Frame.<init>:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
            areturn
        end local 5 // sun.jvm.hotspot.debugger.Address savedFPAddr
        end local 4 // sun.jvm.hotspot.debugger.Address senderPC
        end local 3 // sun.jvm.hotspot.debugger.Address senderSP
        end local 2 // sun.jvm.hotspot.code.CodeBlob cb
        end local 1 // sun.jvm.hotspot.runtime.x86.X86RegisterMap map
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   19     0         this  Lsun/jvm/hotspot/runtime/x86/X86Frame;
            0   19     1          map  Lsun/jvm/hotspot/runtime/x86/X86RegisterMap;
            0   19     2           cb  Lsun/jvm/hotspot/code/CodeBlob;
           11   19     3     senderSP  Lsun/jvm/hotspot/debugger/Address;
           12   19     4     senderPC  Lsun/jvm/hotspot/debugger/Address;
           13   19     5  savedFPAddr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      map   
      cb    

  protected boolean hasSenderPD();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
         0: .line 416
            iconst_1
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/x86/X86Frame;

  public long frameSize();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
         0: .line 420
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getSenderSP:()Lsun/jvm/hotspot/debugger/Address;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getSP:()Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.debugger.Address.minus:(Lsun/jvm/hotspot/debugger/Address;)J
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
            ldiv
            lreturn
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/x86/X86Frame;

  public sun.jvm.hotspot.debugger.Address getLink();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
         0: .line 424
            aload 0 /* this */
            iconst_0
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.addressOfStackSlot:(I)Lsun/jvm/hotspot/debugger/Address;
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/x86/X86Frame;

  public sun.jvm.hotspot.debugger.Address getUnextendedSP();
    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.x86.X86Frame this
         0: .line 427
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.x86.X86Frame.raw_unextendedSP:Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/x86/X86Frame;

  public sun.jvm.hotspot.debugger.Address getSenderPCAddr();
    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.x86.X86Frame this
         0: .line 430
            aload 0 /* this */
            iconst_1
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.addressOfStackSlot:(I)Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/x86/X86Frame;

  public sun.jvm.hotspot.debugger.Address getSenderPC();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
         0: .line 431
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getSenderPCAddr:()Lsun/jvm/hotspot/debugger/Address;
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/x86/X86Frame;

  public sun.jvm.hotspot.debugger.Address getSenderSP();
    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.x86.X86Frame this
         0: .line 433
            aload 0 /* this */
            iconst_2
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.addressOfStackSlot:(I)Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/x86/X86Frame;

  public sun.jvm.hotspot.debugger.Address addressOfInterpreterFrameLocals();
    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.x86.X86Frame this
         0: .line 436
            aload 0 /* this */
            getstatic sun.jvm.hotspot.runtime.x86.X86Frame.INTERPRETER_FRAME_LOCALS_OFFSET:I
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.addressOfStackSlot:(I)Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/x86/X86Frame;

  private sun.jvm.hotspot.debugger.Address addressOfInterpreterFrameBCX();
    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.x86.X86Frame this
         0: .line 440
            aload 0 /* this */
            getstatic sun.jvm.hotspot.runtime.x86.X86Frame.INTERPRETER_FRAME_BCX_OFFSET:I
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.addressOfStackSlot:(I)Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/x86/X86Frame;

  public sun.jvm.hotspot.debugger.Address getInterpreterFrameBCP();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
         0: .line 448
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getInterpreterFrameMethod:()Lsun/jvm/hotspot/oops/Method;
            astore 1 /* method */
        start local 1 // sun.jvm.hotspot.oops.Method method
         1: .line 449
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.addressOfInterpreterFrameBCX:()Lsun/jvm/hotspot/debugger/Address;
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 2 /* bcp */
        start local 2 // sun.jvm.hotspot.debugger.Address bcp
         2: .line 454
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.x86.X86Frame.live_bcp:Lsun/jvm/hotspot/debugger/Address;
            ifnull 5
         3: .line 458
            aload 1 /* method */
            invokevirtual sun.jvm.hotspot.oops.Method.getConstMethod:()Lsun/jvm/hotspot/oops/ConstMethod;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.x86.X86Frame.live_bcp:Lsun/jvm/hotspot/debugger/Address;
            invokevirtual sun.jvm.hotspot.oops.ConstMethod.isAddressInMethod:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 5
         4: .line 459
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.x86.X86Frame.live_bcp:Lsun/jvm/hotspot/debugger/Address;
            astore 2 /* bcp */
         5: .line 463
      StackMap locals: sun.jvm.hotspot.oops.Method sun.jvm.hotspot.debugger.Address
      StackMap stack:
            aload 2 /* bcp */
            areturn
        end local 2 // sun.jvm.hotspot.debugger.Address bcp
        end local 1 // sun.jvm.hotspot.oops.Method method
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lsun/jvm/hotspot/runtime/x86/X86Frame;
            1    6     1  method  Lsun/jvm/hotspot/oops/Method;
            2    6     2     bcp  Lsun/jvm/hotspot/debugger/Address;

  public int getInterpreterFrameBCI();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
         0: .line 467
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getInterpreterFrameBCP:()Lsun/jvm/hotspot/debugger/Address;
            astore 1 /* bcp */
        start local 1 // sun.jvm.hotspot.debugger.Address bcp
         1: .line 468
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getInterpreterFrameMethod:()Lsun/jvm/hotspot/oops/Method;
            astore 2 /* method */
        start local 2 // sun.jvm.hotspot.oops.Method method
         2: .line 469
            aload 0 /* this */
            aload 1 /* bcp */
            aload 2 /* method */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.bcpToBci:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/oops/Method;)I
            ireturn
        end local 2 // sun.jvm.hotspot.oops.Method method
        end local 1 // sun.jvm.hotspot.debugger.Address bcp
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lsun/jvm/hotspot/runtime/x86/X86Frame;
            1    3     1     bcp  Lsun/jvm/hotspot/debugger/Address;
            2    3     2  method  Lsun/jvm/hotspot/oops/Method;

  public sun.jvm.hotspot.debugger.Address addressOfInterpreterFrameMDX();
    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.x86.X86Frame this
         0: .line 473
            aload 0 /* this */
            getstatic sun.jvm.hotspot.runtime.x86.X86Frame.INTERPRETER_FRAME_MDX_OFFSET:I
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.addressOfStackSlot:(I)Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/x86/X86Frame;

  public sun.jvm.hotspot.debugger.Address addressOfInterpreterFrameExpressionStack();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
         0: .line 485
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.interpreterFrameMonitorEnd:()Lsun/jvm/hotspot/runtime/BasicObjectLock;
            invokevirtual sun.jvm.hotspot.runtime.BasicObjectLock.address:()Lsun/jvm/hotspot/debugger/Address;
            astore 1 /* monitorEnd */
        start local 1 // sun.jvm.hotspot.debugger.Address monitorEnd
         1: .line 486
            aload 1 /* monitorEnd */
            ldc -1
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
            lmul
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 1 // sun.jvm.hotspot.debugger.Address monitorEnd
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lsun/jvm/hotspot/runtime/x86/X86Frame;
            1    2     1  monitorEnd  Lsun/jvm/hotspot/debugger/Address;

  public int getInterpreterFrameExpressionStackDirection();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
         0: .line 489
            iconst_m1
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/x86/X86Frame;

  public sun.jvm.hotspot.debugger.Address addressOfInterpreterFrameTOS();
    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.x86.X86Frame this
         0: .line 493
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getSP:()Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/x86/X86Frame;

  public sun.jvm.hotspot.debugger.Address addressOfInterpreterFrameTOSAt(int);
    descriptor: (I)Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
        start local 1 // int slot
         0: .line 498
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.addressOfInterpreterFrameTOS:()Lsun/jvm/hotspot/debugger/Address;
            iload 1 /* slot */
            i2l
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
            lmul
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 1 // int slot
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/x86/X86Frame;
            0    1     1  slot  I
    MethodParameters:
      Name  Flags
      slot  

  public sun.jvm.hotspot.debugger.Address getInterpreterFrameSenderSP();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
         0: .line 502
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 2
         1: .line 503
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.isInterpretedFrame:()Z
            ldc "interpreted frame expected"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         2: .line 505
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.addressOfStackSlot:(I)Lsun/jvm/hotspot/debugger/Address;
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/runtime/x86/X86Frame;

  public sun.jvm.hotspot.runtime.BasicObjectLock interpreterFrameMonitorBegin();
    descriptor: ()Lsun/jvm/hotspot/runtime/BasicObjectLock;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
         0: .line 510
            new sun.jvm.hotspot.runtime.BasicObjectLock
            dup
            aload 0 /* this */
            getstatic sun.jvm.hotspot.runtime.x86.X86Frame.INTERPRETER_FRAME_MONITOR_BLOCK_BOTTOM_OFFSET:I
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.addressOfStackSlot:(I)Lsun/jvm/hotspot/debugger/Address;
            invokespecial sun.jvm.hotspot.runtime.BasicObjectLock.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
            areturn
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/x86/X86Frame;

  public sun.jvm.hotspot.runtime.BasicObjectLock interpreterFrameMonitorEnd();
    descriptor: ()Lsun/jvm/hotspot/runtime/BasicObjectLock;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
         0: .line 514
            aload 0 /* this */
            getstatic sun.jvm.hotspot.runtime.x86.X86Frame.INTERPRETER_FRAME_MONITOR_BLOCK_TOP_OFFSET:I
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.addressOfStackSlot:(I)Lsun/jvm/hotspot/debugger/Address;
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 1 /* result */
        start local 1 // sun.jvm.hotspot.debugger.Address result
         1: .line 515
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 4
         2: .line 517
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getFP:()Lsun/jvm/hotspot/debugger/Address;
            aload 1 /* result */
            invokestatic sun.jvm.hotspot.utilities.AddressOps.gt:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
            ldc "result must <  than frame pointer"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         3: .line 518
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getSP:()Lsun/jvm/hotspot/debugger/Address;
            aload 1 /* result */
            invokestatic sun.jvm.hotspot.utilities.AddressOps.lte:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
            ldc "result must >= than stack pointer"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         4: .line 520
      StackMap locals: sun.jvm.hotspot.debugger.Address
      StackMap stack:
            new sun.jvm.hotspot.runtime.BasicObjectLock
            dup
            aload 1 /* result */
            invokespecial sun.jvm.hotspot.runtime.BasicObjectLock.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
            areturn
        end local 1 // sun.jvm.hotspot.debugger.Address result
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lsun/jvm/hotspot/runtime/x86/X86Frame;
            1    5     1  result  Lsun/jvm/hotspot/debugger/Address;

  public int interpreterFrameMonitorSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
         0: .line 524
            invokestatic sun.jvm.hotspot.runtime.BasicObjectLock.size:()I
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/x86/X86Frame;

  public sun.jvm.hotspot.debugger.Address addressOfInterpreterFrameMethod();
    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.x86.X86Frame this
         0: .line 529
            aload 0 /* this */
            bipush -3
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.addressOfStackSlot:(I)Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/x86/X86Frame;

  public sun.jvm.hotspot.debugger.Address addressOfInterpreterFrameCPCache();
    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.x86.X86Frame this
         0: .line 534
            aload 0 /* this */
            getstatic sun.jvm.hotspot.runtime.x86.X86Frame.INTERPRETER_FRAME_CACHE_OFFSET:I
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.addressOfStackSlot:(I)Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/x86/X86Frame;

  public sun.jvm.hotspot.runtime.JavaCallWrapper getEntryFrameCallWrapper();
    descriptor: ()Lsun/jvm/hotspot/runtime/JavaCallWrapper;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
         0: .line 539
            new sun.jvm.hotspot.runtime.x86.X86JavaCallWrapper
            dup
            aload 0 /* this */
            getstatic sun.jvm.hotspot.runtime.x86.X86Frame.ENTRY_FRAME_CALL_WRAPPER_OFFSET:I
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.addressOfStackSlot:(I)Lsun/jvm/hotspot/debugger/Address;
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            invokespecial sun.jvm.hotspot.runtime.x86.X86JavaCallWrapper.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
            areturn
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/x86/X86Frame;

  protected sun.jvm.hotspot.debugger.Address addressOfSavedOopResult();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
         0: .line 544
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getSP:()Lsun/jvm/hotspot/debugger/Address;
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.isClientCompiler:()Z
            ifeq 1
            iconst_2
            goto 2
      StackMap locals:
      StackMap stack: sun.jvm.hotspot.debugger.Address
         1: iconst_3
      StackMap locals: sun.jvm.hotspot.runtime.x86.X86Frame
      StackMap stack: sun.jvm.hotspot.debugger.Address int
         2: i2l
         3: .line 545
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
            lmul
         4: .line 544
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/runtime/x86/X86Frame;

  protected sun.jvm.hotspot.debugger.Address addressOfSavedReceiver();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
         0: .line 549
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getSP:()Lsun/jvm/hotspot/debugger/Address;
            ldc -4
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
            lmul
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/x86/X86Frame;

  private void dumpStack();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
         0: .line 553
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getFP:()Lsun/jvm/hotspot/debugger/Address;
            ifnull 7
         1: .line 554
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getSP:()Lsun/jvm/hotspot/debugger/Address;
            ldc -5
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
            lmul
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 1 /* addr */
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         2: .line 555
            goto 5
         3: .line 557
      StackMap locals: sun.jvm.hotspot.debugger.Address
      StackMap stack:
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 1 /* addr */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* addr */
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)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
         4: .line 556
            aload 1 /* addr */
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 1 /* addr */
         5: .line 555
      StackMap locals:
      StackMap stack:
            aload 1 /* addr */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getFP:()Lsun/jvm/hotspot/debugger/Address;
            ldc 5
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
            lmul
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            invokestatic sun.jvm.hotspot.utilities.AddressOps.lte:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
            ifne 3
        end local 1 // sun.jvm.hotspot.debugger.Address addr
         6: .line 559
            goto 12
         7: .line 560
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getSP:()Lsun/jvm/hotspot/debugger/Address;
            ldc -5
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
            lmul
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 1 /* addr */
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         8: .line 561
            goto 11
         9: .line 563
      StackMap locals: sun.jvm.hotspot.debugger.Address
      StackMap stack:
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 1 /* addr */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* addr */
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)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
        10: .line 562
            aload 1 /* addr */
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 1 /* addr */
        11: .line 561
      StackMap locals:
      StackMap stack:
            aload 1 /* addr */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.x86.X86Frame.getSP:()Lsun/jvm/hotspot/debugger/Address;
            ldc 20
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
            lmul
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            invokestatic sun.jvm.hotspot.utilities.AddressOps.lte:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
            ifne 9
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        12: .line 566
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.jvm.hotspot.runtime.x86.X86Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lsun/jvm/hotspot/runtime/x86/X86Frame;
            2    6     1  addr  Lsun/jvm/hotspot/debugger/Address;
            8   12     1  addr  Lsun/jvm/hotspot/debugger/Address;
}
SourceFile: "X86Frame.java"
NestMembers:
  sun.jvm.hotspot.runtime.x86.X86Frame$1
InnerClasses:
  sun.jvm.hotspot.runtime.x86.X86Frame$1