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

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

  protected boolean computeValue();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.posix.DSO$IsDSO this
         0: .line 43
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.posix.DSO$IsDSO.this$0:Lsun/jvm/hotspot/debugger/posix/DSO;
            invokevirtual sun.jvm.hotspot.debugger.posix.DSO.getFile:()Lsun/jvm/hotspot/debugger/posix/elf/ELFFile;
            invokeinterface sun.jvm.hotspot.debugger.posix.elf.ELFFile.getHeader:()Lsun/jvm/hotspot/debugger/posix/elf/ELFHeader;
            invokeinterface sun.jvm.hotspot.debugger.posix.elf.ELFHeader.getFileType:()S
            iconst_3
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.debugger.posix.DSO$IsDSO this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/debugger/posix/DSO$IsDSO;
}
SourceFile: "DSO.java"
NestHost: sun.jvm.hotspot.debugger.posix.DSO
InnerClasses:
  IsDSO = sun.jvm.hotspot.debugger.posix.DSO$IsDSO of sun.jvm.hotspot.debugger.posix.DSO