public final class sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame 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.amd64.LinuxAMD64CFrame
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 cfa;
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
private sun.jvm.hotspot.debugger.linux.amd64.DwarfParser dwarf;
descriptor: Lsun/jvm/hotspot/debugger/linux/amd64/DwarfParser;
flags: (0x0002) ACC_PRIVATE
private boolean finalFrame;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
public static sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame getTopFrame(sun.jvm.hotspot.debugger.linux.LinuxDebugger, sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.ThreadContext);
descriptor: (Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/ThreadContext;)Lsun/jvm/hotspot/debugger/linux/amd64/LinuxAMD64CFrame;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=7, locals=6, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokeinterface sun.jvm.hotspot.debugger.linux.LinuxDebugger.findLibPtrByAddress:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
astore 3
start local 3 1: aload 2
bipush 10
invokeinterface sun.jvm.hotspot.debugger.ThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
astore 4
start local 4 2: aconst_null
astore 5
start local 5 3: aload 3
ifnull 15
4: new sun.jvm.hotspot.debugger.linux.amd64.DwarfParser
dup
aload 3
invokespecial sun.jvm.hotspot.debugger.linux.amd64.DwarfParser.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
astore 5
5: aload 5
aload 1
invokevirtual sun.jvm.hotspot.debugger.linux.amd64.DwarfParser.processDwarf:(Lsun/jvm/hotspot/debugger/Address;)V
6: goto 9
StackMap locals: sun.jvm.hotspot.debugger.linux.LinuxDebugger sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.ThreadContext sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.linux.amd64.DwarfParser
StackMap stack: sun.jvm.hotspot.debugger.DebuggerException
7: pop
8: new sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame
dup
aload 0
aload 4
aload 1
aload 5
iconst_1
invokespecial sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.<init>:(Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/linux/amd64/DwarfParser;Z)V
areturn
9: StackMap locals:
StackMap stack:
aload 5
invokevirtual sun.jvm.hotspot.debugger.linux.amd64.DwarfParser.getCFARegister:()I
bipush 10
if_icmpne 12
10: aload 5
invokevirtual sun.jvm.hotspot.debugger.linux.amd64.DwarfParser.isBPOffsetAvailable:()Z
ifne 12
11: aload 2
bipush 10
invokeinterface sun.jvm.hotspot.debugger.ThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
goto 14
12: StackMap locals:
StackMap stack:
aload 2
aload 5
invokevirtual sun.jvm.hotspot.debugger.linux.amd64.DwarfParser.getCFARegister:()I
invokeinterface sun.jvm.hotspot.debugger.ThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
13: aload 5
invokevirtual sun.jvm.hotspot.debugger.linux.amd64.DwarfParser.getCFAOffset:()I
i2l
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
14: StackMap locals:
StackMap stack: sun.jvm.hotspot.debugger.Address
astore 4
15: StackMap locals:
StackMap stack:
aload 4
ifnonnull 16
aconst_null
goto 17
16: StackMap locals:
StackMap stack:
new sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame
dup
aload 0
aload 4
aload 1
aload 5
invokespecial sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.<init>:(Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/linux/amd64/DwarfParser;)V
17: StackMap locals:
StackMap stack: sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame
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 18 0 dbg Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
0 18 1 rip Lsun/jvm/hotspot/debugger/Address;
0 18 2 context Lsun/jvm/hotspot/debugger/ThreadContext;
1 18 3 libptr Lsun/jvm/hotspot/debugger/Address;
2 18 4 cfa Lsun/jvm/hotspot/debugger/Address;
3 18 5 dwarf Lsun/jvm/hotspot/debugger/linux/amd64/DwarfParser;
Exception table:
from to target type
5 6 7 Class sun.jvm.hotspot.debugger.DebuggerException
MethodParameters:
Name Flags
dbg
rip
context
private void <init>(sun.jvm.hotspot.debugger.linux.LinuxDebugger, sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.linux.amd64.DwarfParser);
descriptor: (Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/linux/amd64/DwarfParser;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=6, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
aload 4
iconst_0
invokespecial sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.<init>:(Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/linux/amd64/DwarfParser;Z)V
1: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/debugger/linux/amd64/LinuxAMD64CFrame;
0 2 1 dbg Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
0 2 2 cfa Lsun/jvm/hotspot/debugger/Address;
0 2 3 rip Lsun/jvm/hotspot/debugger/Address;
0 2 4 dwarf Lsun/jvm/hotspot/debugger/linux/amd64/DwarfParser;
MethodParameters:
Name Flags
dbg
cfa
rip
dwarf
private void <init>(sun.jvm.hotspot.debugger.linux.LinuxDebugger, sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.linux.amd64.DwarfParser, boolean);
descriptor: (Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/linux/amd64/DwarfParser;Z)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
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: aload 0
aload 2
putfield sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.cfa:Lsun/jvm/hotspot/debugger/Address;
2: aload 0
aload 3
putfield sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.rip:Lsun/jvm/hotspot/debugger/Address;
3: aload 0
aload 1
putfield sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.dbg:Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
4: aload 0
aload 4
putfield sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.dwarf:Lsun/jvm/hotspot/debugger/linux/amd64/DwarfParser;
5: aload 0
iload 5
putfield sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.finalFrame:Z
6: return
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 7 0 this Lsun/jvm/hotspot/debugger/linux/amd64/LinuxAMD64CFrame;
0 7 1 dbg Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
0 7 2 cfa Lsun/jvm/hotspot/debugger/Address;
0 7 3 rip Lsun/jvm/hotspot/debugger/Address;
0 7 4 dwarf Lsun/jvm/hotspot/debugger/linux/amd64/DwarfParser;
0 7 5 finalFrame Z
MethodParameters:
Name Flags
dbg
cfa
rip
dwarf
finalFrame
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.linux.amd64.LinuxAMD64CFrame.dbg:Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
aload 0
getfield sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.dbg:Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
aload 0
invokevirtual sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.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 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/debugger/linux/amd64/LinuxAMD64CFrame;
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.linux.amd64.LinuxAMD64CFrame.rip:Lsun/jvm/hotspot/debugger/Address;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/debugger/linux/amd64/LinuxAMD64CFrame;
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.linux.amd64.LinuxAMD64CFrame.cfa:Lsun/jvm/hotspot/debugger/Address;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/debugger/linux/amd64/LinuxAMD64CFrame;
private sun.jvm.hotspot.debugger.Address getNextPC(boolean);
descriptor: (Z)Lsun/jvm/hotspot/debugger/Address;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: iload 1
ifeq 1
aload 0
getfield sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.dwarf:Lsun/jvm/hotspot/debugger/linux/amd64/DwarfParser;
invokevirtual sun.jvm.hotspot.debugger.linux.amd64.DwarfParser.getReturnAddressOffsetFromCFA:()I
goto 2
1: StackMap locals:
StackMap stack:
bipush 8
2: StackMap locals:
StackMap stack: int
i2l
lstore 2
start local 2 3: aload 0
getfield sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.cfa:Lsun/jvm/hotspot/debugger/Address;
lload 2
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
4: areturn
end local 2 5: StackMap locals:
StackMap stack: sun.jvm.hotspot.debugger.AddressException
pop
6: aconst_null
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lsun/jvm/hotspot/debugger/linux/amd64/LinuxAMD64CFrame;
0 7 1 useDwarf Z
3 5 2 offs J
Exception table:
from to target type
0 4 5 Class sun.jvm.hotspot.debugger.UnmappedAddressException
0 4 5 Class sun.jvm.hotspot.debugger.UnalignedAddressException
MethodParameters:
Name Flags
useDwarf
private boolean isValidFrame(sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.ThreadContext);
descriptor: (Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/ThreadContext;)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
ifnull 3
1: aload 1
aload 2
bipush 20
invokeinterface sun.jvm.hotspot.debugger.ThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
invokeinterface sun.jvm.hotspot.debugger.Address.lessThan:(Lsun/jvm/hotspot/debugger/Address;)Z
ifne 3
2: iconst_1
ireturn
StackMap locals:
StackMap stack:
3: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/debugger/linux/amd64/LinuxAMD64CFrame;
0 4 1 nextCFA Lsun/jvm/hotspot/debugger/Address;
0 4 2 context Lsun/jvm/hotspot/debugger/ThreadContext;
MethodParameters:
Name Flags
nextCFA
context
private sun.jvm.hotspot.debugger.Address getNextCFA(sun.jvm.hotspot.debugger.linux.amd64.DwarfParser, sun.jvm.hotspot.debugger.ThreadContext);
descriptor: (Lsun/jvm/hotspot/debugger/linux/amd64/DwarfParser;Lsun/jvm/hotspot/debugger/ThreadContext;)Lsun/jvm/hotspot/debugger/Address;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 1
ifnonnull 5
1: aload 0
getfield sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.dwarf:Lsun/jvm/hotspot/debugger/linux/amd64/DwarfParser;
ifnonnull 2
aload 0
getfield sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.cfa:Lsun/jvm/hotspot/debugger/Address;
lconst_0
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
goto 3
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.cfa:Lsun/jvm/hotspot/debugger/Address;
aload 0
getfield sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.dwarf:Lsun/jvm/hotspot/debugger/linux/amd64/DwarfParser;
invokevirtual sun.jvm.hotspot.debugger.linux.amd64.DwarfParser.getBasePointerOffsetFromCFA:()I
i2l
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
3: StackMap locals:
StackMap stack: sun.jvm.hotspot.debugger.Address
astore 3
start local 3 4: goto 20
end local 3 5: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.dwarf:Lsun/jvm/hotspot/debugger/linux/amd64/DwarfParser;
ifnonnull 8
6: aload 0
getfield sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.cfa:Lsun/jvm/hotspot/debugger/Address;
lconst_0
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
astore 3
start local 3 7: goto 18
end local 3 8: StackMap locals:
StackMap stack:
aload 1
invokevirtual sun.jvm.hotspot.debugger.linux.amd64.DwarfParser.getCFARegister:()I
istore 4
start local 4 9: aload 0
getfield sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.dwarf:Lsun/jvm/hotspot/debugger/linux/amd64/DwarfParser;
invokevirtual sun.jvm.hotspot.debugger.linux.amd64.DwarfParser.isBPOffsetAvailable:()Z
ifne 17
10: iload 4
bipush 10
if_icmpne 17
11: iload 4
aload 0
getfield sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.dwarf:Lsun/jvm/hotspot/debugger/linux/amd64/DwarfParser;
invokevirtual sun.jvm.hotspot.debugger.linux.amd64.DwarfParser.getCFARegister:()I
if_icmpeq 17
12: aload 2
bipush 10
invokeinterface sun.jvm.hotspot.debugger.ThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
astore 3
start local 3 13: aload 3
ifnonnull 15
14: aconst_null
areturn
15: StackMap locals: sun.jvm.hotspot.debugger.Address int
StackMap stack:
aload 3
lconst_0
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
astore 3
16: goto 18
end local 3 17: StackMap locals: sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame sun.jvm.hotspot.debugger.linux.amd64.DwarfParser sun.jvm.hotspot.debugger.ThreadContext top int
StackMap stack:
aload 0
getfield sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.cfa:Lsun/jvm/hotspot/debugger/Address;
aload 0
getfield sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.dwarf:Lsun/jvm/hotspot/debugger/linux/amd64/DwarfParser;
invokevirtual sun.jvm.hotspot.debugger.linux.amd64.DwarfParser.getBasePointerOffsetFromCFA:()I
i2l
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
astore 3
end local 4 start local 3 18: StackMap locals: sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame sun.jvm.hotspot.debugger.linux.amd64.DwarfParser sun.jvm.hotspot.debugger.ThreadContext sun.jvm.hotspot.debugger.Address
StackMap stack:
aload 3
ifnull 20
19: aload 3
aload 1
invokevirtual sun.jvm.hotspot.debugger.linux.amd64.DwarfParser.getBasePointerOffsetFromCFA:()I
ineg
i2l
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
astore 3
20: StackMap locals:
StackMap stack:
aload 0
aload 3
aload 2
invokevirtual sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.isValidFrame:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/ThreadContext;)Z
ifeq 21
aload 3
goto 22
StackMap locals:
StackMap stack:
21: aconst_null
StackMap locals:
StackMap stack: sun.jvm.hotspot.debugger.Address
22: areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 23 0 this Lsun/jvm/hotspot/debugger/linux/amd64/LinuxAMD64CFrame;
0 23 1 nextDwarf Lsun/jvm/hotspot/debugger/linux/amd64/DwarfParser;
0 23 2 context Lsun/jvm/hotspot/debugger/ThreadContext;
4 5 3 nextCFA Lsun/jvm/hotspot/debugger/Address;
7 8 3 nextCFA Lsun/jvm/hotspot/debugger/Address;
13 17 3 nextCFA Lsun/jvm/hotspot/debugger/Address;
18 23 3 nextCFA Lsun/jvm/hotspot/debugger/Address;
9 18 4 nextCFAReg I
MethodParameters:
Name Flags
nextDwarf
context
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=7, locals=6, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.finalFrame:Z
ifeq 2
1: aconst_null
areturn
2: StackMap locals:
StackMap stack:
aload 1
invokeinterface sun.jvm.hotspot.debugger.ThreadProxy.getContext:()Lsun/jvm/hotspot/debugger/ThreadContext;
astore 2
start local 2 3: aload 0
aload 0
getfield sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.dwarf:Lsun/jvm/hotspot/debugger/linux/amd64/DwarfParser;
ifnull 4
iconst_1
goto 5
StackMap locals: sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame sun.jvm.hotspot.debugger.ThreadProxy sun.jvm.hotspot.debugger.ThreadContext
StackMap stack: sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame
4: iconst_0
StackMap locals: sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame sun.jvm.hotspot.debugger.ThreadProxy sun.jvm.hotspot.debugger.ThreadContext
StackMap stack: sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame int
5: invokevirtual sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.getNextPC:(Z)Lsun/jvm/hotspot/debugger/Address;
astore 3
start local 3 6: aload 3
ifnonnull 8
7: aconst_null
areturn
8: StackMap locals: sun.jvm.hotspot.debugger.Address
StackMap stack:
aconst_null
astore 4
start local 4 9: aload 0
getfield sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.dwarf:Lsun/jvm/hotspot/debugger/linux/amd64/DwarfParser;
ifnull 12
aload 0
getfield sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.dwarf:Lsun/jvm/hotspot/debugger/linux/amd64/DwarfParser;
aload 3
invokevirtual sun.jvm.hotspot.debugger.linux.amd64.DwarfParser.isIn:(Lsun/jvm/hotspot/debugger/Address;)Z
ifeq 12
10: aload 0
getfield sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.dwarf:Lsun/jvm/hotspot/debugger/linux/amd64/DwarfParser;
astore 4
11: goto 17
12: StackMap locals: sun.jvm.hotspot.debugger.linux.amd64.DwarfParser
StackMap stack:
aload 0
getfield sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.dbg:Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
aload 3
invokeinterface sun.jvm.hotspot.debugger.linux.LinuxDebugger.findLibPtrByAddress:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
astore 5
start local 5 13: aload 5
ifnull 17
14: new sun.jvm.hotspot.debugger.linux.amd64.DwarfParser
dup
aload 5
invokespecial sun.jvm.hotspot.debugger.linux.amd64.DwarfParser.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
astore 4
15: goto 17
StackMap locals: sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame sun.jvm.hotspot.debugger.ThreadProxy sun.jvm.hotspot.debugger.ThreadContext sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.linux.amd64.DwarfParser sun.jvm.hotspot.debugger.Address
StackMap stack: sun.jvm.hotspot.debugger.DebuggerException
16: pop
end local 5 17: StackMap locals:
StackMap stack:
aload 4
ifnull 22
18: aload 4
aload 3
invokevirtual sun.jvm.hotspot.debugger.linux.amd64.DwarfParser.processDwarf:(Lsun/jvm/hotspot/debugger/Address;)V
19: goto 22
StackMap locals:
StackMap stack: sun.jvm.hotspot.debugger.DebuggerException
20: pop
21: new sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame
dup
aload 0
getfield sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.dbg:Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
aconst_null
aload 3
aload 4
iconst_1
invokespecial sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.<init>:(Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/linux/amd64/DwarfParser;Z)V
areturn
22: StackMap locals:
StackMap stack:
aload 0
aload 4
aload 2
invokevirtual sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.getNextCFA:(Lsun/jvm/hotspot/debugger/linux/amd64/DwarfParser;Lsun/jvm/hotspot/debugger/ThreadContext;)Lsun/jvm/hotspot/debugger/Address;
astore 5
start local 5 23: aload 0
aload 5
aload 2
invokevirtual sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.isValidFrame:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/ThreadContext;)Z
ifeq 24
new sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame
dup
aload 0
getfield sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.dbg:Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
aload 5
aload 3
aload 4
invokespecial sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame.<init>:(Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/linux/amd64/DwarfParser;)V
goto 25
24: StackMap locals: sun.jvm.hotspot.debugger.Address
StackMap stack:
aconst_null
25: StackMap locals:
StackMap stack: sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame
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 26 0 this Lsun/jvm/hotspot/debugger/linux/amd64/LinuxAMD64CFrame;
0 26 1 thread Lsun/jvm/hotspot/debugger/ThreadProxy;
3 26 2 context Lsun/jvm/hotspot/debugger/ThreadContext;
6 26 3 nextPC Lsun/jvm/hotspot/debugger/Address;
9 26 4 nextDwarf Lsun/jvm/hotspot/debugger/linux/amd64/DwarfParser;
13 17 5 libptr Lsun/jvm/hotspot/debugger/Address;
23 26 5 nextCFA Lsun/jvm/hotspot/debugger/Address;
Exception table:
from to target type
14 15 16 Class sun.jvm.hotspot.debugger.DebuggerException
18 19 20 Class sun.jvm.hotspot.debugger.DebuggerException
MethodParameters:
Name Flags
thread
}
SourceFile: "LinuxAMD64CFrame.java"