public class sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess implements sun.jvm.hotspot.runtime.JavaThreadPDAccess
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess
super_class: java.lang.Object
{
private static sun.jvm.hotspot.types.AddressField baseOfStackPointerField;
descriptor: Lsun/jvm/hotspot/types/AddressField;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static sun.jvm.hotspot.types.AddressField postJavaStateField;
descriptor: Lsun/jvm/hotspot/types/AddressField;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static sun.jvm.hotspot.types.AddressField osThreadField;
descriptor: Lsun/jvm/hotspot/types/AddressField;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static int isPC;
descriptor: I
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static int hasFlushed;
descriptor: I
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static sun.jvm.hotspot.types.CIntegerField osThreadThreadIDField;
descriptor: Lsun/jvm/hotspot/types/CIntegerField;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess$1
dup
invokespecial sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess$1.<init>:()V
invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Ljava/util/Observer;)V
1: return
LocalVariableTable:
Start End Slot Name Signature
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/linux_sparc/LinuxSPARCJavaThreadPDAccess;
private static synchronized void initialize(sun.jvm.hotspot.types.TypeDataBase);
descriptor: (Lsun/jvm/hotspot/types/TypeDataBase;)V
flags: (0x002a) ACC_PRIVATE, ACC_STATIC, ACC_SYNCHRONIZED
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
ldc "JavaThread"
invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
astore 1
start local 1 1: aload 0
ldc "JavaFrameAnchor"
invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
pop
2: aload 1
ldc "_osthread"
invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
putstatic sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess.osThreadField:Lsun/jvm/hotspot/types/AddressField;
3: aload 0
ldc "JavaFrameAnchor::flushed"
invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
invokevirtual java.lang.Integer.intValue:()I
putstatic sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess.hasFlushed:I
4: aload 0
ldc "OSThread"
invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
astore 1
5: aload 1
ldc "_thread_id"
invokeinterface sun.jvm.hotspot.types.Type.getCIntegerField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/CIntegerField;
putstatic sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess.osThreadThreadIDField:Lsun/jvm/hotspot/types/CIntegerField;
6: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 db Lsun/jvm/hotspot/types/TypeDataBase;
1 7 1 type Lsun/jvm/hotspot/types/Type;
MethodParameters:
Name Flags
db
public sun.jvm.hotspot.debugger.Address getLastJavaFP(sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aconst_null
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/linux_sparc/LinuxSPARCJavaThreadPDAccess;
0 1 1 addr Lsun/jvm/hotspot/debugger/Address;
MethodParameters:
Name Flags
addr
public sun.jvm.hotspot.debugger.Address getLastJavaPC(sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aconst_null
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/linux_sparc/LinuxSPARCJavaThreadPDAccess;
0 1 1 addr Lsun/jvm/hotspot/debugger/Address;
MethodParameters:
Name Flags
addr
public sun.jvm.hotspot.debugger.Address getBaseOfStackPointer(sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: getstatic sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess.baseOfStackPointerField:Lsun/jvm/hotspot/types/AddressField;
aload 1
invokeinterface sun.jvm.hotspot.types.AddressField.getValue:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/linux_sparc/LinuxSPARCJavaThreadPDAccess;
0 1 1 addr Lsun/jvm/hotspot/debugger/Address;
MethodParameters:
Name Flags
addr
public sun.jvm.hotspot.runtime.Frame getLastFramePD(sun.jvm.hotspot.runtime.JavaThread, sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/runtime/JavaThread;Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/runtime/Frame;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokevirtual sun.jvm.hotspot.runtime.JavaThread.getLastJavaSP:()Lsun/jvm/hotspot/debugger/Address;
ifnonnull 2
1: aconst_null
areturn
2: StackMap locals:
StackMap stack:
aload 1
invokevirtual sun.jvm.hotspot.runtime.JavaThread.getLastJavaPC:()Lsun/jvm/hotspot/debugger/Address;
ifnull 4
3: new sun.jvm.hotspot.runtime.sparc.SPARCFrame
dup
aload 1
invokevirtual sun.jvm.hotspot.runtime.JavaThread.getLastJavaSP:()Lsun/jvm/hotspot/debugger/Address;
invokestatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.biasSP:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
aload 1
invokevirtual sun.jvm.hotspot.runtime.JavaThread.getLastJavaPC:()Lsun/jvm/hotspot/debugger/Address;
invokespecial sun.jvm.hotspot.runtime.sparc.SPARCFrame.<init>:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
areturn
4: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
invokevirtual sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess.getCurrentFrameGuess:(Lsun/jvm/hotspot/runtime/JavaThread;Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/runtime/Frame;
astore 3
start local 3 5: new sun.jvm.hotspot.runtime.sparc.SPARCFrame
dup
aload 1
invokevirtual sun.jvm.hotspot.runtime.JavaThread.getLastJavaSP:()Lsun/jvm/hotspot/debugger/Address;
invokestatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.biasSP:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
6: aload 3
invokevirtual sun.jvm.hotspot.runtime.Frame.getSP:()Lsun/jvm/hotspot/debugger/Address;
aload 1
invokevirtual sun.jvm.hotspot.runtime.JavaThread.getLastJavaSP:()Lsun/jvm/hotspot/debugger/Address;
invokestatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.findYoungerSP:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
invokestatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.biasSP:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
7: iconst_0
8: invokespecial sun.jvm.hotspot.runtime.sparc.SPARCFrame.<init>:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Z)V
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lsun/jvm/hotspot/runtime/linux_sparc/LinuxSPARCJavaThreadPDAccess;
0 9 1 thread Lsun/jvm/hotspot/runtime/JavaThread;
0 9 2 addr Lsun/jvm/hotspot/debugger/Address;
5 9 3 top Lsun/jvm/hotspot/runtime/Frame;
MethodParameters:
Name Flags
thread
addr
public sun.jvm.hotspot.runtime.RegisterMap newRegisterMap(sun.jvm.hotspot.runtime.JavaThread, boolean);
descriptor: (Lsun/jvm/hotspot/runtime/JavaThread;Z)Lsun/jvm/hotspot/runtime/RegisterMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new sun.jvm.hotspot.runtime.sparc.SPARCRegisterMap
dup
aload 1
iload 2
invokespecial sun.jvm.hotspot.runtime.sparc.SPARCRegisterMap.<init>:(Lsun/jvm/hotspot/runtime/JavaThread;Z)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/linux_sparc/LinuxSPARCJavaThreadPDAccess;
0 1 1 thread Lsun/jvm/hotspot/runtime/JavaThread;
0 1 2 updateMap Z
MethodParameters:
Name Flags
thread
updateMap
public sun.jvm.hotspot.runtime.Frame getCurrentFrameGuess(sun.jvm.hotspot.runtime.JavaThread, sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/runtime/JavaThread;Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/runtime/Frame;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=7, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 2
invokevirtual sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess.getThreadProxy:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/ThreadProxy;
astore 3
start local 3 1: aload 3
invokeinterface sun.jvm.hotspot.debugger.ThreadProxy.getContext:()Lsun/jvm/hotspot/debugger/ThreadContext;
checkcast sun.jvm.hotspot.debugger.sparc.SPARCThreadContext
astore 4
start local 4 2: aload 4
bipush 14
invokevirtual sun.jvm.hotspot.debugger.sparc.SPARCThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
astore 5
start local 5 3: aload 4
bipush 33
invokevirtual sun.jvm.hotspot.debugger.sparc.SPARCThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
astore 6
start local 6 4: aload 5
ifnull 5
aload 6
ifnonnull 6
5: StackMap locals: sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess sun.jvm.hotspot.runtime.JavaThread sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.ThreadProxy sun.jvm.hotspot.debugger.sparc.SPARCThreadContext sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address
StackMap stack:
aconst_null
areturn
6: StackMap locals:
StackMap stack:
new sun.jvm.hotspot.runtime.sparc.SPARCFrame
dup
aload 5
aload 6
invokespecial sun.jvm.hotspot.runtime.sparc.SPARCFrame.<init>:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
areturn
end local 6 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/runtime/linux_sparc/LinuxSPARCJavaThreadPDAccess;
0 7 1 thread Lsun/jvm/hotspot/runtime/JavaThread;
0 7 2 addr Lsun/jvm/hotspot/debugger/Address;
1 7 3 t Lsun/jvm/hotspot/debugger/ThreadProxy;
2 7 4 context Lsun/jvm/hotspot/debugger/sparc/SPARCThreadContext;
3 7 5 sp Lsun/jvm/hotspot/debugger/Address;
4 7 6 pc Lsun/jvm/hotspot/debugger/Address;
MethodParameters:
Name Flags
thread
addr
public void printThreadIDOn(sun.jvm.hotspot.debugger.Address, java.io.PrintStream);
descriptor: (Lsun/jvm/hotspot/debugger/Address;Ljava/io/PrintStream;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 2
aload 0
aload 1
invokevirtual sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess.getThreadProxy:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/ThreadProxy;
invokevirtual java.io.PrintStream.print:(Ljava/lang/Object;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/runtime/linux_sparc/LinuxSPARCJavaThreadPDAccess;
0 2 1 addr Lsun/jvm/hotspot/debugger/Address;
0 2 2 tty Ljava/io/PrintStream;
MethodParameters:
Name Flags
addr
tty
public sun.jvm.hotspot.debugger.Address getLastSP(sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess.getThreadProxy:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/ThreadProxy;
astore 2
start local 2 1: aload 2
invokeinterface sun.jvm.hotspot.debugger.ThreadProxy.getContext:()Lsun/jvm/hotspot/debugger/ThreadContext;
checkcast sun.jvm.hotspot.debugger.sparc.SPARCThreadContext
astore 3
start local 3 2: aload 3
bipush 14
invokevirtual sun.jvm.hotspot.debugger.sparc.SPARCThreadContext.getRegisterAsAddress:(I)Lsun/jvm/hotspot/debugger/Address;
invokestatic sun.jvm.hotspot.runtime.sparc.SPARCFrame.unBiasSP:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/runtime/linux_sparc/LinuxSPARCJavaThreadPDAccess;
0 3 1 addr Lsun/jvm/hotspot/debugger/Address;
1 3 2 t Lsun/jvm/hotspot/debugger/ThreadProxy;
2 3 3 context Lsun/jvm/hotspot/debugger/sparc/SPARCThreadContext;
MethodParameters:
Name Flags
addr
public void printInfoOn(sun.jvm.hotspot.debugger.Address, java.io.PrintStream);
descriptor: (Lsun/jvm/hotspot/debugger/Address;Ljava/io/PrintStream;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=3, args_size=3
start local 0 start local 1 start local 2 0: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/linux_sparc/LinuxSPARCJavaThreadPDAccess;
0 1 1 threadAddr Lsun/jvm/hotspot/debugger/Address;
0 1 2 tty Ljava/io/PrintStream;
MethodParameters:
Name Flags
threadAddr
tty
public sun.jvm.hotspot.debugger.ThreadProxy getThreadProxy(sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/ThreadProxy;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=2
start local 0 start local 1 0: getstatic sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess.osThreadField:Lsun/jvm/hotspot/types/AddressField;
aload 1
invokeinterface sun.jvm.hotspot.types.AddressField.getValue:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
astore 2
start local 2 1: aload 2
getstatic sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess.osThreadThreadIDField:Lsun/jvm/hotspot/types/CIntegerField;
invokeinterface sun.jvm.hotspot.types.CIntegerField.getOffset:()J
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
astore 3
start local 3 2: invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getDebugger:()Lsun/jvm/hotspot/debugger/JVMDebugger;
astore 4
start local 4 3: aload 4
aload 3
invokeinterface sun.jvm.hotspot.debugger.JVMDebugger.getThreadForIdentifierAddress:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/ThreadProxy;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/runtime/linux_sparc/LinuxSPARCJavaThreadPDAccess;
0 4 1 addr Lsun/jvm/hotspot/debugger/Address;
1 4 2 osThreadAddr Lsun/jvm/hotspot/debugger/Address;
2 4 3 tidAddr Lsun/jvm/hotspot/debugger/Address;
3 4 4 debugger Lsun/jvm/hotspot/debugger/JVMDebugger;
MethodParameters:
Name Flags
addr
}
SourceFile: "LinuxSPARCJavaThreadPDAccess.java"
NestMembers:
sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess$1
InnerClasses:
sun.jvm.hotspot.runtime.linux_sparc.LinuxSPARCJavaThreadPDAccess$1