final class sun.jvm.hotspot.debugger.proc.ProcCFrame extends sun.jvm.hotspot.debugger.cdbg.basic.BasicCFrame
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.jvm.hotspot.debugger.proc.ProcCFrame
  super_class: sun.jvm.hotspot.debugger.cdbg.basic.BasicCFrame
{
  private sun.jvm.hotspot.debugger.Address pc;
    descriptor: Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0002) ACC_PRIVATE

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

  private sun.jvm.hotspot.debugger.proc.ProcCFrame sender;
    descriptor: Lsun/jvm/hotspot/debugger/proc/ProcCFrame;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.debugger.proc.ProcDebugger procDbg;
    descriptor: Lsun/jvm/hotspot/debugger/proc/ProcDebugger;
    flags: (0x0002) ACC_PRIVATE

  public sun.jvm.hotspot.debugger.Address pc();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.proc.ProcCFrame this
         0: .line 33
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.proc.ProcCFrame.pc:Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.proc.ProcCFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/proc/ProcCFrame;

  public sun.jvm.hotspot.debugger.Address localVariableBase();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.proc.ProcCFrame this
         0: .line 37
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.proc.ProcCFrame.fp:Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.proc.ProcCFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/proc/ProcCFrame;

  public sun.jvm.hotspot.debugger.cdbg.CFrame sender(sun.jvm.hotspot.debugger.ThreadProxy);
    descriptor: (Lsun/jvm/hotspot/debugger/ThreadProxy;)Lsun/jvm/hotspot/debugger/cdbg/CFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.proc.ProcCFrame this
        start local 1 // sun.jvm.hotspot.debugger.ThreadProxy t
         0: .line 41
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.proc.ProcCFrame.sender:Lsun/jvm/hotspot/debugger/proc/ProcCFrame;
            areturn
        end local 1 // sun.jvm.hotspot.debugger.ThreadProxy t
        end local 0 // sun.jvm.hotspot.debugger.proc.ProcCFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/proc/ProcCFrame;
            0    1     1     t  Lsun/jvm/hotspot/debugger/ThreadProxy;
    MethodParameters:
      Name  Flags
      t     

  public sun.jvm.hotspot.debugger.cdbg.ClosestSymbol closestSymbolToPC();
    descriptor: ()Lsun/jvm/hotspot/debugger/cdbg/ClosestSymbol;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.proc.ProcCFrame this
         0: .line 47
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.proc.ProcCFrame.procDbg:Lsun/jvm/hotspot/debugger/proc/ProcDebugger;
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.proc.ProcCFrame.procDbg:Lsun/jvm/hotspot/debugger/proc/ProcDebugger;
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.proc.ProcCFrame.pc:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.debugger.proc.ProcDebugger.getAddressValue:(Lsun/jvm/hotspot/debugger/Address;)J
            invokeinterface sun.jvm.hotspot.debugger.proc.ProcDebugger.lookup:(J)Lsun/jvm/hotspot/debugger/cdbg/ClosestSymbol;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.proc.ProcCFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/proc/ProcCFrame;

  void <init>(sun.jvm.hotspot.debugger.proc.ProcDebugger, sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/proc/ProcDebugger;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.jvm.hotspot.debugger.proc.ProcCFrame this
        start local 1 // sun.jvm.hotspot.debugger.proc.ProcDebugger dbg
        start local 2 // sun.jvm.hotspot.debugger.Address pc
        start local 3 // sun.jvm.hotspot.debugger.Address fp
         0: .line 53
            aload 0 /* this */
            aload 1 /* dbg */
            invokeinterface sun.jvm.hotspot.debugger.proc.ProcDebugger.getCDebugger:()Lsun/jvm/hotspot/debugger/cdbg/CDebugger;
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicCFrame.<init>:(Lsun/jvm/hotspot/debugger/cdbg/CDebugger;)V
         1: .line 54
            aload 0 /* this */
            aload 2 /* pc */
            putfield sun.jvm.hotspot.debugger.proc.ProcCFrame.pc:Lsun/jvm/hotspot/debugger/Address;
         2: .line 55
            aload 0 /* this */
            aload 3 /* fp */
            putfield sun.jvm.hotspot.debugger.proc.ProcCFrame.fp:Lsun/jvm/hotspot/debugger/Address;
         3: .line 56
            aload 0 /* this */
            aload 1 /* dbg */
            putfield sun.jvm.hotspot.debugger.proc.ProcCFrame.procDbg:Lsun/jvm/hotspot/debugger/proc/ProcDebugger;
         4: .line 57
            return
        end local 3 // sun.jvm.hotspot.debugger.Address fp
        end local 2 // sun.jvm.hotspot.debugger.Address pc
        end local 1 // sun.jvm.hotspot.debugger.proc.ProcDebugger dbg
        end local 0 // sun.jvm.hotspot.debugger.proc.ProcCFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/debugger/proc/ProcCFrame;
            0    5     1   dbg  Lsun/jvm/hotspot/debugger/proc/ProcDebugger;
            0    5     2    pc  Lsun/jvm/hotspot/debugger/Address;
            0    5     3    fp  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      dbg   
      pc    
      fp    

  void setSender(sun.jvm.hotspot.debugger.proc.ProcCFrame);
    descriptor: (Lsun/jvm/hotspot/debugger/proc/ProcCFrame;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.proc.ProcCFrame this
        start local 1 // sun.jvm.hotspot.debugger.proc.ProcCFrame sender
         0: .line 60
            aload 0 /* this */
            aload 1 /* sender */
            putfield sun.jvm.hotspot.debugger.proc.ProcCFrame.sender:Lsun/jvm/hotspot/debugger/proc/ProcCFrame;
         1: .line 61
            return
        end local 1 // sun.jvm.hotspot.debugger.proc.ProcCFrame sender
        end local 0 // sun.jvm.hotspot.debugger.proc.ProcCFrame this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/jvm/hotspot/debugger/proc/ProcCFrame;
            0    2     1  sender  Lsun/jvm/hotspot/debugger/proc/ProcCFrame;
    MethodParameters:
        Name  Flags
      sender  
}
SourceFile: "ProcCFrame.java"