public final class sun.jvm.hotspot.debugger.linux.ppc64.LinuxPPC64CFrame extends sun.jvm.hotspot.debugger.cdbg.basic.BasicCFrame
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.jvm.hotspot.debugger.linux.ppc64.LinuxPPC64CFrame
  super_class: sun.jvm.hotspot.debugger.cdbg.basic.BasicCFrame
{
  public static int PPC64_STACK_BIAS;
    descriptor: I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

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

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

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

  private sun.jvm.hotspot.debugger.linux.LinuxDebugger dbg;
    descriptor: Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 74
            iconst_0
            putstatic sun.jvm.hotspot.debugger.linux.ppc64.LinuxPPC64CFrame.PPC64_STACK_BIAS:I
         1: .line 75
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(sun.jvm.hotspot.debugger.linux.LinuxDebugger, sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address, int);
    descriptor: (Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // sun.jvm.hotspot.debugger.linux.ppc64.LinuxPPC64CFrame this
        start local 1 // sun.jvm.hotspot.debugger.linux.LinuxDebugger dbg
        start local 2 // sun.jvm.hotspot.debugger.Address sp
        start local 3 // sun.jvm.hotspot.debugger.Address pc
        start local 4 // int address_size
         0: .line 37
            aload 0 /* this */
            aload 1 /* dbg */
            invokeinterface sun.jvm.hotspot.debugger.linux.LinuxDebugger.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 38
            aload 0 /* this */
            aload 2 /* sp */
            putfield sun.jvm.hotspot.debugger.linux.ppc64.LinuxPPC64CFrame.sp:Lsun/jvm/hotspot/debugger/Address;
         2: .line 39
            aload 0 /* this */
            aload 3 /* pc */
            putfield sun.jvm.hotspot.debugger.linux.ppc64.LinuxPPC64CFrame.pc:Lsun/jvm/hotspot/debugger/Address;
         3: .line 40
            aload 0 /* this */
            aload 1 /* dbg */
            putfield sun.jvm.hotspot.debugger.linux.ppc64.LinuxPPC64CFrame.dbg:Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
         4: .line 41
            iload 4 /* address_size */
            putstatic sun.jvm.hotspot.debugger.linux.ppc64.LinuxPPC64CFrame.address_size:I
         5: .line 42
            return
        end local 4 // int address_size
        end local 3 // sun.jvm.hotspot.debugger.Address pc
        end local 2 // sun.jvm.hotspot.debugger.Address sp
        end local 1 // sun.jvm.hotspot.debugger.linux.LinuxDebugger dbg
        end local 0 // sun.jvm.hotspot.debugger.linux.ppc64.LinuxPPC64CFrame this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lsun/jvm/hotspot/debugger/linux/ppc64/LinuxPPC64CFrame;
            0    6     1           dbg  Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
            0    6     2            sp  Lsun/jvm/hotspot/debugger/Address;
            0    6     3            pc  Lsun/jvm/hotspot/debugger/Address;
            0    6     4  address_size  I
    MethodParameters:
              Name  Flags
      dbg           
      sp            
      pc            
      address_size  

  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.linux.ppc64.LinuxPPC64CFrame this
         0: .line 47
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.linux.ppc64.LinuxPPC64CFrame.dbg:Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.linux.ppc64.LinuxPPC64CFrame.dbg:Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.linux.ppc64.LinuxPPC64CFrame.pc:()Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.debugger.linux.LinuxDebugger.getAddressValue:(Lsun/jvm/hotspot/debugger/Address;)J
            invokeinterface sun.jvm.hotspot.debugger.linux.LinuxDebugger.lookup:(J)Lsun/jvm/hotspot/debugger/cdbg/ClosestSymbol;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.linux.ppc64.LinuxPPC64CFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/linux/ppc64/LinuxPPC64CFrame;

  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.linux.ppc64.LinuxPPC64CFrame this
         0: .line 51
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.linux.ppc64.LinuxPPC64CFrame.pc:Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.linux.ppc64.LinuxPPC64CFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/linux/ppc64/LinuxPPC64CFrame;

  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.linux.ppc64.LinuxPPC64CFrame this
         0: .line 55
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.linux.ppc64.LinuxPPC64CFrame.sp:Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.linux.ppc64.LinuxPPC64CFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/linux/ppc64/LinuxPPC64CFrame;

  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=6, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.linux.ppc64.LinuxPPC64CFrame this
        start local 1 // sun.jvm.hotspot.debugger.ThreadProxy thread
         0: .line 59
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.linux.ppc64.LinuxPPC64CFrame.sp:Lsun/jvm/hotspot/debugger/Address;
            ifnonnull 2
         1: .line 60
            aconst_null
            areturn
         2: .line 63
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.linux.ppc64.LinuxPPC64CFrame.sp:Lsun/jvm/hotspot/debugger/Address;
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 2 /* nextSP */
        start local 2 // sun.jvm.hotspot.debugger.Address nextSP
         3: .line 64
            aload 2 /* nextSP */
            ifnonnull 5
         4: .line 65
            aconst_null
            areturn
         5: .line 67
      StackMap locals: sun.jvm.hotspot.debugger.Address
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.linux.ppc64.LinuxPPC64CFrame.sp:Lsun/jvm/hotspot/debugger/Address;
            iconst_2
            getstatic sun.jvm.hotspot.debugger.linux.ppc64.LinuxPPC64CFrame.address_size:I
            imul
            i2l
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 3 /* nextPC */
        start local 3 // sun.jvm.hotspot.debugger.Address nextPC
         6: .line 68
            aload 3 /* nextPC */
            ifnonnull 8
         7: .line 69
            aconst_null
            areturn
         8: .line 71
      StackMap locals: sun.jvm.hotspot.debugger.Address
      StackMap stack:
            new sun.jvm.hotspot.debugger.linux.ppc64.LinuxPPC64CFrame
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.linux.ppc64.LinuxPPC64CFrame.dbg:Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
            aload 2 /* nextSP */
            aload 3 /* nextPC */
            getstatic sun.jvm.hotspot.debugger.linux.ppc64.LinuxPPC64CFrame.address_size:I
            invokespecial sun.jvm.hotspot.debugger.linux.ppc64.LinuxPPC64CFrame.<init>:(Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;I)V
            areturn
        end local 3 // sun.jvm.hotspot.debugger.Address nextPC
        end local 2 // sun.jvm.hotspot.debugger.Address nextSP
        end local 1 // sun.jvm.hotspot.debugger.ThreadProxy thread
        end local 0 // sun.jvm.hotspot.debugger.linux.ppc64.LinuxPPC64CFrame this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lsun/jvm/hotspot/debugger/linux/ppc64/LinuxPPC64CFrame;
            0    9     1  thread  Lsun/jvm/hotspot/debugger/ThreadProxy;
            3    9     2  nextSP  Lsun/jvm/hotspot/debugger/Address;
            6    9     3  nextPC  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
        Name  Flags
      thread  
}
SourceFile: "LinuxPPC64CFrame.java"