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 // sun.jvm.hotspot.debugger.DebuggerBase$Fetcher this
         0: .line 73
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.debugger.DebuggerBase$Fetcher.this$0:Lsun/jvm/hotspot/debugger/DebuggerBase;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.jvm.hotspot.debugger.DebuggerBase$Fetcher this
      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 // sun.jvm.hotspot.debugger.DebuggerBase$Fetcher this
        start local 1 // long pageBaseAddress
        start local 3 // long numBytes
         0: .line 80
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.DebuggerBase$Fetcher.this$0:Lsun/jvm/hotspot/debugger/DebuggerBase;
            lload 1 /* pageBaseAddress */
            lload 3 /* numBytes */
            invokevirtual sun.jvm.hotspot.debugger.DebuggerBase.readBytesFromProcess:(JJ)Lsun/jvm/hotspot/debugger/ReadResult;
            astore 5 /* res */
        start local 5 // sun.jvm.hotspot.debugger.ReadResult res
         1: .line 81
            aload 5 /* res */
            invokevirtual sun.jvm.hotspot.debugger.ReadResult.getData:()[B
            ifnonnull 3
         2: .line 82
            new sun.jvm.hotspot.debugger.Page
            dup
            lload 1 /* pageBaseAddress */
            lload 3 /* numBytes */
            invokespecial sun.jvm.hotspot.debugger.Page.<init>:(JJ)V
            areturn
         3: .line 84
      StackMap locals: sun.jvm.hotspot.debugger.ReadResult
      StackMap stack:
            new sun.jvm.hotspot.debugger.Page
            dup
            lload 1 /* pageBaseAddress */
            aload 5 /* res */
            invokevirtual sun.jvm.hotspot.debugger.ReadResult.getData:()[B
            invokespecial sun.jvm.hotspot.debugger.Page.<init>:(J[B)V
            areturn
        end local 5 // sun.jvm.hotspot.debugger.ReadResult res
        end local 3 // long numBytes
        end local 1 // long pageBaseAddress
        end local 0 // sun.jvm.hotspot.debugger.DebuggerBase$Fetcher this
      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