public class sun.jvm.hotspot.runtime.CompiledVFrame extends sun.jvm.hotspot.runtime.JavaVFrame
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.runtime.CompiledVFrame
  super_class: sun.jvm.hotspot.runtime.JavaVFrame
{
  private sun.jvm.hotspot.code.ScopeDesc scope;
    descriptor: Lsun/jvm/hotspot/code/ScopeDesc;
    flags: (0x0002) ACC_PRIVATE

  private boolean mayBeImprecise;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(sun.jvm.hotspot.runtime.Frame, sun.jvm.hotspot.runtime.RegisterMap, sun.jvm.hotspot.runtime.JavaThread, sun.jvm.hotspot.code.ScopeDesc, boolean);
    descriptor: (Lsun/jvm/hotspot/runtime/Frame;Lsun/jvm/hotspot/runtime/RegisterMap;Lsun/jvm/hotspot/runtime/JavaThread;Lsun/jvm/hotspot/code/ScopeDesc;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=6
        start local 0 // sun.jvm.hotspot.runtime.CompiledVFrame this
        start local 1 // sun.jvm.hotspot.runtime.Frame fr
        start local 2 // sun.jvm.hotspot.runtime.RegisterMap regMap
        start local 3 // sun.jvm.hotspot.runtime.JavaThread thread
        start local 4 // sun.jvm.hotspot.code.ScopeDesc scope
        start local 5 // boolean mayBeImprecise
         0: .line 43
            aload 0 /* this */
            aload 1 /* fr */
            aload 2 /* regMap */
            aload 3 /* thread */
            invokespecial sun.jvm.hotspot.runtime.JavaVFrame.<init>:(Lsun/jvm/hotspot/runtime/Frame;Lsun/jvm/hotspot/runtime/RegisterMap;Lsun/jvm/hotspot/runtime/JavaThread;)V
         1: .line 44
            aload 0 /* this */
            aload 4 /* scope */
            putfield sun.jvm.hotspot.runtime.CompiledVFrame.scope:Lsun/jvm/hotspot/code/ScopeDesc;
         2: .line 45
            aload 0 /* this */
            iload 5 /* mayBeImprecise */
            putfield sun.jvm.hotspot.runtime.CompiledVFrame.mayBeImprecise:Z
         3: .line 46
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.isDebugging:()Z
            ifne 7
         4: .line 47
            aload 4 /* scope */
            ifnull 5
            iconst_1
            goto 6
      StackMap locals: sun.jvm.hotspot.runtime.CompiledVFrame sun.jvm.hotspot.runtime.Frame sun.jvm.hotspot.runtime.RegisterMap sun.jvm.hotspot.runtime.JavaThread sun.jvm.hotspot.code.ScopeDesc int
      StackMap stack:
         5: iconst_0
      StackMap locals:
      StackMap stack: int
         6: ldc "scope must be present"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         7: .line 49
      StackMap locals:
      StackMap stack:
            return
        end local 5 // boolean mayBeImprecise
        end local 4 // sun.jvm.hotspot.code.ScopeDesc scope
        end local 3 // sun.jvm.hotspot.runtime.JavaThread thread
        end local 2 // sun.jvm.hotspot.runtime.RegisterMap regMap
        end local 1 // sun.jvm.hotspot.runtime.Frame fr
        end local 0 // sun.jvm.hotspot.runtime.CompiledVFrame this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    8     0            this  Lsun/jvm/hotspot/runtime/CompiledVFrame;
            0    8     1              fr  Lsun/jvm/hotspot/runtime/Frame;
            0    8     2          regMap  Lsun/jvm/hotspot/runtime/RegisterMap;
            0    8     3          thread  Lsun/jvm/hotspot/runtime/JavaThread;
            0    8     4           scope  Lsun/jvm/hotspot/code/ScopeDesc;
            0    8     5  mayBeImprecise  Z
    MethodParameters:
                Name  Flags
      fr              
      regMap          
      thread          
      scope           
      mayBeImprecise  

  public boolean isTop();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.CompiledVFrame this
         0: .line 52
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.isDebugging:()Z
            ifeq 3
         1: .line 53
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.CompiledVFrame.getScope:()Lsun/jvm/hotspot/code/ScopeDesc;
            ifnull 2
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.CompiledVFrame.getScope:()Lsun/jvm/hotspot/code/ScopeDesc;
            invokevirtual sun.jvm.hotspot.code.ScopeDesc.isTop:()Z
            ifne 2
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_1
            ireturn
         3: .line 55
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.CompiledVFrame.getScope:()Lsun/jvm/hotspot/code/ScopeDesc;
            invokevirtual sun.jvm.hotspot.code.ScopeDesc.isTop:()Z
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.CompiledVFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/runtime/CompiledVFrame;

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

  public boolean isDeoptimized();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.CompiledVFrame this
         0: .line 64
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.CompiledVFrame.fr:Lsun/jvm/hotspot/runtime/Frame;
            invokevirtual sun.jvm.hotspot.runtime.Frame.isDeoptimized:()Z
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.CompiledVFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/CompiledVFrame;

  public boolean mayBeImpreciseDbg();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.CompiledVFrame this
         0: .line 68
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.CompiledVFrame.mayBeImprecise:Z
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.CompiledVFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/CompiledVFrame;

  public sun.jvm.hotspot.code.NMethod getCode();
    descriptor: ()Lsun/jvm/hotspot/code/NMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.CompiledVFrame this
         0: .line 73
            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.CompiledVFrame.fr:Lsun/jvm/hotspot/runtime/Frame;
            invokevirtual sun.jvm.hotspot.runtime.Frame.getPC:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual sun.jvm.hotspot.code.CodeCache.findNMethod:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/code/NMethod;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.CompiledVFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/CompiledVFrame;

  public sun.jvm.hotspot.code.NMethod getCodeUnsafe();
    descriptor: ()Lsun/jvm/hotspot/code/NMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.CompiledVFrame this
         0: .line 80
            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.CompiledVFrame.fr:Lsun/jvm/hotspot/runtime/Frame;
            invokevirtual sun.jvm.hotspot.runtime.Frame.getPC:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual sun.jvm.hotspot.code.CodeCache.findNMethodUnsafe:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/code/NMethod;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.CompiledVFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/CompiledVFrame;

  public sun.jvm.hotspot.code.ScopeDesc getScope();
    descriptor: ()Lsun/jvm/hotspot/code/ScopeDesc;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.CompiledVFrame this
         0: .line 85
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.CompiledVFrame.scope:Lsun/jvm/hotspot/code/ScopeDesc;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.CompiledVFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/CompiledVFrame;

  public sun.jvm.hotspot.oops.Method getMethod();
    descriptor: ()Lsun/jvm/hotspot/oops/Method;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.CompiledVFrame this
         0: .line 89
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.isDebugging:()Z
            ifeq 2
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.CompiledVFrame.getScope:()Lsun/jvm/hotspot/code/ScopeDesc;
            ifnonnull 2
         1: .line 90
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.CompiledVFrame.getCodeUnsafe:()Lsun/jvm/hotspot/code/NMethod;
            invokevirtual sun.jvm.hotspot.code.NMethod.getMethod:()Lsun/jvm/hotspot/oops/Method;
            areturn
         2: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.CompiledVFrame.getScope:()Lsun/jvm/hotspot/code/ScopeDesc;
            invokevirtual sun.jvm.hotspot.code.ScopeDesc.getMethod:()Lsun/jvm/hotspot/oops/Method;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.CompiledVFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/runtime/CompiledVFrame;

  public sun.jvm.hotspot.runtime.StackValueCollection getLocals();
    descriptor: ()Lsun/jvm/hotspot/runtime/StackValueCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.CompiledVFrame this
         0: .line 96
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.CompiledVFrame.getScope:()Lsun/jvm/hotspot/code/ScopeDesc;
            ifnonnull 2
         1: .line 97
            new sun.jvm.hotspot.runtime.StackValueCollection
            dup
            invokespecial sun.jvm.hotspot.runtime.StackValueCollection.<init>:()V
            areturn
         2: .line 98
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.CompiledVFrame.getScope:()Lsun/jvm/hotspot/code/ScopeDesc;
            invokevirtual sun.jvm.hotspot.code.ScopeDesc.getLocals:()Ljava/util/List;
            astore 1 /* scvList */
        start local 1 // java.util.List scvList
         3: .line 99
            aload 1 /* scvList */
            ifnonnull 5
         4: .line 100
            new sun.jvm.hotspot.runtime.StackValueCollection
            dup
            invokespecial sun.jvm.hotspot.runtime.StackValueCollection.<init>:()V
            areturn
         5: .line 104
      StackMap locals: java.util.List
      StackMap stack:
            aload 1 /* scvList */
            invokeinterface java.util.List.size:()I
            istore 2 /* length */
        start local 2 // int length
         6: .line 105
            new sun.jvm.hotspot.runtime.StackValueCollection
            dup
            iload 2 /* length */
            invokespecial sun.jvm.hotspot.runtime.StackValueCollection.<init>:(I)V
            astore 3 /* result */
        start local 3 // sun.jvm.hotspot.runtime.StackValueCollection result
         7: .line 106
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         8: goto 11
         9: .line 107
      StackMap locals: int sun.jvm.hotspot.runtime.StackValueCollection int
      StackMap stack:
            aload 3 /* result */
            aload 0 /* this */
            aload 1 /* scvList */
            iload 4 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.code.ScopeValue
            invokevirtual sun.jvm.hotspot.runtime.CompiledVFrame.createStackValue:(Lsun/jvm/hotspot/code/ScopeValue;)Lsun/jvm/hotspot/runtime/StackValue;
            invokevirtual sun.jvm.hotspot.runtime.StackValueCollection.add:(Lsun/jvm/hotspot/runtime/StackValue;)V
        10: .line 106
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 4 /* i */
            iload 2 /* length */
            if_icmplt 9
        end local 4 // int i
        12: .line 109
            aload 3 /* result */
            areturn
        end local 3 // sun.jvm.hotspot.runtime.StackValueCollection result
        end local 2 // int length
        end local 1 // java.util.List scvList
        end local 0 // sun.jvm.hotspot.runtime.CompiledVFrame this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lsun/jvm/hotspot/runtime/CompiledVFrame;
            3   13     1  scvList  Ljava/util/List;
            6   13     2   length  I
            7   13     3   result  Lsun/jvm/hotspot/runtime/StackValueCollection;
            8   12     4        i  I

  public sun.jvm.hotspot.runtime.StackValueCollection getExpressions();
    descriptor: ()Lsun/jvm/hotspot/runtime/StackValueCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.CompiledVFrame this
         0: .line 113
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.CompiledVFrame.getScope:()Lsun/jvm/hotspot/code/ScopeDesc;
            ifnonnull 2
         1: .line 114
            new sun.jvm.hotspot.runtime.StackValueCollection
            dup
            invokespecial sun.jvm.hotspot.runtime.StackValueCollection.<init>:()V
            areturn
         2: .line 115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.CompiledVFrame.getScope:()Lsun/jvm/hotspot/code/ScopeDesc;
            invokevirtual sun.jvm.hotspot.code.ScopeDesc.getExpressions:()Ljava/util/List;
            astore 1 /* scvList */
        start local 1 // java.util.List scvList
         3: .line 116
            aload 1 /* scvList */
            ifnonnull 5
         4: .line 117
            new sun.jvm.hotspot.runtime.StackValueCollection
            dup
            invokespecial sun.jvm.hotspot.runtime.StackValueCollection.<init>:()V
            areturn
         5: .line 121
      StackMap locals: java.util.List
      StackMap stack:
            aload 1 /* scvList */
            invokeinterface java.util.List.size:()I
            istore 2 /* length */
        start local 2 // int length
         6: .line 122
            new sun.jvm.hotspot.runtime.StackValueCollection
            dup
            iload 2 /* length */
            invokespecial sun.jvm.hotspot.runtime.StackValueCollection.<init>:(I)V
            astore 3 /* result */
        start local 3 // sun.jvm.hotspot.runtime.StackValueCollection result
         7: .line 123
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         8: goto 11
         9: .line 124
      StackMap locals: int sun.jvm.hotspot.runtime.StackValueCollection int
      StackMap stack:
            aload 3 /* result */
            aload 0 /* this */
            aload 1 /* scvList */
            iload 4 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.code.ScopeValue
            invokevirtual sun.jvm.hotspot.runtime.CompiledVFrame.createStackValue:(Lsun/jvm/hotspot/code/ScopeValue;)Lsun/jvm/hotspot/runtime/StackValue;
            invokevirtual sun.jvm.hotspot.runtime.StackValueCollection.add:(Lsun/jvm/hotspot/runtime/StackValue;)V
        10: .line 123
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 4 /* i */
            iload 2 /* length */
            if_icmplt 9
        end local 4 // int i
        12: .line 126
            aload 3 /* result */
            areturn
        end local 3 // sun.jvm.hotspot.runtime.StackValueCollection result
        end local 2 // int length
        end local 1 // java.util.List scvList
        end local 0 // sun.jvm.hotspot.runtime.CompiledVFrame this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lsun/jvm/hotspot/runtime/CompiledVFrame;
            3   13     1  scvList  Ljava/util/List;
            6   13     2   length  I
            7   13     3   result  Lsun/jvm/hotspot/runtime/StackValueCollection;
            8   12     4        i  I

  public java.util.List<sun.jvm.hotspot.runtime.MonitorInfo> getMonitors();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.CompiledVFrame this
         0: .line 131
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.CompiledVFrame.getScope:()Lsun/jvm/hotspot/code/ScopeDesc;
            ifnonnull 2
         1: .line 132
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            areturn
         2: .line 134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.CompiledVFrame.getScope:()Lsun/jvm/hotspot/code/ScopeDesc;
            invokevirtual sun.jvm.hotspot.code.ScopeDesc.getMonitors:()Ljava/util/List;
            astore 1 /* monitors */
        start local 1 // java.util.List monitors
         3: .line 135
            aload 1 /* monitors */
            ifnonnull 5
         4: .line 136
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            areturn
         5: .line 138
      StackMap locals: java.util.List
      StackMap stack:
            new java.util.ArrayList
            dup
            aload 1 /* monitors */
            invokeinterface java.util.List.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 2 /* result */
        start local 2 // java.util.List result
         6: .line 139
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         7: goto 22
         8: .line 140
      StackMap locals: java.util.List int
      StackMap stack:
            aload 1 /* monitors */
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.code.MonitorValue
            astore 4 /* mv */
        start local 4 // sun.jvm.hotspot.code.MonitorValue mv
         9: .line 141
            aload 4 /* mv */
            invokevirtual sun.jvm.hotspot.code.MonitorValue.owner:()Lsun/jvm/hotspot/code/ScopeValue;
            astore 5 /* ov */
        start local 5 // sun.jvm.hotspot.code.ScopeValue ov
        10: .line 142
            aload 0 /* this */
            aload 5 /* ov */
            invokevirtual sun.jvm.hotspot.runtime.CompiledVFrame.createStackValue:(Lsun/jvm/hotspot/code/ScopeValue;)Lsun/jvm/hotspot/runtime/StackValue;
            astore 6 /* ownerSV */
        start local 6 // sun.jvm.hotspot.runtime.StackValue ownerSV
        11: .line 143
            aload 5 /* ov */
            invokevirtual sun.jvm.hotspot.code.ScopeValue.isObject:()Z
            ifeq 20
        12: .line 144
            aload 4 /* mv */
            invokevirtual sun.jvm.hotspot.code.MonitorValue.eliminated:()Z
            ifeq 13
            aload 6 /* ownerSV */
            invokevirtual sun.jvm.hotspot.runtime.StackValue.objIsScalarReplaced:()Z
            ifeq 13
            iconst_1
            goto 14
      StackMap locals: sun.jvm.hotspot.code.MonitorValue sun.jvm.hotspot.code.ScopeValue sun.jvm.hotspot.runtime.StackValue
      StackMap stack:
        13: iconst_0
      StackMap locals:
      StackMap stack: int
        14: ldc "monitor should be eliminated for scalar replaced object"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
        15: .line 146
            aload 5 /* ov */
            checkcast sun.jvm.hotspot.code.ObjectValue
            invokevirtual sun.jvm.hotspot.code.ObjectValue.getKlass:()Lsun/jvm/hotspot/code/ScopeValue;
            astore 7 /* kv */
        start local 7 // sun.jvm.hotspot.code.ScopeValue kv
        16: .line 147
            aload 7 /* kv */
            invokevirtual sun.jvm.hotspot.code.ScopeValue.isConstantOop:()Z
            ldc "klass should be oop constant for scalar replaced object"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
        17: .line 148
            aload 7 /* kv */
            checkcast sun.jvm.hotspot.code.ConstantOopReadValue
            invokevirtual sun.jvm.hotspot.code.ConstantOopReadValue.getValue:()Lsun/jvm/hotspot/debugger/OopHandle;
            astore 8 /* k */
        start local 8 // sun.jvm.hotspot.debugger.OopHandle k
        18: .line 149
            aload 2 /* result */
            new sun.jvm.hotspot.runtime.MonitorInfo
            dup
            aload 8 /* k */
            aload 0 /* this */
            aload 4 /* mv */
            invokevirtual sun.jvm.hotspot.code.MonitorValue.basicLock:()Lsun/jvm/hotspot/code/Location;
            invokevirtual sun.jvm.hotspot.runtime.CompiledVFrame.resolveMonitorLock:(Lsun/jvm/hotspot/code/Location;)Lsun/jvm/hotspot/runtime/BasicLock;
            aload 4 /* mv */
            invokevirtual sun.jvm.hotspot.code.MonitorValue.eliminated:()Z
            iconst_1
            invokespecial sun.jvm.hotspot.runtime.MonitorInfo.<init>:(Lsun/jvm/hotspot/debugger/OopHandle;Lsun/jvm/hotspot/runtime/BasicLock;ZZ)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 8 // sun.jvm.hotspot.debugger.OopHandle k
        end local 7 // sun.jvm.hotspot.code.ScopeValue kv
        19: .line 150
            goto 21
        20: .line 151
      StackMap locals:
      StackMap stack:
            aload 2 /* result */
            new sun.jvm.hotspot.runtime.MonitorInfo
            dup
            aload 6 /* ownerSV */
            invokevirtual sun.jvm.hotspot.runtime.StackValue.getObject:()Lsun/jvm/hotspot/debugger/OopHandle;
            aload 0 /* this */
            aload 4 /* mv */
            invokevirtual sun.jvm.hotspot.code.MonitorValue.basicLock:()Lsun/jvm/hotspot/code/Location;
            invokevirtual sun.jvm.hotspot.runtime.CompiledVFrame.resolveMonitorLock:(Lsun/jvm/hotspot/code/Location;)Lsun/jvm/hotspot/runtime/BasicLock;
            aload 4 /* mv */
            invokevirtual sun.jvm.hotspot.code.MonitorValue.eliminated:()Z
            iconst_0
            invokespecial sun.jvm.hotspot.runtime.MonitorInfo.<init>:(Lsun/jvm/hotspot/debugger/OopHandle;Lsun/jvm/hotspot/runtime/BasicLock;ZZ)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 6 // sun.jvm.hotspot.runtime.StackValue ownerSV
        end local 5 // sun.jvm.hotspot.code.ScopeValue ov
        end local 4 // sun.jvm.hotspot.code.MonitorValue mv
        21: .line 139
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 3 /* i */
            aload 1 /* monitors */
            invokeinterface java.util.List.size:()I
            if_icmplt 8
        end local 3 // int i
        23: .line 154
            aload 2 /* result */
            areturn
        end local 2 // java.util.List result
        end local 1 // java.util.List monitors
        end local 0 // sun.jvm.hotspot.runtime.CompiledVFrame this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   24     0      this  Lsun/jvm/hotspot/runtime/CompiledVFrame;
            3   24     1  monitors  Ljava/util/List;
            6   24     2    result  Ljava/util/List<Lsun/jvm/hotspot/runtime/MonitorInfo;>;
            7   23     3         i  I
            9   21     4        mv  Lsun/jvm/hotspot/code/MonitorValue;
           10   21     5        ov  Lsun/jvm/hotspot/code/ScopeValue;
           11   21     6   ownerSV  Lsun/jvm/hotspot/runtime/StackValue;
           16   19     7        kv  Lsun/jvm/hotspot/code/ScopeValue;
           18   19     8         k  Lsun/jvm/hotspot/debugger/OopHandle;
    Signature: ()Ljava/util/List<Lsun/jvm/hotspot/runtime/MonitorInfo;>;

  public int getBCI();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.CompiledVFrame this
         0: .line 158
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.CompiledVFrame.getRawBCI:()I
            istore 1 /* raw */
        start local 1 // int raw
         1: .line 159
            iload 1 /* raw */
            iconst_m1
            if_icmpne 2
            iconst_0
            goto 3
      StackMap locals: int
      StackMap stack:
         2: iload 1 /* raw */
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 1 // int raw
        end local 0 // sun.jvm.hotspot.runtime.CompiledVFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/runtime/CompiledVFrame;
            1    4     1   raw  I

  public int getRawBCI();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.CompiledVFrame this
         0: .line 164
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.isDebugging:()Z
            ifeq 2
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.CompiledVFrame.getScope:()Lsun/jvm/hotspot/code/ScopeDesc;
            ifnonnull 2
         1: .line 165
            iconst_0
            ireturn
         2: .line 167
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.CompiledVFrame.getScope:()Lsun/jvm/hotspot/code/ScopeDesc;
            invokevirtual sun.jvm.hotspot.code.ScopeDesc.getBCI:()I
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.CompiledVFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/runtime/CompiledVFrame;

  public sun.jvm.hotspot.runtime.VFrame sender();
    descriptor: ()Lsun/jvm/hotspot/runtime/VFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.CompiledVFrame this
         0: .line 172
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 2
         1: .line 173
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.CompiledVFrame.isTop:()Z
            ldc "just checking"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         2: .line 175
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            invokevirtual sun.jvm.hotspot.runtime.CompiledVFrame.sender:(Z)Lsun/jvm/hotspot/runtime/VFrame;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.CompiledVFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/runtime/CompiledVFrame;

  public sun.jvm.hotspot.runtime.VFrame sender(boolean);
    descriptor: (Z)Lsun/jvm/hotspot/runtime/VFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.CompiledVFrame this
        start local 1 // boolean mayBeImprecise
         0: .line 179
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.isDebugging:()Z
            ifne 5
         1: .line 180
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 5
         2: .line 181
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.CompiledVFrame.scope:Lsun/jvm/hotspot/code/ScopeDesc;
            ifnull 3
            iconst_1
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: ldc "When new stub generator is in place, then scope can never be NULL"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         5: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.CompiledVFrame.getFrame:()Lsun/jvm/hotspot/runtime/Frame;
            invokevirtual sun.jvm.hotspot.runtime.Frame.clone:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.runtime.Frame
            astore 2 /* f */
        start local 2 // sun.jvm.hotspot.runtime.Frame f
         6: .line 185
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.CompiledVFrame.isTop:()Z
            ifeq 8
         7: .line 186
            aload 0 /* this */
            iconst_0
            invokespecial sun.jvm.hotspot.runtime.JavaVFrame.sender:(Z)Lsun/jvm/hotspot/runtime/VFrame;
            goto 9
         8: .line 187
      StackMap locals: sun.jvm.hotspot.runtime.Frame
      StackMap stack:
            new sun.jvm.hotspot.runtime.CompiledVFrame
            dup
            aload 2 /* f */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.CompiledVFrame.getRegisterMap:()Lsun/jvm/hotspot/runtime/RegisterMap;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.CompiledVFrame.getThread:()Lsun/jvm/hotspot/runtime/JavaThread;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.CompiledVFrame.getScope:()Lsun/jvm/hotspot/code/ScopeDesc;
            invokevirtual sun.jvm.hotspot.code.ScopeDesc.sender:()Lsun/jvm/hotspot/code/ScopeDesc;
            iload 1 /* mayBeImprecise */
            invokespecial sun.jvm.hotspot.runtime.CompiledVFrame.<init>:(Lsun/jvm/hotspot/runtime/Frame;Lsun/jvm/hotspot/runtime/RegisterMap;Lsun/jvm/hotspot/runtime/JavaThread;Lsun/jvm/hotspot/code/ScopeDesc;Z)V
         9: .line 185
      StackMap locals:
      StackMap stack: sun.jvm.hotspot.runtime.VFrame
            areturn
        end local 2 // sun.jvm.hotspot.runtime.Frame f
        end local 1 // boolean mayBeImprecise
        end local 0 // sun.jvm.hotspot.runtime.CompiledVFrame this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0            this  Lsun/jvm/hotspot/runtime/CompiledVFrame;
            0   10     1  mayBeImprecise  Z
            6   10     2               f  Lsun/jvm/hotspot/runtime/Frame;
    MethodParameters:
                Name  Flags
      mayBeImprecise  

  private sun.jvm.hotspot.runtime.StackValue createStackValue(sun.jvm.hotspot.code.ScopeValue);
    descriptor: (Lsun/jvm/hotspot/code/ScopeValue;)Lsun/jvm/hotspot/runtime/StackValue;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=5, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.CompiledVFrame this
        start local 1 // sun.jvm.hotspot.code.ScopeValue sv
         0: .line 192
            aload 1 /* sv */
            invokevirtual sun.jvm.hotspot.code.ScopeValue.isLocation:()Z
            ifeq 39
         1: .line 194
            aload 1 /* sv */
            checkcast sun.jvm.hotspot.code.LocationValue
            invokevirtual sun.jvm.hotspot.code.LocationValue.getLocation:()Lsun/jvm/hotspot/code/Location;
            astore 2 /* loc */
        start local 2 // sun.jvm.hotspot.code.Location loc
         2: .line 196
            aload 2 /* loc */
            invokevirtual sun.jvm.hotspot.code.Location.isIllegal:()Z
            ifeq 3
            new sun.jvm.hotspot.runtime.StackValue
            dup
            invokespecial sun.jvm.hotspot.runtime.StackValue.<init>:()V
            areturn
         3: .line 199
      StackMap locals: sun.jvm.hotspot.code.Location
      StackMap stack:
            aload 2 /* loc */
            invokevirtual sun.jvm.hotspot.code.Location.isRegister:()Z
            ifeq 5
         4: .line 201
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.CompiledVFrame.getRegisterMap:()Lsun/jvm/hotspot/runtime/RegisterMap;
            new sun.jvm.hotspot.runtime.VMReg
            dup
            aload 2 /* loc */
            invokevirtual sun.jvm.hotspot.code.Location.getRegisterNumber:()I
            invokespecial sun.jvm.hotspot.runtime.VMReg.<init>:(I)V
            invokevirtual sun.jvm.hotspot.runtime.RegisterMap.getLocation:(Lsun/jvm/hotspot/runtime/VMReg;)Lsun/jvm/hotspot/debugger/Address;
            goto 6
         5: .line 204
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.CompiledVFrame.fr:Lsun/jvm/hotspot/runtime/Frame;
            invokevirtual sun.jvm.hotspot.runtime.Frame.getUnextendedSP:()Lsun/jvm/hotspot/debugger/Address;
            aload 2 /* loc */
            invokevirtual sun.jvm.hotspot.code.Location.getStackOffset:()I
            i2l
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
         6: .line 199
      StackMap locals:
      StackMap stack: sun.jvm.hotspot.debugger.Address
            astore 3 /* valueAddr */
        start local 3 // sun.jvm.hotspot.debugger.Address valueAddr
         7: .line 207
            aload 2 /* loc */
            invokevirtual sun.jvm.hotspot.code.Location.holdsFloat:()Z
            ifeq 12
         8: .line 212
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 10
         9: .line 213
            aload 2 /* loc */
            invokevirtual sun.jvm.hotspot.code.Location.isRegister:()Z
            ldc "floats always saved to stack in 1 word"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
        10: .line 215
      StackMap locals: sun.jvm.hotspot.debugger.Address
      StackMap stack:
            aload 3 /* valueAddr */
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getJDoubleAt:(J)D
            d2f
            fstore 4 /* value */
        start local 4 // float value
        11: .line 216
            new sun.jvm.hotspot.runtime.StackValue
            dup
            fload 4 /* value */
            invokestatic java.lang.Float.floatToIntBits:(F)I
            iconst_m1
            iand
            i2l
            invokespecial sun.jvm.hotspot.runtime.StackValue.<init>:(J)V
            areturn
        end local 4 // float value
        12: .line 217
      StackMap locals:
      StackMap stack:
            aload 2 /* loc */
            invokevirtual sun.jvm.hotspot.code.Location.holdsInt:()Z
            ifeq 16
        13: .line 222
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 15
        14: .line 223
            aload 2 /* loc */
            invokevirtual sun.jvm.hotspot.code.Location.isRegister:()Z
            ldc "ints always saved to stack in 1 word"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
        15: .line 225
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.runtime.StackValue
            dup
            aload 3 /* valueAddr */
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getJLongAt:(J)J
            ldc -1
            land
            invokespecial sun.jvm.hotspot.runtime.StackValue.<init>:(J)V
            areturn
        16: .line 226
      StackMap locals:
      StackMap stack:
            aload 2 /* loc */
            invokevirtual sun.jvm.hotspot.code.Location.holdsNarrowOop:()Z
            ifeq 20
        17: .line 227
            aload 2 /* loc */
            invokevirtual sun.jvm.hotspot.code.Location.isRegister:()Z
            ifeq 19
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.isBigEndian:()Z
            ifeq 19
        18: .line 232
            new sun.jvm.hotspot.runtime.StackValue
            dup
            aload 3 /* valueAddr */
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getIntSize:()J
            invokeinterface sun.jvm.hotspot.debugger.Address.getCompOopHandleAt:(J)Lsun/jvm/hotspot/debugger/OopHandle;
            lconst_0
            invokespecial sun.jvm.hotspot.runtime.StackValue.<init>:(Lsun/jvm/hotspot/debugger/OopHandle;J)V
            areturn
        19: .line 234
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.runtime.StackValue
            dup
            aload 3 /* valueAddr */
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getCompOopHandleAt:(J)Lsun/jvm/hotspot/debugger/OopHandle;
            lconst_0
            invokespecial sun.jvm.hotspot.runtime.StackValue.<init>:(Lsun/jvm/hotspot/debugger/OopHandle;J)V
            areturn
        20: .line 236
      StackMap locals:
      StackMap stack:
            aload 2 /* loc */
            invokevirtual sun.jvm.hotspot.code.Location.holdsOop:()Z
            ifeq 22
        21: .line 237
            new sun.jvm.hotspot.runtime.StackValue
            dup
            aload 3 /* valueAddr */
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getOopHandleAt:(J)Lsun/jvm/hotspot/debugger/OopHandle;
            lconst_0
            invokespecial sun.jvm.hotspot.runtime.StackValue.<init>:(Lsun/jvm/hotspot/debugger/OopHandle;J)V
            areturn
        22: .line 238
      StackMap locals:
      StackMap stack:
            aload 2 /* loc */
            invokevirtual sun.jvm.hotspot.code.Location.holdsDouble:()Z
            ifeq 24
        23: .line 240
            new sun.jvm.hotspot.runtime.StackValue
            dup
            aload 3 /* valueAddr */
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getJIntAt:(J)I
            iconst_m1
            iand
            i2l
            invokespecial sun.jvm.hotspot.runtime.StackValue.<init>:(J)V
            areturn
        24: .line 241
      StackMap locals:
      StackMap stack:
            aload 2 /* loc */
            invokevirtual sun.jvm.hotspot.code.Location.holdsAddr:()Z
            ifeq 30
        25: .line 242
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 29
        26: .line 243
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.isServerCompiler:()Z
            ifeq 27
            iconst_0
            goto 28
      StackMap locals:
      StackMap stack:
        27: iconst_1
      StackMap locals:
      StackMap stack: int
        28: ldc "No address type for locations with C2 (jsr-s are inlined)"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
        29: .line 246
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.runtime.StackValue
            dup
            lconst_0
            invokespecial sun.jvm.hotspot.runtime.StackValue.<init>:(J)V
            areturn
        30: .line 268
      StackMap locals:
      StackMap stack:
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.isLP64:()Z
            ifeq 36
            aload 2 /* loc */
            invokevirtual sun.jvm.hotspot.code.Location.holdsLong:()Z
            ifeq 36
        31: .line 269
            aload 2 /* loc */
            invokevirtual sun.jvm.hotspot.code.Location.isRegister:()Z
            ifeq 35
        32: .line 271
            new sun.jvm.hotspot.runtime.StackValue
            dup
            aload 3 /* valueAddr */
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getJLongAt:(J)J
            ldc -1
            land
            bipush 32
            lshl
        33: .line 272
            aload 3 /* valueAddr */
            ldc 8
            invokeinterface sun.jvm.hotspot.debugger.Address.getJLongAt:(J)J
            ldc -1
            land
            lor
        34: .line 271
            invokespecial sun.jvm.hotspot.runtime.StackValue.<init>:(J)V
            areturn
        35: .line 275
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.runtime.StackValue
            dup
            aload 3 /* valueAddr */
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getJLongAt:(J)J
            invokespecial sun.jvm.hotspot.runtime.StackValue.<init>:(J)V
            areturn
        36: .line 277
      StackMap locals:
      StackMap stack:
            aload 2 /* loc */
            invokevirtual sun.jvm.hotspot.code.Location.isRegister:()Z
            ifeq 38
        37: .line 288
            new sun.jvm.hotspot.runtime.StackValue
            dup
            aload 3 /* valueAddr */
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getJIntAt:(J)I
            iconst_m1
            iand
            i2l
            invokespecial sun.jvm.hotspot.runtime.StackValue.<init>:(J)V
            areturn
        38: .line 290
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.runtime.StackValue
            dup
            aload 3 /* valueAddr */
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getJIntAt:(J)I
            iconst_m1
            iand
            i2l
            invokespecial sun.jvm.hotspot.runtime.StackValue.<init>:(J)V
            areturn
        end local 3 // sun.jvm.hotspot.debugger.Address valueAddr
        end local 2 // sun.jvm.hotspot.code.Location loc
        39: .line 292
      StackMap locals:
      StackMap stack:
            aload 1 /* sv */
            invokevirtual sun.jvm.hotspot.code.ScopeValue.isConstantInt:()Z
            ifeq 41
        40: .line 294
            new sun.jvm.hotspot.runtime.StackValue
            dup
            aload 1 /* sv */
            checkcast sun.jvm.hotspot.code.ConstantIntValue
            invokevirtual sun.jvm.hotspot.code.ConstantIntValue.getValue:()I
            iconst_m1
            iand
            i2l
            invokespecial sun.jvm.hotspot.runtime.StackValue.<init>:(J)V
            areturn
        41: .line 295
      StackMap locals:
      StackMap stack:
            aload 1 /* sv */
            invokevirtual sun.jvm.hotspot.code.ScopeValue.isConstantOop:()Z
            ifeq 43
        42: .line 297
            new sun.jvm.hotspot.runtime.StackValue
            dup
            aload 1 /* sv */
            checkcast sun.jvm.hotspot.code.ConstantOopReadValue
            invokevirtual sun.jvm.hotspot.code.ConstantOopReadValue.getValue:()Lsun/jvm/hotspot/debugger/OopHandle;
            lconst_0
            invokespecial sun.jvm.hotspot.runtime.StackValue.<init>:(Lsun/jvm/hotspot/debugger/OopHandle;J)V
            areturn
        43: .line 298
      StackMap locals:
      StackMap stack:
            aload 1 /* sv */
            invokevirtual sun.jvm.hotspot.code.ScopeValue.isConstantDouble:()Z
            ifeq 46
        44: .line 300
            aload 1 /* sv */
            checkcast sun.jvm.hotspot.code.ConstantDoubleValue
            invokevirtual sun.jvm.hotspot.code.ConstantDoubleValue.getValue:()D
            dstore 2 /* d */
        start local 2 // double d
        45: .line 301
            new sun.jvm.hotspot.runtime.StackValue
            dup
            dload 2 /* d */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            ldc -1
            land
            invokespecial sun.jvm.hotspot.runtime.StackValue.<init>:(J)V
            areturn
        end local 2 // double d
        46: .line 302
      StackMap locals:
      StackMap stack:
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.isLP64:()Z
            ifeq 48
            aload 1 /* sv */
            invokevirtual sun.jvm.hotspot.code.ScopeValue.isConstantLong:()Z
            ifeq 48
        47: .line 304
            new sun.jvm.hotspot.runtime.StackValue
            dup
            aload 1 /* sv */
            checkcast sun.jvm.hotspot.code.ConstantLongValue
            invokevirtual sun.jvm.hotspot.code.ConstantLongValue.getValue:()J
            ldc -1
            land
            invokespecial sun.jvm.hotspot.runtime.StackValue.<init>:(J)V
            areturn
        48: .line 305
      StackMap locals:
      StackMap stack:
            aload 1 /* sv */
            invokevirtual sun.jvm.hotspot.code.ScopeValue.isObject:()Z
            ifeq 50
        49: .line 307
            new sun.jvm.hotspot.runtime.StackValue
            dup
            aload 1 /* sv */
            checkcast sun.jvm.hotspot.code.ObjectValue
            invokevirtual sun.jvm.hotspot.code.ObjectValue.getValue:()Lsun/jvm/hotspot/debugger/OopHandle;
            lconst_1
            invokespecial sun.jvm.hotspot.runtime.StackValue.<init>:(Lsun/jvm/hotspot/debugger/OopHandle;J)V
            areturn
        50: .line 311
      StackMap locals:
      StackMap stack:
            iconst_0
            ldc "Should not reach here"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
        51: .line 312
            new sun.jvm.hotspot.runtime.StackValue
            dup
            lconst_0
            invokespecial sun.jvm.hotspot.runtime.StackValue.<init>:(J)V
            areturn
        end local 1 // sun.jvm.hotspot.code.ScopeValue sv
        end local 0 // sun.jvm.hotspot.runtime.CompiledVFrame this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   52     0       this  Lsun/jvm/hotspot/runtime/CompiledVFrame;
            0   52     1         sv  Lsun/jvm/hotspot/code/ScopeValue;
            2   39     2        loc  Lsun/jvm/hotspot/code/Location;
            7   39     3  valueAddr  Lsun/jvm/hotspot/debugger/Address;
           11   12     4      value  F
           45   46     2          d  D
    MethodParameters:
      Name  Flags
      sv    

  private sun.jvm.hotspot.runtime.BasicLock resolveMonitorLock(sun.jvm.hotspot.code.Location);
    descriptor: (Lsun/jvm/hotspot/code/Location;)Lsun/jvm/hotspot/runtime/BasicLock;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.CompiledVFrame this
        start local 1 // sun.jvm.hotspot.code.Location location
         0: .line 316
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 2
         1: .line 317
            aload 1 /* location */
            invokevirtual sun.jvm.hotspot.code.Location.isStack:()Z
            ldc "for now we only look at the stack"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         2: .line 319
      StackMap locals:
      StackMap stack:
            aload 1 /* location */
            invokevirtual sun.jvm.hotspot.code.Location.getStackOffset:()I
            istore 2 /* byteOffset */
        start local 2 // int byteOffset
         3: .line 328
            new sun.jvm.hotspot.runtime.BasicLock
            dup
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.CompiledVFrame.getFrame:()Lsun/jvm/hotspot/runtime/Frame;
            invokevirtual sun.jvm.hotspot.runtime.Frame.getUnextendedSP:()Lsun/jvm/hotspot/debugger/Address;
            iload 2 /* byteOffset */
            i2l
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            invokespecial sun.jvm.hotspot.runtime.BasicLock.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
            areturn
        end local 2 // int byteOffset
        end local 1 // sun.jvm.hotspot.code.Location location
        end local 0 // sun.jvm.hotspot.runtime.CompiledVFrame this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lsun/jvm/hotspot/runtime/CompiledVFrame;
            0    4     1    location  Lsun/jvm/hotspot/code/Location;
            3    4     2  byteOffset  I
    MethodParameters:
          Name  Flags
      location  
}
SourceFile: "CompiledVFrame.java"