public final class sun.jvm.hotspot.debugger.bsd.amd64.BsdAMD64CFrame 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.bsd.amd64.BsdAMD64CFrame
super_class: sun.jvm.hotspot.debugger.cdbg.basic.BasicCFrame
{
private static final int ADDRESS_SIZE;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 8
private sun.jvm.hotspot.debugger.Address rip;
descriptor: Lsun/jvm/hotspot/debugger/Address;
flags: (0x0002) ACC_PRIVATE
private sun.jvm.hotspot.debugger.Address rbp;
descriptor: Lsun/jvm/hotspot/debugger/Address;
flags: (0x0002) ACC_PRIVATE
private sun.jvm.hotspot.debugger.bsd.BsdDebugger dbg;
descriptor: Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;
flags: (0x0002) ACC_PRIVATE
public void <init>(sun.jvm.hotspot.debugger.bsd.BsdDebugger, sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokeinterface sun.jvm.hotspot.debugger.bsd.BsdDebugger.getCDebugger:()Lsun/jvm/hotspot/debugger/cdbg/CDebugger;
invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicCFrame.<init>:(Lsun/jvm/hotspot/debugger/cdbg/CDebugger;)V
1: aload 0
aload 2
putfield sun.jvm.hotspot.debugger.bsd.amd64.BsdAMD64CFrame.rbp:Lsun/jvm/hotspot/debugger/Address;
2: aload 0
aload 3
putfield sun.jvm.hotspot.debugger.bsd.amd64.BsdAMD64CFrame.rip:Lsun/jvm/hotspot/debugger/Address;
3: aload 0
aload 1
putfield sun.jvm.hotspot.debugger.bsd.amd64.BsdAMD64CFrame.dbg:Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/jvm/hotspot/debugger/bsd/amd64/BsdAMD64CFrame;
0 5 1 dbg Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;
0 5 2 rbp Lsun/jvm/hotspot/debugger/Address;
0 5 3 rip Lsun/jvm/hotspot/debugger/Address;
MethodParameters:
Name Flags
dbg
rbp
rip
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 0: aload 0
getfield sun.jvm.hotspot.debugger.bsd.amd64.BsdAMD64CFrame.dbg:Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;
aload 0
getfield sun.jvm.hotspot.debugger.bsd.amd64.BsdAMD64CFrame.dbg:Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;
aload 0
invokevirtual sun.jvm.hotspot.debugger.bsd.amd64.BsdAMD64CFrame.pc:()Lsun/jvm/hotspot/debugger/Address;
invokeinterface sun.jvm.hotspot.debugger.bsd.BsdDebugger.getAddressValue:(Lsun/jvm/hotspot/debugger/Address;)J
invokeinterface sun.jvm.hotspot.debugger.bsd.BsdDebugger.lookup:(J)Lsun/jvm/hotspot/debugger/cdbg/ClosestSymbol;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/debugger/bsd/amd64/BsdAMD64CFrame;
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 0: aload 0
getfield sun.jvm.hotspot.debugger.bsd.amd64.BsdAMD64CFrame.rip:Lsun/jvm/hotspot/debugger/Address;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/debugger/bsd/amd64/BsdAMD64CFrame;
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 0: aload 0
getfield sun.jvm.hotspot.debugger.bsd.amd64.BsdAMD64CFrame.rbp:Lsun/jvm/hotspot/debugger/Address;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/debugger/bsd/amd64/BsdAMD64CFrame;
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=5, locals=6, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface sun.jvm.hotspot.debugger.ThreadProxy.getContext:()Lsun/jvm/hotspot/debugger/ThreadContext;
checkcast sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext
astore 2
start local 2 1: aload 2
bipush 20
invokevirtual sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
astore 3
start local 3 2: aload 0
getfield sun.jvm.hotspot.debugger.bsd.amd64.BsdAMD64CFrame.rbp:Lsun/jvm/hotspot/debugger/Address;
ifnull 3
aload 0
getfield sun.jvm.hotspot.debugger.bsd.amd64.BsdAMD64CFrame.rbp:Lsun/jvm/hotspot/debugger/Address;
aload 3
invokeinterface sun.jvm.hotspot.debugger.Address.lessThan:(Lsun/jvm/hotspot/debugger/Address;)Z
ifeq 4
3: StackMap locals: sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext sun.jvm.hotspot.debugger.Address
StackMap stack:
aconst_null
areturn
4: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.debugger.bsd.amd64.BsdAMD64CFrame.rbp:Lsun/jvm/hotspot/debugger/Address;
lconst_0
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
astore 4
start local 4 5: aload 4
ifnonnull 7
6: aconst_null
areturn
7: StackMap locals: sun.jvm.hotspot.debugger.Address
StackMap stack:
aload 0
getfield sun.jvm.hotspot.debugger.bsd.amd64.BsdAMD64CFrame.rbp:Lsun/jvm/hotspot/debugger/Address;
ldc 8
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
astore 5
start local 5 8: aload 5
ifnonnull 10
9: aconst_null
areturn
10: StackMap locals: sun.jvm.hotspot.debugger.Address
StackMap stack:
new sun.jvm.hotspot.debugger.bsd.amd64.BsdAMD64CFrame
dup
aload 0
getfield sun.jvm.hotspot.debugger.bsd.amd64.BsdAMD64CFrame.dbg:Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;
aload 4
aload 5
invokespecial sun.jvm.hotspot.debugger.bsd.amd64.BsdAMD64CFrame.<init>:(Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lsun/jvm/hotspot/debugger/bsd/amd64/BsdAMD64CFrame;
0 11 1 thread Lsun/jvm/hotspot/debugger/ThreadProxy;
1 11 2 context Lsun/jvm/hotspot/debugger/amd64/AMD64ThreadContext;
2 11 3 rsp Lsun/jvm/hotspot/debugger/Address;
5 11 4 nextRBP Lsun/jvm/hotspot/debugger/Address;
8 11 5 nextPC Lsun/jvm/hotspot/debugger/Address;
MethodParameters:
Name Flags
thread
}
SourceFile: "BsdAMD64CFrame.java"