class sun.jvm.hotspot.debugger.bsd.BsdThread implements sun.jvm.hotspot.debugger.ThreadProxy
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.debugger.bsd.BsdThread
super_class: java.lang.Object
{
private sun.jvm.hotspot.debugger.bsd.BsdDebugger debugger;
descriptor: Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;
flags: (0x0002) ACC_PRIVATE
private int thread_id;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private long unique_thread_id;
descriptor: J
flags: (0x0002) ACC_PRIVATE
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: (0x0000)
Code:
stack=7, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield sun.jvm.hotspot.debugger.bsd.BsdThread.debugger:Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;
2: aload 0
aload 2
lconst_0
ldc 4
iconst_1
invokeinterface sun.jvm.hotspot.debugger.Address.getCIntegerAt:(JJZ)J
l2i
putfield sun.jvm.hotspot.debugger.bsd.BsdThread.thread_id:I
3: aload 0
aload 3
lconst_0
ldc 8
iconst_1
invokeinterface sun.jvm.hotspot.debugger.Address.getCIntegerAt:(JJZ)J
putfield sun.jvm.hotspot.debugger.bsd.BsdThread.unique_thread_id:J
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/BsdThread;
0 5 1 debugger Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;
0 5 2 threadIdAddr Lsun/jvm/hotspot/debugger/Address;
0 5 3 uniqueThreadIdAddr Lsun/jvm/hotspot/debugger/Address;
MethodParameters:
Name Flags
debugger
threadIdAddr
uniqueThreadIdAddr
void <init>(sun.jvm.hotspot.debugger.bsd.BsdDebugger, long);
descriptor: (Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;J)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield sun.jvm.hotspot.debugger.bsd.BsdThread.debugger:Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;
2: aload 0
lload 2
putfield sun.jvm.hotspot.debugger.bsd.BsdThread.unique_thread_id:J
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/debugger/bsd/BsdThread;
0 4 1 debugger Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;
0 4 2 id J
MethodParameters:
Name Flags
debugger
id
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 1
ifnull 1
aload 1
instanceof sun.jvm.hotspot.debugger.bsd.BsdThread
ifne 2
1: StackMap locals:
StackMap stack:
iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 1
checkcast sun.jvm.hotspot.debugger.bsd.BsdThread
getfield sun.jvm.hotspot.debugger.bsd.BsdThread.unique_thread_id:J
aload 0
getfield sun.jvm.hotspot.debugger.bsd.BsdThread.unique_thread_id:J
lcmp
ifne 3
iconst_1
ireturn
StackMap locals:
StackMap stack:
3: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/debugger/bsd/BsdThread;
0 4 1 obj Ljava/lang/Object;
MethodParameters:
Name Flags
obj
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.debugger.bsd.BsdThread.thread_id:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/debugger/bsd/BsdThread;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.debugger.bsd.BsdThread.thread_id:I
invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/debugger/bsd/BsdThread;
public sun.jvm.hotspot.debugger.ThreadContext getContext();
descriptor: ()Lsun/jvm/hotspot/debugger/ThreadContext;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.debugger.bsd.BsdThread.debugger:Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;
aload 0
getfield sun.jvm.hotspot.debugger.bsd.BsdThread.unique_thread_id:J
invokeinterface sun.jvm.hotspot.debugger.bsd.BsdDebugger.getThreadIntegerRegisterSet:(J)[J
astore 1
start local 1 1: aload 0
getfield sun.jvm.hotspot.debugger.bsd.BsdThread.debugger:Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;
invokestatic sun.jvm.hotspot.debugger.bsd.BsdThreadContextFactory.createThreadContext:(Lsun/jvm/hotspot/debugger/bsd/BsdDebugger;)Lsun/jvm/hotspot/debugger/ThreadContext;
astore 2
start local 2 2: iconst_0
istore 3
start local 3 3: goto 6
4: StackMap locals: long[] sun.jvm.hotspot.debugger.ThreadContext int
StackMap stack:
aload 2
iload 3
aload 1
iload 3
laload
invokeinterface sun.jvm.hotspot.debugger.ThreadContext.setRegister:(IJ)V
5: iinc 3 1
StackMap locals:
StackMap stack:
6: iload 3
aload 1
arraylength
if_icmplt 4
end local 3 7: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lsun/jvm/hotspot/debugger/bsd/BsdThread;
1 8 1 data [J
2 8 2 context Lsun/jvm/hotspot/debugger/ThreadContext;
3 7 3 i I
Exceptions:
throws java.lang.IllegalThreadStateException
public boolean canSetContext();
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/bsd/BsdThread;
Exceptions:
throws sun.jvm.hotspot.debugger.DebuggerException
public void setContext(sun.jvm.hotspot.debugger.ThreadContext);
descriptor: (Lsun/jvm/hotspot/debugger/ThreadContext;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: new sun.jvm.hotspot.debugger.DebuggerException
dup
ldc "Unimplemented"
invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/debugger/bsd/BsdThread;
0 1 1 context Lsun/jvm/hotspot/debugger/ThreadContext;
Exceptions:
throws java.lang.IllegalThreadStateException, sun.jvm.hotspot.debugger.DebuggerException
MethodParameters:
Name Flags
context
public long getUniqueThreadId();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.debugger.bsd.BsdThread.unique_thread_id:J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/debugger/bsd/BsdThread;
}
SourceFile: "BsdThread.java"