class com.oracle.svm.hosted.image.AbstractBootImage$NativeImageKind$1 extends com.oracle.svm.hosted.image.AbstractBootImage$NativeImageKind
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: com.oracle.svm.hosted.image.AbstractBootImage$NativeImageKind$1
  super_class: com.oracle.svm.hosted.image.AbstractBootImage$NativeImageKind
{
  private static volatile int[] $SWITCH_TABLE$com$oracle$objectfile$ObjectFile$Format;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  void <init>(java.lang.String, int, boolean);
    descriptor: (Ljava/lang/String;IZ)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.oracle.svm.hosted.image.AbstractBootImage$NativeImageKind$1 this
        start local 3 // boolean $anonymous0
         0: .line 52
            aload 0 /* this */
            aload 1
            iload 2
            iload 3 /* $anonymous0 */
            invokespecial com.oracle.svm.hosted.image.AbstractBootImage$NativeImageKind.<init>:(Ljava/lang/String;IZ)V
            return
        end local 3 // boolean $anonymous0
        end local 0 // com.oracle.svm.hosted.image.AbstractBootImage$NativeImageKind$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/oracle/svm/hosted/image/AbstractBootImage$NativeImageKind$1;
            0    1     3  $anonymous0  Z
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      $anonymous0    

  public java.lang.String getFilenameSuffix();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.image.AbstractBootImage$NativeImageKind$1 this
         0: .line 55
            invokestatic com.oracle.svm.hosted.image.AbstractBootImage$NativeImageKind$1.$SWITCH_TABLE$com$oracle$objectfile$ObjectFile$Format:()[I
            invokestatic com.oracle.objectfile.ObjectFile.getNativeFormat:()Lcom/oracle/objectfile/ObjectFile$Format;
            invokevirtual com.oracle.objectfile.ObjectFile$Format.ordinal:()I
            iaload
            tableswitch { // 1 - 3
                    1: 1
                    2: 2
                    3: 3
              default: 4
          }
         1: .line 57
      StackMap locals:
      StackMap stack:
            ldc ".so"
            areturn
         2: .line 59
      StackMap locals:
      StackMap stack:
            ldc ".dylib"
            areturn
         3: .line 61
      StackMap locals:
      StackMap stack:
            ldc ".dll"
            areturn
         4: .line 63
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            ldc "unreachable"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 0 // com.oracle.svm.hosted.image.AbstractBootImage$NativeImageKind$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/svm/hosted/image/AbstractBootImage$NativeImageKind$1;

  public java.lang.String getFilenamePrefix();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.image.AbstractBootImage$NativeImageKind$1 this
         0: .line 69
            invokestatic com.oracle.objectfile.ObjectFile.getNativeFormat:()Lcom/oracle/objectfile/ObjectFile$Format;
            getstatic com.oracle.objectfile.ObjectFile$Format.PECOFF:Lcom/oracle/objectfile/ObjectFile$Format;
            if_acmpne 1
            ldc ""
            goto 2
      StackMap locals:
      StackMap stack:
         1: ldc "lib"
      StackMap locals:
      StackMap stack: java.lang.String
         2: areturn
        end local 0 // com.oracle.svm.hosted.image.AbstractBootImage$NativeImageKind$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/svm/hosted/image/AbstractBootImage$NativeImageKind$1;

  static int[] $SWITCH_TABLE$com$oracle$objectfile$ObjectFile$Format();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 52
            getstatic com.oracle.svm.hosted.image.AbstractBootImage$NativeImageKind$1.$SWITCH_TABLE$com$oracle$objectfile$ObjectFile$Format:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic com.oracle.objectfile.ObjectFile$Format.values:()[Lcom/oracle/objectfile/ObjectFile$Format;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic com.oracle.objectfile.ObjectFile$Format.ELF:Lcom/oracle/objectfile/ObjectFile$Format;
            invokevirtual com.oracle.objectfile.ObjectFile$Format.ordinal:()I
            iconst_1
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic com.oracle.objectfile.ObjectFile$Format.MACH_O:Lcom/oracle/objectfile/ObjectFile$Format;
            invokevirtual com.oracle.objectfile.ObjectFile$Format.ordinal:()I
            iconst_2
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic com.oracle.objectfile.ObjectFile$Format.PECOFF:Lcom/oracle/objectfile/ObjectFile$Format;
            invokevirtual com.oracle.objectfile.ObjectFile$Format.ordinal:()I
            iconst_3
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            dup
            putstatic com.oracle.svm.hosted.image.AbstractBootImage$NativeImageKind$1.$SWITCH_TABLE$com$oracle$objectfile$ObjectFile$Format:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
}
SourceFile: "AbstractBootImage.java"
EnclosingMethod: com.oracle.svm.hosted.image.AbstractBootImage$NativeImageKind
NestHost: com.oracle.svm.hosted.image.AbstractBootImage
InnerClasses:
  public final Format = com.oracle.objectfile.ObjectFile$Format of com.oracle.objectfile.ObjectFile
  public NativeImageKind = com.oracle.svm.hosted.image.AbstractBootImage$NativeImageKind of com.oracle.svm.hosted.image.AbstractBootImage
  com.oracle.svm.hosted.image.AbstractBootImage$NativeImageKind$1