class sun.jvm.hotspot.debugger.linux.LinuxCDebugger implements sun.jvm.hotspot.debugger.cdbg.CDebugger
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.debugger.linux.LinuxCDebugger
super_class: java.lang.Object
{
private sun.jvm.hotspot.debugger.linux.LinuxDebugger dbg;
descriptor: Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
flags: (0x0002) ACC_PRIVATE
void <init>(sun.jvm.hotspot.debugger.linux.LinuxDebugger);
descriptor: (Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield sun.jvm.hotspot.debugger.linux.LinuxCDebugger.dbg:Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/debugger/linux/LinuxCDebugger;
0 3 1 dbg Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
MethodParameters:
Name Flags
dbg
public java.util.List getThreadList();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.debugger.linux.LinuxCDebugger.dbg:Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
invokeinterface sun.jvm.hotspot.debugger.linux.LinuxDebugger.getThreadList:()Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/debugger/linux/LinuxCDebugger;
Exceptions:
throws sun.jvm.hotspot.debugger.DebuggerException
public java.util.List getLoadObjectList();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.debugger.linux.LinuxCDebugger.dbg:Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
invokeinterface sun.jvm.hotspot.debugger.linux.LinuxDebugger.getLoadObjectList:()Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/debugger/linux/LinuxCDebugger;
Exceptions:
throws sun.jvm.hotspot.debugger.DebuggerException
public sun.jvm.hotspot.debugger.cdbg.LoadObject loadObjectContainingPC(sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/cdbg/LoadObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=8, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 2
1: aconst_null
areturn
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual sun.jvm.hotspot.debugger.linux.LinuxCDebugger.getLoadObjectList:()Ljava/util/List;
astore 2
start local 2 3: iconst_0
istore 3
start local 3 4: goto 11
5: StackMap locals: java.util.List int
StackMap stack:
aload 2
iload 3
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast sun.jvm.hotspot.debugger.cdbg.LoadObject
astore 4
start local 4 6: aload 4
invokeinterface sun.jvm.hotspot.debugger.cdbg.LoadObject.getBase:()Lsun/jvm/hotspot/debugger/Address;
astore 5
start local 5 7: aload 4
invokeinterface sun.jvm.hotspot.debugger.cdbg.LoadObject.getSize:()J
lstore 6
start local 6 8: aload 1
aload 5
invokeinterface sun.jvm.hotspot.debugger.Address.greaterThanOrEqual:(Lsun/jvm/hotspot/debugger/Address;)Z
ifeq 10
aload 1
aload 5
lload 6
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
invokeinterface sun.jvm.hotspot.debugger.Address.lessThan:(Lsun/jvm/hotspot/debugger/Address;)Z
ifeq 10
9: aload 4
areturn
end local 6 end local 5 end local 4 10: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
11: iload 3
aload 2
invokeinterface java.util.List.size:()I
if_icmplt 5
end local 3 12: aconst_null
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lsun/jvm/hotspot/debugger/linux/LinuxCDebugger;
0 13 1 pc Lsun/jvm/hotspot/debugger/Address;
3 13 2 objs Ljava/util/List;
4 12 3 i I
6 10 4 ob Lsun/jvm/hotspot/debugger/cdbg/LoadObject;
7 10 5 base Lsun/jvm/hotspot/debugger/Address;
8 10 6 size J
Exceptions:
throws sun.jvm.hotspot.debugger.DebuggerException
MethodParameters:
Name Flags
pc
public sun.jvm.hotspot.debugger.cdbg.CFrame topFrameForThread(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=6, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.jvm.hotspot.debugger.linux.LinuxCDebugger.dbg:Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
invokeinterface sun.jvm.hotspot.debugger.linux.LinuxDebugger.getCPU:()Ljava/lang/String;
astore 2
start local 2 1: aload 2
ldc "x86"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 8
2: aload 1
invokeinterface sun.jvm.hotspot.debugger.ThreadProxy.getContext:()Lsun/jvm/hotspot/debugger/ThreadContext;
checkcast sun.jvm.hotspot.debugger.x86.X86ThreadContext
astore 3
start local 3 3: aload 3
bipush 6
invokevirtual sun.jvm.hotspot.debugger.x86.X86ThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
astore 4
start local 4 4: aload 4
ifnonnull 5
aconst_null
areturn
5: StackMap locals: java.lang.String sun.jvm.hotspot.debugger.x86.X86ThreadContext sun.jvm.hotspot.debugger.Address
StackMap stack:
aload 3
bipush 14
invokevirtual sun.jvm.hotspot.debugger.x86.X86ThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
astore 5
start local 5 6: aload 5
ifnonnull 7
aconst_null
areturn
7: StackMap locals: sun.jvm.hotspot.debugger.Address
StackMap stack:
new sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame
dup
aload 0
getfield sun.jvm.hotspot.debugger.linux.LinuxCDebugger.dbg:Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
aload 4
aload 5
invokespecial sun.jvm.hotspot.debugger.linux.x86.LinuxX86CFrame.<init>:(Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
areturn
end local 5 end local 4 end local 3 8: StackMap locals:
StackMap stack:
aload 2
ldc "amd64"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 15
9: aload 1
invokeinterface sun.jvm.hotspot.debugger.ThreadProxy.getContext:()Lsun/jvm/hotspot/debugger/ThreadContext;
checkcast sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext
astore 3
start local 3 10: aload 3
bipush 10
invokevirtual sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
astore 4
start local 4 11: aload 4
ifnonnull 12
aconst_null
areturn
12: StackMap locals: sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext sun.jvm.hotspot.debugger.Address
StackMap stack:
aload 3
bipush 17
invokevirtual sun.jvm.hotspot.debugger.amd64.AMD64ThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
astore 5
start local 5 13: aload 5
ifnonnull 14
aconst_null
areturn
14: StackMap locals: sun.jvm.hotspot.debugger.Address
StackMap stack:
new sun.jvm.hotspot.debugger.linux.amd64.LinuxAMD64CFrame
dup
aload 0
getfield sun.jvm.hotspot.debugger.linux.LinuxCDebugger.dbg:Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
aload 4
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;)V
areturn
end local 5 end local 4 end local 3 15: StackMap locals:
StackMap stack:
aload 2
ldc "sparc"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 22
16: aload 1
invokeinterface sun.jvm.hotspot.debugger.ThreadProxy.getContext:()Lsun/jvm/hotspot/debugger/ThreadContext;
checkcast sun.jvm.hotspot.debugger.sparc.SPARCThreadContext
astore 3
start local 3 17: aload 3
bipush 14
invokevirtual sun.jvm.hotspot.debugger.sparc.SPARCThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
astore 4
start local 4 18: aload 4
ifnonnull 19
aconst_null
areturn
19: StackMap locals: sun.jvm.hotspot.debugger.sparc.SPARCThreadContext sun.jvm.hotspot.debugger.Address
StackMap stack:
aload 3
bipush 15
invokevirtual sun.jvm.hotspot.debugger.sparc.SPARCThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
astore 5
start local 5 20: aload 5
ifnonnull 21
aconst_null
areturn
21: StackMap locals: sun.jvm.hotspot.debugger.Address
StackMap stack:
new sun.jvm.hotspot.debugger.linux.sparc.LinuxSPARCCFrame
dup
aload 0
getfield sun.jvm.hotspot.debugger.linux.LinuxCDebugger.dbg:Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
aload 4
aload 5
invokestatic sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.getAddressSize:()I
invokespecial sun.jvm.hotspot.debugger.linux.sparc.LinuxSPARCCFrame.<init>:(Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;I)V
areturn
end local 5 end local 4 end local 3 22: StackMap locals:
StackMap stack:
aload 2
ldc "ppc64"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 29
23: aload 1
invokeinterface sun.jvm.hotspot.debugger.ThreadProxy.getContext:()Lsun/jvm/hotspot/debugger/ThreadContext;
checkcast sun.jvm.hotspot.debugger.ppc64.PPC64ThreadContext
astore 3
start local 3 24: aload 3
bipush 30
invokevirtual sun.jvm.hotspot.debugger.ppc64.PPC64ThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
astore 4
start local 4 25: aload 4
ifnonnull 26
aconst_null
areturn
26: StackMap locals: sun.jvm.hotspot.debugger.ppc64.PPC64ThreadContext sun.jvm.hotspot.debugger.Address
StackMap stack:
aload 3
bipush 32
invokevirtual sun.jvm.hotspot.debugger.ppc64.PPC64ThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
astore 5
start local 5 27: aload 5
ifnonnull 28
aconst_null
areturn
28: StackMap locals: sun.jvm.hotspot.debugger.Address
StackMap stack:
new sun.jvm.hotspot.debugger.linux.ppc64.LinuxPPC64CFrame
dup
aload 0
getfield sun.jvm.hotspot.debugger.linux.LinuxCDebugger.dbg:Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
aload 4
aload 5
invokestatic sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.getAddressSize:()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 5 end local 4 end local 3 29: StackMap locals:
StackMap stack:
aload 2
ldc "aarch64"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 36
30: aload 1
invokeinterface sun.jvm.hotspot.debugger.ThreadProxy.getContext:()Lsun/jvm/hotspot/debugger/ThreadContext;
checkcast sun.jvm.hotspot.debugger.aarch64.AARCH64ThreadContext
astore 3
start local 3 31: aload 3
bipush 29
invokevirtual sun.jvm.hotspot.debugger.aarch64.AARCH64ThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
astore 4
start local 4 32: aload 4
ifnonnull 33
aconst_null
areturn
33: StackMap locals: sun.jvm.hotspot.debugger.aarch64.AARCH64ThreadContext sun.jvm.hotspot.debugger.Address
StackMap stack:
aload 3
bipush 32
invokevirtual sun.jvm.hotspot.debugger.aarch64.AARCH64ThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
astore 5
start local 5 34: aload 5
ifnonnull 35
aconst_null
areturn
35: StackMap locals: sun.jvm.hotspot.debugger.Address
StackMap stack:
new sun.jvm.hotspot.debugger.linux.aarch64.LinuxAARCH64CFrame
dup
aload 0
getfield sun.jvm.hotspot.debugger.linux.LinuxCDebugger.dbg:Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
aload 4
aload 5
invokespecial sun.jvm.hotspot.debugger.linux.aarch64.LinuxAARCH64CFrame.<init>:(Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
areturn
end local 5 end local 4 end local 3 36: StackMap locals:
StackMap stack:
aload 1
invokeinterface sun.jvm.hotspot.debugger.ThreadProxy.getContext:()Lsun/jvm/hotspot/debugger/ThreadContext;
astore 3
start local 3 37: aload 3
aload 0
getfield sun.jvm.hotspot.debugger.linux.LinuxCDebugger.dbg:Lsun/jvm/hotspot/debugger/linux/LinuxDebugger;
invokeinterface sun.jvm.hotspot.debugger.ThreadContext.getTopFrame:(Lsun/jvm/hotspot/debugger/Debugger;)Lsun/jvm/hotspot/debugger/cdbg/CFrame;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 38 0 this Lsun/jvm/hotspot/debugger/linux/LinuxCDebugger;
0 38 1 thread Lsun/jvm/hotspot/debugger/ThreadProxy;
1 38 2 cpu Ljava/lang/String;
3 8 3 context Lsun/jvm/hotspot/debugger/x86/X86ThreadContext;
4 8 4 ebp Lsun/jvm/hotspot/debugger/Address;
6 8 5 pc Lsun/jvm/hotspot/debugger/Address;
10 15 3 context Lsun/jvm/hotspot/debugger/amd64/AMD64ThreadContext;
11 15 4 rbp Lsun/jvm/hotspot/debugger/Address;
13 15 5 pc Lsun/jvm/hotspot/debugger/Address;
17 22 3 context Lsun/jvm/hotspot/debugger/sparc/SPARCThreadContext;
18 22 4 sp Lsun/jvm/hotspot/debugger/Address;
20 22 5 pc Lsun/jvm/hotspot/debugger/Address;
24 29 3 context Lsun/jvm/hotspot/debugger/ppc64/PPC64ThreadContext;
25 29 4 sp Lsun/jvm/hotspot/debugger/Address;
27 29 5 pc Lsun/jvm/hotspot/debugger/Address;
31 36 3 context Lsun/jvm/hotspot/debugger/aarch64/AARCH64ThreadContext;
32 36 4 fp Lsun/jvm/hotspot/debugger/Address;
34 36 5 pc Lsun/jvm/hotspot/debugger/Address;
37 38 3 context Lsun/jvm/hotspot/debugger/ThreadContext;
Exceptions:
throws sun.jvm.hotspot.debugger.DebuggerException
MethodParameters:
Name Flags
thread
public java.lang.String getNameOfFile(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: new java.io.File
dup
aload 1
invokespecial java.io.File.<init>:(Ljava/lang/String;)V
invokevirtual java.io.File.getName:()Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/debugger/linux/LinuxCDebugger;
0 1 1 fileName Ljava/lang/String;
MethodParameters:
Name Flags
fileName
public sun.jvm.hotspot.debugger.cdbg.ProcessControl getProcessControl();
descriptor: ()Lsun/jvm/hotspot/debugger/cdbg/ProcessControl;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/debugger/linux/LinuxCDebugger;
Exceptions:
throws sun.jvm.hotspot.debugger.DebuggerException
public boolean canDemangle();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/debugger/linux/LinuxCDebugger;
public java.lang.String demangle(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/debugger/linux/LinuxCDebugger;
0 1 1 sym Ljava/lang/String;
MethodParameters:
Name Flags
sym
}
SourceFile: "LinuxCDebugger.java"