public class sun.jvm.hotspot.runtime.VFrame
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.runtime.VFrame
  super_class: java.lang.Object
{
  protected sun.jvm.hotspot.runtime.Frame fr;
    descriptor: Lsun/jvm/hotspot/runtime/Frame;
    flags: (0x0004) ACC_PROTECTED

  protected sun.jvm.hotspot.runtime.RegisterMap regMap;
    descriptor: Lsun/jvm/hotspot/runtime/RegisterMap;
    flags: (0x0004) ACC_PROTECTED

  protected sun.jvm.hotspot.runtime.JavaThread thread;
    descriptor: Lsun/jvm/hotspot/runtime/JavaThread;
    flags: (0x0004) ACC_PROTECTED

  protected 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: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.jvm.hotspot.runtime.VFrame this
        start local 1 // sun.jvm.hotspot.runtime.Frame f
        start local 2 // sun.jvm.hotspot.runtime.RegisterMap regMap
        start local 3 // sun.jvm.hotspot.runtime.JavaThread thread
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            aload 2 /* regMap */
            invokevirtual sun.jvm.hotspot.runtime.RegisterMap.clone:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.runtime.RegisterMap
            putfield sun.jvm.hotspot.runtime.VFrame.regMap:Lsun/jvm/hotspot/runtime/RegisterMap;
         2: .line 39
            aload 1 /* f */
            ifnull 4
         3: .line 41
            aload 0 /* this */
            aload 1 /* f */
            invokevirtual sun.jvm.hotspot.runtime.Frame.clone:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.runtime.Frame
            putfield sun.jvm.hotspot.runtime.VFrame.fr:Lsun/jvm/hotspot/runtime/Frame;
         4: .line 44
      StackMap locals: sun.jvm.hotspot.runtime.VFrame sun.jvm.hotspot.runtime.Frame sun.jvm.hotspot.runtime.RegisterMap sun.jvm.hotspot.runtime.JavaThread
      StackMap stack:
            aload 0 /* this */
            aload 3 /* thread */
            putfield sun.jvm.hotspot.runtime.VFrame.thread:Lsun/jvm/hotspot/runtime/JavaThread;
         5: .line 45
            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 f
        end local 0 // sun.jvm.hotspot.runtime.VFrame this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lsun/jvm/hotspot/runtime/VFrame;
            0    6     1       f  Lsun/jvm/hotspot/runtime/Frame;
            0    6     2  regMap  Lsun/jvm/hotspot/runtime/RegisterMap;
            0    6     3  thread  Lsun/jvm/hotspot/runtime/JavaThread;
    MethodParameters:
        Name  Flags
      f       
      regMap  
      thread  

  public static sun.jvm.hotspot.runtime.VFrame newVFrame(sun.jvm.hotspot.runtime.Frame, sun.jvm.hotspot.runtime.RegisterMap, sun.jvm.hotspot.runtime.JavaThread, boolean, boolean);
    descriptor: (Lsun/jvm/hotspot/runtime/Frame;Lsun/jvm/hotspot/runtime/RegisterMap;Lsun/jvm/hotspot/runtime/JavaThread;ZZ)Lsun/jvm/hotspot/runtime/VFrame;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=8, args_size=5
        start local 0 // sun.jvm.hotspot.runtime.Frame f
        start local 1 // sun.jvm.hotspot.runtime.RegisterMap regMap
        start local 2 // sun.jvm.hotspot.runtime.JavaThread thread
        start local 3 // boolean unsafe
        start local 4 // boolean mayBeImprecise
         0: .line 54
            aload 0 /* f */
            invokevirtual sun.jvm.hotspot.runtime.Frame.isInterpretedFrame:()Z
            ifeq 2
         1: .line 55
            new sun.jvm.hotspot.runtime.InterpretedVFrame
            dup
            aload 0 /* f */
            aload 1 /* regMap */
            aload 2 /* thread */
            invokespecial sun.jvm.hotspot.runtime.InterpretedVFrame.<init>:(Lsun/jvm/hotspot/runtime/Frame;Lsun/jvm/hotspot/runtime/RegisterMap;Lsun/jvm/hotspot/runtime/JavaThread;)V
            areturn
         2: .line 58
      StackMap locals:
      StackMap stack:
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.isCore:()Z
            ifne 20
         3: .line 60
            iload 3 /* unsafe */
            ifeq 6
         4: .line 61
            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 /* f */
            invokevirtual sun.jvm.hotspot.runtime.Frame.getPC:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual sun.jvm.hotspot.code.CodeCache.findBlobUnsafe:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/code/CodeBlob;
            astore 5 /* cb */
        start local 5 // sun.jvm.hotspot.code.CodeBlob cb
         5: .line 62
            goto 7
        end local 5 // sun.jvm.hotspot.code.CodeBlob cb
         6: .line 63
      StackMap locals:
      StackMap stack:
            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 /* f */
            invokevirtual sun.jvm.hotspot.runtime.Frame.getPC:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual sun.jvm.hotspot.code.CodeCache.findBlob:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/code/CodeBlob;
            astore 5 /* cb */
        start local 5 // sun.jvm.hotspot.code.CodeBlob cb
         7: .line 66
      StackMap locals: sun.jvm.hotspot.code.CodeBlob
      StackMap stack:
            aload 5 /* cb */
            ifnull 20
         8: .line 67
            aload 5 /* cb */
            invokevirtual sun.jvm.hotspot.code.CodeBlob.isNMethod:()Z
            ifeq 16
         9: .line 68
            aload 5 /* cb */
            checkcast sun.jvm.hotspot.code.NMethod
            astore 6 /* nm */
        start local 6 // sun.jvm.hotspot.code.NMethod nm
        10: .line 70
            aconst_null
            astore 7 /* scope */
        start local 7 // sun.jvm.hotspot.code.ScopeDesc scope
        11: .line 72
            iload 4 /* mayBeImprecise */
            ifne 12
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.isDebugging:()Z
            ifeq 14
        12: .line 73
      StackMap locals: sun.jvm.hotspot.code.NMethod sun.jvm.hotspot.code.ScopeDesc
      StackMap stack:
            aload 6 /* nm */
            aload 0 /* f */
            invokevirtual sun.jvm.hotspot.runtime.Frame.getPC:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual sun.jvm.hotspot.code.NMethod.getScopeDescNearDbg:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/code/ScopeDesc;
            astore 7 /* scope */
        13: .line 74
            goto 15
        14: .line 75
      StackMap locals:
      StackMap stack:
            aload 6 /* nm */
            aload 0 /* f */
            invokevirtual sun.jvm.hotspot.runtime.Frame.getPC:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual sun.jvm.hotspot.code.NMethod.getScopeDescAt:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/code/ScopeDesc;
            astore 7 /* scope */
        15: .line 77
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.runtime.CompiledVFrame
            dup
            aload 0 /* f */
            aload 1 /* regMap */
            aload 2 /* thread */
            aload 7 /* scope */
            iload 4 /* 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
            areturn
        end local 7 // sun.jvm.hotspot.code.ScopeDesc scope
        end local 6 // sun.jvm.hotspot.code.NMethod nm
        16: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* f */
            invokevirtual sun.jvm.hotspot.runtime.Frame.isRuntimeFrame:()Z
            ifeq 20
        17: .line 82
            aload 1 /* regMap */
            invokevirtual sun.jvm.hotspot.runtime.RegisterMap.copy:()Lsun/jvm/hotspot/runtime/RegisterMap;
            astore 6 /* tempMap */
        start local 6 // sun.jvm.hotspot.runtime.RegisterMap tempMap
        18: .line 83
            aload 0 /* f */
            aload 6 /* tempMap */
            invokevirtual sun.jvm.hotspot.runtime.Frame.sender:(Lsun/jvm/hotspot/runtime/RegisterMap;)Lsun/jvm/hotspot/runtime/Frame;
            astore 7 /* s */
        start local 7 // sun.jvm.hotspot.runtime.Frame s
        19: .line 84
            aload 7 /* s */
            aload 6 /* tempMap */
            aload 2 /* thread */
            iload 3 /* unsafe */
            iconst_0
            invokestatic sun.jvm.hotspot.runtime.VFrame.newVFrame:(Lsun/jvm/hotspot/runtime/Frame;Lsun/jvm/hotspot/runtime/RegisterMap;Lsun/jvm/hotspot/runtime/JavaThread;ZZ)Lsun/jvm/hotspot/runtime/VFrame;
            areturn
        end local 7 // sun.jvm.hotspot.runtime.Frame s
        end local 6 // sun.jvm.hotspot.runtime.RegisterMap tempMap
        end local 5 // sun.jvm.hotspot.code.CodeBlob cb
        20: .line 90
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.runtime.ExternalVFrame
            dup
            aload 0 /* f */
            aload 1 /* regMap */
            aload 2 /* thread */
            iload 4 /* mayBeImprecise */
            invokespecial sun.jvm.hotspot.runtime.ExternalVFrame.<init>:(Lsun/jvm/hotspot/runtime/Frame;Lsun/jvm/hotspot/runtime/RegisterMap;Lsun/jvm/hotspot/runtime/JavaThread;Z)V
            areturn
        end local 4 // boolean mayBeImprecise
        end local 3 // boolean unsafe
        end local 2 // sun.jvm.hotspot.runtime.JavaThread thread
        end local 1 // sun.jvm.hotspot.runtime.RegisterMap regMap
        end local 0 // sun.jvm.hotspot.runtime.Frame f
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   21     0               f  Lsun/jvm/hotspot/runtime/Frame;
            0   21     1          regMap  Lsun/jvm/hotspot/runtime/RegisterMap;
            0   21     2          thread  Lsun/jvm/hotspot/runtime/JavaThread;
            0   21     3          unsafe  Z
            0   21     4  mayBeImprecise  Z
            5    6     5              cb  Lsun/jvm/hotspot/code/CodeBlob;
            7   20     5              cb  Lsun/jvm/hotspot/code/CodeBlob;
           10   16     6              nm  Lsun/jvm/hotspot/code/NMethod;
           11   16     7           scope  Lsun/jvm/hotspot/code/ScopeDesc;
           18   20     6         tempMap  Lsun/jvm/hotspot/runtime/RegisterMap;
           19   20     7               s  Lsun/jvm/hotspot/runtime/Frame;
    MethodParameters:
                Name  Flags
      f               
      regMap          
      thread          
      unsafe          
      mayBeImprecise  

  public static sun.jvm.hotspot.runtime.VFrame newVFrame(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;)Lsun/jvm/hotspot/runtime/VFrame;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.runtime.Frame f
        start local 1 // sun.jvm.hotspot.runtime.RegisterMap regMap
        start local 2 // sun.jvm.hotspot.runtime.JavaThread thread
         0: .line 97
            aload 0 /* f */
            aload 1 /* regMap */
            aload 2 /* thread */
            iconst_0
            iconst_0
            invokestatic sun.jvm.hotspot.runtime.VFrame.newVFrame:(Lsun/jvm/hotspot/runtime/Frame;Lsun/jvm/hotspot/runtime/RegisterMap;Lsun/jvm/hotspot/runtime/JavaThread;ZZ)Lsun/jvm/hotspot/runtime/VFrame;
            areturn
        end local 2 // sun.jvm.hotspot.runtime.JavaThread thread
        end local 1 // sun.jvm.hotspot.runtime.RegisterMap regMap
        end local 0 // sun.jvm.hotspot.runtime.Frame f
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0       f  Lsun/jvm/hotspot/runtime/Frame;
            0    1     1  regMap  Lsun/jvm/hotspot/runtime/RegisterMap;
            0    1     2  thread  Lsun/jvm/hotspot/runtime/JavaThread;
    MethodParameters:
        Name  Flags
      f       
      regMap  
      thread  

  public sun.jvm.hotspot.runtime.Frame getFrame();
    descriptor: ()Lsun/jvm/hotspot/runtime/Frame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VFrame this
         0: .line 101
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VFrame.fr:Lsun/jvm/hotspot/runtime/Frame;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.VFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/VFrame;

  public sun.jvm.hotspot.runtime.RegisterMap getRegisterMap();
    descriptor: ()Lsun/jvm/hotspot/runtime/RegisterMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VFrame this
         0: .line 102
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VFrame.regMap:Lsun/jvm/hotspot/runtime/RegisterMap;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.VFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/VFrame;

  public sun.jvm.hotspot.runtime.JavaThread getThread();
    descriptor: ()Lsun/jvm/hotspot/runtime/JavaThread;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VFrame this
         0: .line 103
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VFrame.thread:Lsun/jvm/hotspot/runtime/JavaThread;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.VFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/VFrame;

  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.VFrame this
         0: .line 107
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 2
         1: .line 108
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VFrame.isTop:()Z
            ldc "just checking"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         2: .line 110
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            invokevirtual sun.jvm.hotspot.runtime.VFrame.sender:(Z)Lsun/jvm/hotspot/runtime/VFrame;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.VFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/runtime/VFrame;

  public sun.jvm.hotspot.runtime.VFrame sender(boolean);
    descriptor: (Z)Lsun/jvm/hotspot/runtime/VFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.VFrame this
        start local 1 // boolean mayBeImprecise
         0: .line 115
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VFrame.getRegisterMap:()Lsun/jvm/hotspot/runtime/RegisterMap;
            invokevirtual sun.jvm.hotspot.runtime.RegisterMap.clone:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.runtime.RegisterMap
            astore 2 /* tempMap */
        start local 2 // sun.jvm.hotspot.runtime.RegisterMap tempMap
         1: .line 116
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VFrame.fr:Lsun/jvm/hotspot/runtime/Frame;
            invokevirtual sun.jvm.hotspot.runtime.Frame.isFirstFrame:()Z
            ifeq 3
         2: .line 117
            aconst_null
            areturn
         3: .line 119
      StackMap locals: sun.jvm.hotspot.runtime.RegisterMap
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VFrame.fr:Lsun/jvm/hotspot/runtime/Frame;
            aload 2 /* tempMap */
            invokevirtual sun.jvm.hotspot.runtime.Frame.realSender:(Lsun/jvm/hotspot/runtime/RegisterMap;)Lsun/jvm/hotspot/runtime/Frame;
            astore 3 /* s */
        start local 3 // sun.jvm.hotspot.runtime.Frame s
         4: .line 120
            aload 3 /* s */
            ifnonnull 6
         5: .line 121
            aconst_null
            areturn
         6: .line 123
      StackMap locals: sun.jvm.hotspot.runtime.Frame
      StackMap stack:
            aload 3 /* s */
            invokevirtual sun.jvm.hotspot.runtime.Frame.isFirstFrame:()Z
            ifeq 8
         7: .line 124
            aconst_null
            areturn
         8: .line 126
      StackMap locals:
      StackMap stack:
            aload 3 /* s */
            aload 2 /* tempMap */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VFrame.getThread:()Lsun/jvm/hotspot/runtime/JavaThread;
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.isDebugging:()Z
            iload 1 /* mayBeImprecise */
            invokestatic sun.jvm.hotspot.runtime.VFrame.newVFrame:(Lsun/jvm/hotspot/runtime/Frame;Lsun/jvm/hotspot/runtime/RegisterMap;Lsun/jvm/hotspot/runtime/JavaThread;ZZ)Lsun/jvm/hotspot/runtime/VFrame;
            areturn
        end local 3 // sun.jvm.hotspot.runtime.Frame s
        end local 2 // sun.jvm.hotspot.runtime.RegisterMap tempMap
        end local 1 // boolean mayBeImprecise
        end local 0 // sun.jvm.hotspot.runtime.VFrame this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0            this  Lsun/jvm/hotspot/runtime/VFrame;
            0    9     1  mayBeImprecise  Z
            1    9     2         tempMap  Lsun/jvm/hotspot/runtime/RegisterMap;
            4    9     3               s  Lsun/jvm/hotspot/runtime/Frame;
    MethodParameters:
                Name  Flags
      mayBeImprecise  

  public sun.jvm.hotspot.runtime.JavaVFrame javaSender();
    descriptor: ()Lsun/jvm/hotspot/runtime/JavaVFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VFrame this
         0: .line 135
            iconst_0
            istore 1 /* imprecise */
        start local 1 // boolean imprecise
         1: .line 138
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.isDebugging:()Z
            ifeq 4
         2: .line 139
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VFrame.isJavaFrame:()Z
            ifne 4
         3: .line 140
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VFrame.mayBeImpreciseDbg:()Z
            istore 1 /* imprecise */
         4: .line 143
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* imprecise */
            invokevirtual sun.jvm.hotspot.runtime.VFrame.sender:(Z)Lsun/jvm/hotspot/runtime/VFrame;
            astore 2 /* f */
        start local 2 // sun.jvm.hotspot.runtime.VFrame f
         5: .line 144
            goto 9
         6: .line 145
      StackMap locals: sun.jvm.hotspot.runtime.VFrame
      StackMap stack:
            aload 2 /* f */
            invokevirtual sun.jvm.hotspot.runtime.VFrame.isJavaFrame:()Z
            ifeq 8
         7: .line 146
            aload 2 /* f */
            checkcast sun.jvm.hotspot.runtime.JavaVFrame
            areturn
         8: .line 148
      StackMap locals:
      StackMap stack:
            aload 2 /* f */
            iload 1 /* imprecise */
            invokevirtual sun.jvm.hotspot.runtime.VFrame.sender:(Z)Lsun/jvm/hotspot/runtime/VFrame;
            astore 2 /* f */
         9: .line 144
      StackMap locals:
      StackMap stack:
            aload 2 /* f */
            ifnonnull 6
        10: .line 150
            aconst_null
            areturn
        end local 2 // sun.jvm.hotspot.runtime.VFrame f
        end local 1 // boolean imprecise
        end local 0 // sun.jvm.hotspot.runtime.VFrame this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lsun/jvm/hotspot/runtime/VFrame;
            1   11     1  imprecise  Z
            5   11     2          f  Lsun/jvm/hotspot/runtime/VFrame;

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

  public sun.jvm.hotspot.runtime.VFrame top();
    descriptor: ()Lsun/jvm/hotspot/runtime/VFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VFrame this
         0: .line 161
            aload 0 /* this */
            astore 1 /* vf */
        start local 1 // sun.jvm.hotspot.runtime.VFrame vf
         1: .line 162
            goto 3
         2: .line 163
      StackMap locals: sun.jvm.hotspot.runtime.VFrame
      StackMap stack:
            aload 1 /* vf */
            invokevirtual sun.jvm.hotspot.runtime.VFrame.sender:()Lsun/jvm/hotspot/runtime/VFrame;
            astore 1 /* vf */
         3: .line 162
      StackMap locals:
      StackMap stack:
            aload 1 /* vf */
            invokevirtual sun.jvm.hotspot.runtime.VFrame.isTop:()Z
            ifeq 2
         4: .line 165
            aload 1 /* vf */
            areturn
        end local 1 // sun.jvm.hotspot.runtime.VFrame vf
        end local 0 // sun.jvm.hotspot.runtime.VFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/runtime/VFrame;
            1    5     1    vf  Lsun/jvm/hotspot/runtime/VFrame;

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

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

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

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

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

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

  public void print();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VFrame this
         0: .line 187
            aload 0 /* this */
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            invokevirtual sun.jvm.hotspot.runtime.VFrame.printOn:(Ljava/io/PrintStream;)V
         1: .line 188
            return
        end local 0 // sun.jvm.hotspot.runtime.VFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/runtime/VFrame;

  public void printOn(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.VFrame this
        start local 1 // java.io.PrintStream tty
         0: .line 191
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.wizardMode:()Z
            ifeq 2
         1: .line 192
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VFrame.fr:Lsun/jvm/hotspot/runtime/Frame;
            aload 1 /* tty */
            invokevirtual sun.jvm.hotspot.runtime.Frame.printValueOn:(Ljava/io/PrintStream;)V
         2: .line 194
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.PrintStream tty
        end local 0 // sun.jvm.hotspot.runtime.VFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/runtime/VFrame;
            0    3     1   tty  Ljava/io/PrintStream;
    MethodParameters:
      Name  Flags
      tty   

  public void printValue();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VFrame this
         0: .line 197
            aload 0 /* this */
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            invokevirtual sun.jvm.hotspot.runtime.VFrame.printValueOn:(Ljava/io/PrintStream;)V
         1: .line 198
            return
        end local 0 // sun.jvm.hotspot.runtime.VFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/runtime/VFrame;

  public void printValueOn(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.VFrame this
        start local 1 // java.io.PrintStream tty
         0: .line 201
            aload 0 /* this */
            aload 1 /* tty */
            invokevirtual sun.jvm.hotspot.runtime.VFrame.printOn:(Ljava/io/PrintStream;)V
         1: .line 202
            return
        end local 1 // java.io.PrintStream tty
        end local 0 // sun.jvm.hotspot.runtime.VFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/runtime/VFrame;
            0    2     1   tty  Ljava/io/PrintStream;
    MethodParameters:
      Name  Flags
      tty   
}
SourceFile: "VFrame.java"