class sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1AttachTask implements sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$WorkerThreadTask
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1AttachTask
super_class: java.lang.Object
{
int pid;
descriptor: I
flags: (0x0000)
final sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal this$0;
descriptor: Lsun/jvm/hotspot/debugger/linux/LinuxDebuggerLocal;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal);
descriptor: (Lsun/jvm/hotspot/debugger/linux/LinuxDebuggerLocal;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1AttachTask this
0: .line 262
aload 0 /* this */
aload 1
putfield sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1AttachTask.this$0:Lsun/jvm/hotspot/debugger/linux/LinuxDebuggerLocal;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1AttachTask this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/debugger/linux/LinuxDebuggerLocal$1AttachTask;
MethodParameters:
Name Flags
this$0 final
public void doit(sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal);
descriptor: (Lsun/jvm/hotspot/debugger/linux/LinuxDebuggerLocal;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1AttachTask this
start local 1 // sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal debugger
0: .line 265
aload 1 /* debugger */
aload 0 /* this */
getfield sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1AttachTask.pid:I
invokevirtual sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.attach0:(I)V
1: .line 266
aload 1 /* debugger */
iconst_1
putfield sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.attached:Z
2: .line 267
aload 1 /* debugger */
iconst_0
putfield sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.isCore:Z
3: .line 268
aload 0 /* this */
getfield sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1AttachTask.this$0:Lsun/jvm/hotspot/debugger/linux/LinuxDebuggerLocal;
invokevirtual sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.findABIVersion:()V
4: .line 269
return
end local 1 // sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal debugger
end local 0 // sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1AttachTask this
LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/jvm/hotspot/debugger/linux/LinuxDebuggerLocal$1AttachTask;
0 5 1 debugger Lsun/jvm/hotspot/debugger/linux/LinuxDebuggerLocal;
MethodParameters:
Name Flags
debugger
}
SourceFile: "LinuxDebuggerLocal.java"
EnclosingMethod: sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.attach:(I)V
NestHost: sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal
InnerClasses:
AttachTask = sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1AttachTask
abstract WorkerThreadTask = sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$WorkerThreadTask of sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal