class sun.jvm.hotspot.debugger.windbg.DLL$2 extends sun.jvm.hotspot.utilities.memo.MemoizedObject
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.debugger.windbg.DLL$2
  super_class: sun.jvm.hotspot.utilities.memo.MemoizedObject
{
  final sun.jvm.hotspot.debugger.windbg.DLL this$0;
    descriptor: Lsun/jvm/hotspot/debugger/windbg/DLL;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.jvm.hotspot.debugger.windbg.DLL);
    descriptor: (Lsun/jvm/hotspot/debugger/windbg/DLL;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.windbg.DLL$2 this
         0: .line 57
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.debugger.windbg.DLL$2.this$0:Lsun/jvm/hotspot/debugger/windbg/DLL;
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.utilities.memo.MemoizedObject.<init>:()V
            return
        end local 0 // sun.jvm.hotspot.debugger.windbg.DLL$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/windbg/DLL$2;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.lang.Object computeValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.windbg.DLL$2 this
         0: .line 59
            invokestatic sun.jvm.hotspot.debugger.win32.coff.COFFFileParser.getParser:()Lsun/jvm/hotspot/debugger/win32/coff/COFFFileParser;
            new sun.jvm.hotspot.debugger.windbg.AddressDataSource
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.DLL$2.this$0:Lsun/jvm/hotspot/debugger/windbg/DLL;
            getfield sun.jvm.hotspot.debugger.windbg.DLL.addr:Lsun/jvm/hotspot/debugger/Address;
            invokespecial sun.jvm.hotspot.debugger.windbg.AddressDataSource.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
            invokevirtual sun.jvm.hotspot.debugger.win32.coff.COFFFileParser.parse:(Lsun/jvm/hotspot/debugger/DataSource;)Lsun/jvm/hotspot/debugger/win32/coff/COFFFile;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.windbg.DLL$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/windbg/DLL$2;
}
SourceFile: "DLL.java"
EnclosingMethod: sun.jvm.hotspot.debugger.windbg.DLL.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
NestHost: sun.jvm.hotspot.debugger.windbg.DLL
InnerClasses:
  sun.jvm.hotspot.debugger.windbg.DLL$2