public class sun.jvm.hotspot.runtime.InterpretedVFrame 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.InterpretedVFrame
  super_class: sun.jvm.hotspot.runtime.JavaVFrame
{
  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.InterpretedVFrame this
         0: .line 36
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.InterpretedVFrame.getFrame:()Lsun/jvm/hotspot/runtime/Frame;
            invokevirtual sun.jvm.hotspot.runtime.Frame.getInterpreterFrameMethod:()Lsun/jvm/hotspot/oops/Method;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.InterpretedVFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/InterpretedVFrame;

  public sun.jvm.hotspot.runtime.StackValueCollection getLocals();
    descriptor: ()Lsun/jvm/hotspot/runtime/StackValueCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=8, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.InterpretedVFrame this
         0: .line 40
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.InterpretedVFrame.getMethod:()Lsun/jvm/hotspot/oops/Method;
            astore 1 /* m */
        start local 1 // sun.jvm.hotspot.oops.Method m
         1: .line 42
            aload 1 /* m */
            invokevirtual sun.jvm.hotspot.oops.Method.getMaxLocals:()J
            l2i
            istore 2 /* length */
        start local 2 // int length
         2: .line 44
            aload 1 /* m */
            invokevirtual sun.jvm.hotspot.oops.Method.isNative:()Z
            ifeq 4
         3: .line 47
            aload 1 /* m */
            invokevirtual sun.jvm.hotspot.oops.Method.getSizeOfParameters:()J
            l2i
            istore 2 /* length */
         4: .line 50
      StackMap locals: sun.jvm.hotspot.oops.Method int
      StackMap stack:
            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
         5: .line 53
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.InterpretedVFrame.getMethod:()Lsun/jvm/hotspot/oops/Method;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.InterpretedVFrame.getBCI:()I
            invokevirtual sun.jvm.hotspot.oops.Method.getMaskFor:(I)Lsun/jvm/hotspot/interpreter/OopMapCacheEntry;
            astore 4 /* oopMask */
        start local 4 // sun.jvm.hotspot.interpreter.OopMapCacheEntry oopMask
         6: .line 56
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         7: goto 15
         8: .line 58
      StackMap locals: sun.jvm.hotspot.runtime.StackValueCollection sun.jvm.hotspot.interpreter.OopMapCacheEntry int
      StackMap stack:
            aload 0 /* this */
            iload 5 /* i */
            invokevirtual sun.jvm.hotspot.runtime.InterpretedVFrame.addressOfLocalAt:(I)Lsun/jvm/hotspot/debugger/Address;
            astore 6 /* addr */
        start local 6 // sun.jvm.hotspot.debugger.Address addr
         9: .line 62
            aload 4 /* oopMask */
            iload 5 /* i */
            invokevirtual sun.jvm.hotspot.interpreter.OopMapCacheEntry.isOop:(I)Z
            ifeq 12
        10: .line 64
            new sun.jvm.hotspot.runtime.StackValue
            dup
            aload 6 /* addr */
            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
            astore 7 /* sv */
        start local 7 // sun.jvm.hotspot.runtime.StackValue sv
        11: .line 65
            goto 13
        end local 7 // sun.jvm.hotspot.runtime.StackValue sv
        12: .line 68
      StackMap locals: sun.jvm.hotspot.debugger.Address
      StackMap stack:
            new sun.jvm.hotspot.runtime.StackValue
            dup
            aload 6 /* addr */
            lconst_0
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
            iconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getCIntegerAt:(JJZ)J
            invokespecial sun.jvm.hotspot.runtime.StackValue.<init>:(J)V
            astore 7 /* sv */
        start local 7 // sun.jvm.hotspot.runtime.StackValue sv
        13: .line 70
      StackMap locals: sun.jvm.hotspot.runtime.StackValue
      StackMap stack:
            aload 3 /* result */
            aload 7 /* sv */
            invokevirtual sun.jvm.hotspot.runtime.StackValueCollection.add:(Lsun/jvm/hotspot/runtime/StackValue;)V
        end local 7 // sun.jvm.hotspot.runtime.StackValue sv
        end local 6 // sun.jvm.hotspot.debugger.Address addr
        14: .line 56
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 5 /* i */
            iload 2 /* length */
            if_icmplt 8
        end local 5 // int i
        16: .line 73
            aload 3 /* result */
            areturn
        end local 4 // sun.jvm.hotspot.interpreter.OopMapCacheEntry oopMask
        end local 3 // sun.jvm.hotspot.runtime.StackValueCollection result
        end local 2 // int length
        end local 1 // sun.jvm.hotspot.oops.Method m
        end local 0 // sun.jvm.hotspot.runtime.InterpretedVFrame this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   17     0     this  Lsun/jvm/hotspot/runtime/InterpretedVFrame;
            1   17     1        m  Lsun/jvm/hotspot/oops/Method;
            2   17     2   length  I
            5   17     3   result  Lsun/jvm/hotspot/runtime/StackValueCollection;
            6   17     4  oopMask  Lsun/jvm/hotspot/interpreter/OopMapCacheEntry;
            7   16     5        i  I
            9   14     6     addr  Lsun/jvm/hotspot/debugger/Address;
           11   12     7       sv  Lsun/jvm/hotspot/runtime/StackValue;
           13   14     7       sv  Lsun/jvm/hotspot/runtime/StackValue;

  public sun.jvm.hotspot.runtime.StackValueCollection getExpressions();
    descriptor: ()Lsun/jvm/hotspot/runtime/StackValueCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=8, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.InterpretedVFrame this
         0: .line 77
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.InterpretedVFrame.getFrame:()Lsun/jvm/hotspot/runtime/Frame;
            invokevirtual sun.jvm.hotspot.runtime.Frame.getInterpreterFrameExpressionStackSize:()I
            istore 1 /* length */
        start local 1 // int length
         1: .line 79
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.InterpretedVFrame.getMethod:()Lsun/jvm/hotspot/oops/Method;
            invokevirtual sun.jvm.hotspot.oops.Method.isNative:()Z
            ifeq 3
         2: .line 81
            iconst_0
            istore 1 /* length */
         3: .line 84
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.InterpretedVFrame.getMethod:()Lsun/jvm/hotspot/oops/Method;
            invokevirtual sun.jvm.hotspot.oops.Method.getMaxLocals:()J
            l2i
            istore 2 /* nofLocals */
        start local 2 // int nofLocals
         4: .line 85
            new sun.jvm.hotspot.runtime.StackValueCollection
            dup
            iload 1 /* length */
            invokespecial sun.jvm.hotspot.runtime.StackValueCollection.<init>:(I)V
            astore 3 /* result */
        start local 3 // sun.jvm.hotspot.runtime.StackValueCollection result
         5: .line 88
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.InterpretedVFrame.getMethod:()Lsun/jvm/hotspot/oops/Method;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.InterpretedVFrame.getBCI:()I
            invokevirtual sun.jvm.hotspot.oops.Method.getMaskFor:(I)Lsun/jvm/hotspot/interpreter/OopMapCacheEntry;
            astore 4 /* oopMask */
        start local 4 // sun.jvm.hotspot.interpreter.OopMapCacheEntry oopMask
         6: .line 90
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         7: goto 15
         8: .line 92
      StackMap locals: sun.jvm.hotspot.runtime.InterpretedVFrame int int sun.jvm.hotspot.runtime.StackValueCollection sun.jvm.hotspot.interpreter.OopMapCacheEntry int
      StackMap stack:
            aload 0 /* this */
            iload 5 /* i */
            invokevirtual sun.jvm.hotspot.runtime.InterpretedVFrame.addressOfExpressionStackAt:(I)Lsun/jvm/hotspot/debugger/Address;
            astore 6 /* addr */
        start local 6 // sun.jvm.hotspot.debugger.Address addr
         9: .line 96
            aload 4 /* oopMask */
            iload 5 /* i */
            iload 2 /* nofLocals */
            iadd
            invokevirtual sun.jvm.hotspot.interpreter.OopMapCacheEntry.isOop:(I)Z
            ifeq 12
        10: .line 98
            new sun.jvm.hotspot.runtime.StackValue
            dup
            aload 6 /* addr */
            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
            astore 7 /* sv */
        start local 7 // sun.jvm.hotspot.runtime.StackValue sv
        11: .line 99
            goto 13
        end local 7 // sun.jvm.hotspot.runtime.StackValue sv
        12: .line 102
      StackMap locals: sun.jvm.hotspot.debugger.Address
      StackMap stack:
            new sun.jvm.hotspot.runtime.StackValue
            dup
            aload 6 /* addr */
            lconst_0
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
            iconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getCIntegerAt:(JJZ)J
            invokespecial sun.jvm.hotspot.runtime.StackValue.<init>:(J)V
            astore 7 /* sv */
        start local 7 // sun.jvm.hotspot.runtime.StackValue sv
        13: .line 104
      StackMap locals: sun.jvm.hotspot.runtime.StackValue
      StackMap stack:
            aload 3 /* result */
            aload 7 /* sv */
            invokevirtual sun.jvm.hotspot.runtime.StackValueCollection.add:(Lsun/jvm/hotspot/runtime/StackValue;)V
        end local 7 // sun.jvm.hotspot.runtime.StackValue sv
        end local 6 // sun.jvm.hotspot.debugger.Address addr
        14: .line 90
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 5 /* i */
            iload 1 /* length */
            if_icmplt 8
        end local 5 // int i
        16: .line 107
            aload 3 /* result */
            areturn
        end local 4 // sun.jvm.hotspot.interpreter.OopMapCacheEntry oopMask
        end local 3 // sun.jvm.hotspot.runtime.StackValueCollection result
        end local 2 // int nofLocals
        end local 1 // int length
        end local 0 // sun.jvm.hotspot.runtime.InterpretedVFrame this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   17     0       this  Lsun/jvm/hotspot/runtime/InterpretedVFrame;
            1   17     1     length  I
            4   17     2  nofLocals  I
            5   17     3     result  Lsun/jvm/hotspot/runtime/StackValueCollection;
            6   17     4    oopMask  Lsun/jvm/hotspot/interpreter/OopMapCacheEntry;
            7   16     5          i  I
            9   14     6       addr  Lsun/jvm/hotspot/debugger/Address;
           11   12     7         sv  Lsun/jvm/hotspot/runtime/StackValue;
           13   14     7         sv  Lsun/jvm/hotspot/runtime/StackValue;

  public java.util.List<sun.jvm.hotspot.runtime.MonitorInfo> getMonitors();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.InterpretedVFrame this
         0: .line 112
            new java.util.ArrayList
            dup
            iconst_5
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 1 /* result */
        start local 1 // java.util.List result
         1: .line 113
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.InterpretedVFrame.getFrame:()Lsun/jvm/hotspot/runtime/Frame;
            invokevirtual sun.jvm.hotspot.runtime.Frame.interpreterFrameMonitorEnd:()Lsun/jvm/hotspot/runtime/BasicObjectLock;
            astore 2 /* current */
        start local 2 // sun.jvm.hotspot.runtime.BasicObjectLock current
         2: .line 114
            goto 5
         3: .line 116
      StackMap locals: java.util.List sun.jvm.hotspot.runtime.BasicObjectLock
      StackMap stack:
            aload 1 /* result */
            new sun.jvm.hotspot.runtime.MonitorInfo
            dup
            aload 2 /* current */
            invokevirtual sun.jvm.hotspot.runtime.BasicObjectLock.obj:()Lsun/jvm/hotspot/debugger/OopHandle;
            aload 2 /* current */
            invokevirtual sun.jvm.hotspot.runtime.BasicObjectLock.lock:()Lsun/jvm/hotspot/runtime/BasicLock;
            iconst_0
            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
         4: .line 115
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.InterpretedVFrame.getFrame:()Lsun/jvm/hotspot/runtime/Frame;
            aload 2 /* current */
            invokevirtual sun.jvm.hotspot.runtime.Frame.nextMonitorInInterpreterFrame:(Lsun/jvm/hotspot/runtime/BasicObjectLock;)Lsun/jvm/hotspot/runtime/BasicObjectLock;
            astore 2 /* current */
         5: .line 114
      StackMap locals:
      StackMap stack:
            aload 2 /* current */
            invokevirtual sun.jvm.hotspot.runtime.BasicObjectLock.address:()Lsun/jvm/hotspot/debugger/Address;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.InterpretedVFrame.getFrame:()Lsun/jvm/hotspot/runtime/Frame;
            invokevirtual sun.jvm.hotspot.runtime.Frame.interpreterFrameMonitorBegin:()Lsun/jvm/hotspot/runtime/BasicObjectLock;
            invokevirtual sun.jvm.hotspot.runtime.BasicObjectLock.address:()Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.debugger.Address.lessThan:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifne 3
        end local 2 // sun.jvm.hotspot.runtime.BasicObjectLock current
         6: .line 118
            aload 1 /* result */
            areturn
        end local 1 // java.util.List result
        end local 0 // sun.jvm.hotspot.runtime.InterpretedVFrame this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lsun/jvm/hotspot/runtime/InterpretedVFrame;
            1    7     1   result  Ljava/util/List<Lsun/jvm/hotspot/runtime/MonitorInfo;>;
            2    6     2  current  Lsun/jvm/hotspot/runtime/BasicObjectLock;
    Signature: ()Ljava/util/List<Lsun/jvm/hotspot/runtime/MonitorInfo;>;

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

  void <init>(sun.jvm.hotspot.runtime.Frame, sun.jvm.hotspot.runtime.RegisterMap, sun.jvm.hotspot.runtime.JavaThread);
    descriptor: (Lsun/jvm/hotspot/runtime/Frame;Lsun/jvm/hotspot/runtime/RegisterMap;Lsun/jvm/hotspot/runtime/JavaThread;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // sun.jvm.hotspot.runtime.InterpretedVFrame 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
         0: .line 126
            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 127
            return
        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.InterpretedVFrame this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/jvm/hotspot/runtime/InterpretedVFrame;
            0    2     1      fr  Lsun/jvm/hotspot/runtime/Frame;
            0    2     2  regMap  Lsun/jvm/hotspot/runtime/RegisterMap;
            0    2     3  thread  Lsun/jvm/hotspot/runtime/JavaThread;
    MethodParameters:
        Name  Flags
      fr      
      regMap  
      thread  

  public int getBCI();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.InterpretedVFrame this
         0: .line 132
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.InterpretedVFrame.getFrame:()Lsun/jvm/hotspot/runtime/Frame;
            invokevirtual sun.jvm.hotspot.runtime.Frame.getInterpreterFrameBCI:()I
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.InterpretedVFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/InterpretedVFrame;

  public void verify();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.InterpretedVFrame this
         0: .line 142
            return
        end local 0 // sun.jvm.hotspot.runtime.InterpretedVFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/InterpretedVFrame;

  private sun.jvm.hotspot.debugger.Address addressOfLocalAt(int);
    descriptor: (I)Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.InterpretedVFrame this
        start local 1 // int index
         0: .line 149
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 2
         1: .line 150
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.InterpretedVFrame.getFrame:()Lsun/jvm/hotspot/runtime/Frame;
            invokevirtual sun.jvm.hotspot.runtime.Frame.isInterpretedFrame:()Z
            ldc "frame should be an interpreted frame"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         2: .line 152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.InterpretedVFrame.fr:Lsun/jvm/hotspot/runtime/Frame;
            iload 1 /* index */
            invokevirtual sun.jvm.hotspot.runtime.Frame.addressOfInterpreterFrameLocal:(I)Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 1 // int index
        end local 0 // sun.jvm.hotspot.runtime.InterpretedVFrame this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lsun/jvm/hotspot/runtime/InterpretedVFrame;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  private sun.jvm.hotspot.debugger.Address addressOfExpressionStackAt(int);
    descriptor: (I)Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.InterpretedVFrame this
        start local 1 // int index
         0: .line 156
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.InterpretedVFrame.fr:Lsun/jvm/hotspot/runtime/Frame;
            iload 1 /* index */
            invokevirtual sun.jvm.hotspot.runtime.Frame.addressOfInterpreterFrameExpressionStackSlot:(I)Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 1 // int index
        end local 0 // sun.jvm.hotspot.runtime.InterpretedVFrame this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/jvm/hotspot/runtime/InterpretedVFrame;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  
}
SourceFile: "InterpretedVFrame.java"