public class sun.jvm.hotspot.debugger.windbg.x86.WindbgX86ThreadFactory implements sun.jvm.hotspot.debugger.windbg.WindbgThreadFactory
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.jvm.hotspot.debugger.windbg.x86.WindbgX86ThreadFactory
super_class: java.lang.Object
{
private sun.jvm.hotspot.debugger.windbg.WindbgDebugger debugger;
descriptor: Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
flags: (0x0002) ACC_PRIVATE
public void <init>(sun.jvm.hotspot.debugger.windbg.WindbgDebugger);
descriptor: (Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // sun.jvm.hotspot.debugger.windbg.x86.WindbgX86ThreadFactory this
start local 1 // sun.jvm.hotspot.debugger.windbg.WindbgDebugger debugger
0: .line 33
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 34
aload 0 /* this */
aload 1 /* debugger */
putfield sun.jvm.hotspot.debugger.windbg.x86.WindbgX86ThreadFactory.debugger:Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
2: .line 35
return
end local 1 // sun.jvm.hotspot.debugger.windbg.WindbgDebugger debugger
end local 0 // sun.jvm.hotspot.debugger.windbg.x86.WindbgX86ThreadFactory this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/debugger/windbg/x86/WindbgX86ThreadFactory;
0 3 1 debugger Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
MethodParameters:
Name Flags
debugger
public sun.jvm.hotspot.debugger.ThreadProxy createThreadWrapper(sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/ThreadProxy;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 // sun.jvm.hotspot.debugger.windbg.x86.WindbgX86ThreadFactory this
start local 1 // sun.jvm.hotspot.debugger.Address threadIdentifierAddr
0: .line 38
new sun.jvm.hotspot.debugger.windbg.x86.WindbgX86Thread
dup
aload 0 /* this */
getfield sun.jvm.hotspot.debugger.windbg.x86.WindbgX86ThreadFactory.debugger:Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
aload 1 /* threadIdentifierAddr */
invokespecial sun.jvm.hotspot.debugger.windbg.x86.WindbgX86Thread.<init>:(Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;Lsun/jvm/hotspot/debugger/Address;)V
areturn
end local 1 // sun.jvm.hotspot.debugger.Address threadIdentifierAddr
end local 0 // sun.jvm.hotspot.debugger.windbg.x86.WindbgX86ThreadFactory this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/debugger/windbg/x86/WindbgX86ThreadFactory;
0 1 1 threadIdentifierAddr Lsun/jvm/hotspot/debugger/Address;
MethodParameters:
Name Flags
threadIdentifierAddr
public sun.jvm.hotspot.debugger.ThreadProxy createThreadWrapper(long);
descriptor: (J)Lsun/jvm/hotspot/debugger/ThreadProxy;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 // sun.jvm.hotspot.debugger.windbg.x86.WindbgX86ThreadFactory this
start local 1 // long id
0: .line 42
new sun.jvm.hotspot.debugger.windbg.x86.WindbgX86Thread
dup
aload 0 /* this */
getfield sun.jvm.hotspot.debugger.windbg.x86.WindbgX86ThreadFactory.debugger:Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
lload 1 /* id */
invokespecial sun.jvm.hotspot.debugger.windbg.x86.WindbgX86Thread.<init>:(Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;J)V
areturn
end local 1 // long id
end local 0 // sun.jvm.hotspot.debugger.windbg.x86.WindbgX86ThreadFactory this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/debugger/windbg/x86/WindbgX86ThreadFactory;
0 1 1 id J
MethodParameters:
Name Flags
id
}
SourceFile: "WindbgX86ThreadFactory.java"