class sun.jvm.hotspot.debugger.DebuggerBase$Fetcher implements sun.jvm.hotspot.debugger.PageFetcher
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.debugger.DebuggerBase$Fetcher
super_class: java.lang.Object
{
final sun.jvm.hotspot.debugger.DebuggerBase this$0;
descriptor: Lsun/jvm/hotspot/debugger/DebuggerBase;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.jvm.hotspot.debugger.DebuggerBase);
descriptor: (Lsun/jvm/hotspot/debugger/DebuggerBase;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield sun.jvm.hotspot.debugger.DebuggerBase$Fetcher.this$0:Lsun/jvm/hotspot/debugger/DebuggerBase;
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/debugger/DebuggerBase$Fetcher;
MethodParameters:
Name Flags
this$0 final
public sun.jvm.hotspot.debugger.Page fetchPage(long, long);
descriptor: (JJ)Lsun/jvm/hotspot/debugger/Page;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=6, args_size=3
start local 0 start local 1 start local 3 0: aload 0
getfield sun.jvm.hotspot.debugger.DebuggerBase$Fetcher.this$0:Lsun/jvm/hotspot/debugger/DebuggerBase;
lload 1
lload 3
invokevirtual sun.jvm.hotspot.debugger.DebuggerBase.readBytesFromProcess:(JJ)Lsun/jvm/hotspot/debugger/ReadResult;
astore 5
start local 5 1: aload 5
invokevirtual sun.jvm.hotspot.debugger.ReadResult.getData:()[B
ifnonnull 3
2: new sun.jvm.hotspot.debugger.Page
dup
lload 1
lload 3
invokespecial sun.jvm.hotspot.debugger.Page.<init>:(JJ)V
areturn
3: StackMap locals: sun.jvm.hotspot.debugger.ReadResult
StackMap stack:
new sun.jvm.hotspot.debugger.Page
dup
lload 1
aload 5
invokevirtual sun.jvm.hotspot.debugger.ReadResult.getData:()[B
invokespecial sun.jvm.hotspot.debugger.Page.<init>:(J[B)V
areturn
end local 5 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/debugger/DebuggerBase$Fetcher;
0 4 1 pageBaseAddress J
0 4 3 numBytes J
1 4 5 res Lsun/jvm/hotspot/debugger/ReadResult;
MethodParameters:
Name Flags
pageBaseAddress
numBytes
}
SourceFile: "DebuggerBase.java"
NestHost: sun.jvm.hotspot.debugger.DebuggerBase
InnerClasses:
Fetcher = sun.jvm.hotspot.debugger.DebuggerBase$Fetcher of sun.jvm.hotspot.debugger.DebuggerBase