class sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1ReadBytesFromProcessTask 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$1ReadBytesFromProcessTask
super_class: java.lang.Object
{
long address;
descriptor: J
flags: (0x0000)
long numBytes;
descriptor: J
flags: (0x0000)
sun.jvm.hotspot.debugger.ReadResult result;
descriptor: Lsun/jvm/hotspot/debugger/ReadResult;
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$1ReadBytesFromProcessTask this
0: .line 632
aload 0 /* this */
aload 1
putfield sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1ReadBytesFromProcessTask.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$1ReadBytesFromProcessTask this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/debugger/linux/LinuxDebuggerLocal$1ReadBytesFromProcessTask;
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=5, locals=3, args_size=2
start local 0 // sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1ReadBytesFromProcessTask this
start local 1 // sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal debugger
0: .line 636
aload 1 /* debugger */
aload 0 /* this */
getfield sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1ReadBytesFromProcessTask.address:J
aload 0 /* this */
getfield sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1ReadBytesFromProcessTask.numBytes:J
invokevirtual sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readBytesFromProcess0:(JJ)[B
astore 2 /* res */
start local 2 // byte[] res
1: .line 637
aload 2 /* res */
ifnull 3
2: .line 638
aload 0 /* this */
new sun.jvm.hotspot.debugger.ReadResult
dup
aload 2 /* res */
invokespecial sun.jvm.hotspot.debugger.ReadResult.<init>:([B)V
putfield sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1ReadBytesFromProcessTask.result:Lsun/jvm/hotspot/debugger/ReadResult;
goto 4
3: .line 640
StackMap locals: byte[]
StackMap stack:
aload 0 /* this */
new sun.jvm.hotspot.debugger.ReadResult
dup
aload 0 /* this */
getfield sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1ReadBytesFromProcessTask.address:J
invokespecial sun.jvm.hotspot.debugger.ReadResult.<init>:(J)V
putfield sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1ReadBytesFromProcessTask.result:Lsun/jvm/hotspot/debugger/ReadResult;
4: .line 641
StackMap locals:
StackMap stack:
return
end local 2 // byte[] res
end local 1 // sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal debugger
end local 0 // sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1ReadBytesFromProcessTask this
LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/jvm/hotspot/debugger/linux/LinuxDebuggerLocal$1ReadBytesFromProcessTask;
0 5 1 debugger Lsun/jvm/hotspot/debugger/linux/LinuxDebuggerLocal;
1 5 2 res [B
MethodParameters:
Name Flags
debugger
}
SourceFile: "LinuxDebuggerLocal.java"
EnclosingMethod: sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.readBytesFromProcess:(JJ)Lsun/jvm/hotspot/debugger/ReadResult;
NestHost: sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal
InnerClasses:
ReadBytesFromProcessTask = sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1ReadBytesFromProcessTask
abstract WorkerThreadTask = sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$WorkerThreadTask of sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal