public abstract class com.oracle.objectfile.elf.ELFMachine extends java.lang.Enum<com.oracle.objectfile.elf.ELFMachine>
  minor version: 0
  major version: 59
  flags: flags: (0x4421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT, ACC_ANNOTATION
  this_class: com.oracle.objectfile.elf.ELFMachine
  super_class: java.lang.Enum
{
  public static final com.oracle.objectfile.elf.ELFMachine NONE;
    descriptor: Lcom/oracle/objectfile/elf/ELFMachine;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.oracle.objectfile.elf.ELFMachine X86_64;
    descriptor: Lcom/oracle/objectfile/elf/ELFMachine;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.oracle.objectfile.elf.ELFMachine AArch64;
    descriptor: Lcom/oracle/objectfile/elf/ELFMachine;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static volatile int[] $SWITCH_TABLE$com$oracle$objectfile$ObjectFile$RelocationKind;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  private static volatile int[] $SWITCH_TABLE$com$oracle$objectfile$elf$ELFMachine;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  private static final com.oracle.objectfile.elf.ELFMachine[] ENUM$VALUES;
    descriptor: [Lcom/oracle/objectfile/elf/ELFMachine;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 36
            new com.oracle.objectfile.elf.ELFMachine$1
            dup
            ldc "NONE"
            iconst_0
            invokespecial com.oracle.objectfile.elf.ELFMachine$1.<init>:(Ljava/lang/String;I)V
            putstatic com.oracle.objectfile.elf.ELFMachine.NONE:Lcom/oracle/objectfile/elf/ELFMachine;
         1: .line 42
            new com.oracle.objectfile.elf.ELFMachine$2
            dup
            ldc "X86_64"
            iconst_1
            invokespecial com.oracle.objectfile.elf.ELFMachine$2.<init>:(Ljava/lang/String;I)V
            putstatic com.oracle.objectfile.elf.ELFMachine.X86_64:Lcom/oracle/objectfile/elf/ELFMachine;
         2: .line 48
            new com.oracle.objectfile.elf.ELFMachine$3
            dup
            ldc "AArch64"
            iconst_2
            invokespecial com.oracle.objectfile.elf.ELFMachine$3.<init>:(Ljava/lang/String;I)V
            putstatic com.oracle.objectfile.elf.ELFMachine.AArch64:Lcom/oracle/objectfile/elf/ELFMachine;
         3: .line 35
            iconst_3
            anewarray com.oracle.objectfile.elf.ELFMachine
            dup
            iconst_0
            getstatic com.oracle.objectfile.elf.ELFMachine.NONE:Lcom/oracle/objectfile/elf/ELFMachine;
            aastore
            dup
            iconst_1
            getstatic com.oracle.objectfile.elf.ELFMachine.X86_64:Lcom/oracle/objectfile/elf/ELFMachine;
            aastore
            dup
            iconst_2
            getstatic com.oracle.objectfile.elf.ELFMachine.AArch64:Lcom/oracle/objectfile/elf/ELFMachine;
            aastore
            putstatic com.oracle.objectfile.elf.ELFMachine.ENUM$VALUES:[Lcom/oracle/objectfile/elf/ELFMachine;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.objectfile.elf.ELFMachine this
         0: .line 35
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // com.oracle.objectfile.elf.ELFMachine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/elf/ELFMachine;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  abstract java.lang.Class<? extends java.lang.Enum<? extends com.oracle.objectfile.ObjectFile$RelocationMethod>> relocationTypes();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0400) ACC_ABSTRACT
    Signature: ()Ljava/lang/Class<+Ljava/lang/Enum<+Lcom/oracle/objectfile/ObjectFile$RelocationMethod;>;>;

  public static com.oracle.objectfile.elf.ELFMachine from(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/oracle/objectfile/elf/ELFMachine;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // java.lang.String s
         0: .line 58
            aload 0 /* s */
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            dup
            astore 1
            invokevirtual java.lang.String.hashCode:()I
            lookupswitch { // 4
          -1221096139: 1
           -806050265: 2
             92926582: 3
             93084186: 4
              default: 7
          }
      StackMap locals: java.lang.String
      StackMap stack:
         1: aload 1
            ldc "aarch64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 6
            goto 7
      StackMap locals:
      StackMap stack:
         2: aload 1
            ldc "x86_64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 5
            goto 7
      StackMap locals:
      StackMap stack:
         3: aload 1
            ldc "amd64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 5
            goto 7
      StackMap locals:
      StackMap stack:
         4: aload 1
            ldc "arm64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 6
            goto 7
         5: .line 61
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.elf.ELFMachine.X86_64:Lcom/oracle/objectfile/elf/ELFMachine;
            areturn
         6: .line 64
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.elf.ELFMachine.AArch64:Lcom/oracle/objectfile/elf/ELFMachine;
            areturn
         7: .line 66
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "unknown CPU type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* s */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // java.lang.String s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     

  public static com.oracle.objectfile.elf.ELFRelocationSection$ELFRelocationMethod getRelocation(com.oracle.objectfile.elf.ELFMachine, com.oracle.objectfile.ObjectFile$RelocationKind);
    descriptor: (Lcom/oracle/objectfile/elf/ELFMachine;Lcom/oracle/objectfile/ObjectFile$RelocationKind;)Lcom/oracle/objectfile/elf/ELFRelocationSection$ELFRelocationMethod;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.oracle.objectfile.elf.ELFMachine m
        start local 1 // com.oracle.objectfile.ObjectFile$RelocationKind k
         0: .line 70
            invokestatic com.oracle.objectfile.elf.ELFMachine.$SWITCH_TABLE$com$oracle$objectfile$elf$ELFMachine:()[I
            aload 0 /* m */
            invokevirtual com.oracle.objectfile.elf.ELFMachine.ordinal:()I
            iaload
            tableswitch { // 1 - 3
                    1: 32
                    2: 1
                    3: 11
              default: 32
          }
         1: .line 72
      StackMap locals:
      StackMap stack:
            invokestatic com.oracle.objectfile.elf.ELFMachine.$SWITCH_TABLE$com$oracle$objectfile$ObjectFile$RelocationKind:()[I
            aload 1 /* k */
            invokevirtual com.oracle.objectfile.ObjectFile$RelocationKind.ordinal:()I
            iaload
            tableswitch { // 1 - 11
                    1: 10
                    2: 2
                    3: 3
                    4: 4
                    5: 5
                    6: 10
                    7: 10
                    8: 6
                    9: 7
                   10: 8
                   11: 9
              default: 10
          }
         2: .line 74
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.elf.ELFX86_64Relocation.R_8:Lcom/oracle/objectfile/elf/ELFX86_64Relocation;
            areturn
         3: .line 76
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.elf.ELFX86_64Relocation.R_16:Lcom/oracle/objectfile/elf/ELFX86_64Relocation;
            areturn
         4: .line 78
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.elf.ELFX86_64Relocation.R_32:Lcom/oracle/objectfile/elf/ELFX86_64Relocation;
            areturn
         5: .line 80
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.elf.ELFX86_64Relocation.R_64:Lcom/oracle/objectfile/elf/ELFX86_64Relocation;
            areturn
         6: .line 82
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.elf.ELFX86_64Relocation.R_PC8:Lcom/oracle/objectfile/elf/ELFX86_64Relocation;
            areturn
         7: .line 84
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.elf.ELFX86_64Relocation.R_PC16:Lcom/oracle/objectfile/elf/ELFX86_64Relocation;
            areturn
         8: .line 86
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.elf.ELFX86_64Relocation.R_PC32:Lcom/oracle/objectfile/elf/ELFX86_64Relocation;
            areturn
         9: .line 88
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.elf.ELFX86_64Relocation.R_PC64:Lcom/oracle/objectfile/elf/ELFX86_64Relocation;
            areturn
        10: .line 91
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "cannot map unknown relocation kind to an ELF x86-64 relocation type"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 94
      StackMap locals:
      StackMap stack:
            invokestatic com.oracle.objectfile.elf.ELFMachine.$SWITCH_TABLE$com$oracle$objectfile$ObjectFile$RelocationKind:()[I
            aload 1 /* k */
            invokevirtual com.oracle.objectfile.ObjectFile$RelocationKind.ordinal:()I
            iaload
            tableswitch { // 1 - 27
                    1: 31
                    2: 31
                    3: 12
                    4: 13
                    5: 14
                    6: 31
                    7: 31
                    8: 31
                    9: 31
                   10: 31
                   11: 31
                   12: 15
                   13: 16
                   14: 17
                   15: 18
                   16: 19
                   17: 20
                   18: 21
                   19: 22
                   20: 24
                   21: 26
                   22: 25
                   23: 27
                   24: 28
                   25: 29
                   26: 30
                   27: 23
              default: 31
          }
        12: .line 96
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.elf.ELFAArch64Relocation.R_AARCH64_ABS16:Lcom/oracle/objectfile/elf/ELFAArch64Relocation;
            areturn
        13: .line 98
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.elf.ELFAArch64Relocation.R_AARCH64_ABS32:Lcom/oracle/objectfile/elf/ELFAArch64Relocation;
            areturn
        14: .line 100
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.elf.ELFAArch64Relocation.R_AARCH64_ABS64:Lcom/oracle/objectfile/elf/ELFAArch64Relocation;
            areturn
        15: .line 102
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.elf.ELFAArch64Relocation.R_AARCH64_MOVW_UABS_G0:Lcom/oracle/objectfile/elf/ELFAArch64Relocation;
            areturn
        16: .line 104
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.elf.ELFAArch64Relocation.R_AARCH64_MOVW_UABS_G0_NC:Lcom/oracle/objectfile/elf/ELFAArch64Relocation;
            areturn
        17: .line 106
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.elf.ELFAArch64Relocation.R_AARCH64_MOVW_UABS_G1:Lcom/oracle/objectfile/elf/ELFAArch64Relocation;
            areturn
        18: .line 108
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.elf.ELFAArch64Relocation.R_AARCH64_MOVW_UABS_G1_NC:Lcom/oracle/objectfile/elf/ELFAArch64Relocation;
            areturn
        19: .line 110
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.elf.ELFAArch64Relocation.R_AARCH64_MOVW_UABS_G2:Lcom/oracle/objectfile/elf/ELFAArch64Relocation;
            areturn
        20: .line 112
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.elf.ELFAArch64Relocation.R_AARCH64_MOVW_UABS_G2_NC:Lcom/oracle/objectfile/elf/ELFAArch64Relocation;
            areturn
        21: .line 114
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.elf.ELFAArch64Relocation.R_AARCH64_MOVW_UABS_G3:Lcom/oracle/objectfile/elf/ELFAArch64Relocation;
            areturn
        22: .line 116
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.elf.ELFAArch64Relocation.R_AARCH64_ADR_PREL_PG_HI21:Lcom/oracle/objectfile/elf/ELFAArch64Relocation;
            areturn
        23: .line 118
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.elf.ELFAArch64Relocation.R_AARCH64_LDST128_ABS_LO12_NC:Lcom/oracle/objectfile/elf/ELFAArch64Relocation;
            areturn
        24: .line 120
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.elf.ELFAArch64Relocation.R_AARCH64_ADD_ABS_LO12_NC:Lcom/oracle/objectfile/elf/ELFAArch64Relocation;
            areturn
        25: .line 122
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.elf.ELFAArch64Relocation.R_AARCH64_GOT_LD_PREL19:Lcom/oracle/objectfile/elf/ELFAArch64Relocation;
            areturn
        26: .line 124
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.elf.ELFAArch64Relocation.R_AARCH64_LD_PREL_LO19:Lcom/oracle/objectfile/elf/ELFAArch64Relocation;
            areturn
        27: .line 126
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.elf.ELFAArch64Relocation.R_AARCH64_LDST64_ABS_LO12_NC:Lcom/oracle/objectfile/elf/ELFAArch64Relocation;
            areturn
        28: .line 128
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.elf.ELFAArch64Relocation.R_AARCH64_LDST32_ABS_LO12_NC:Lcom/oracle/objectfile/elf/ELFAArch64Relocation;
            areturn
        29: .line 130
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.elf.ELFAArch64Relocation.R_AARCH64_LDST16_ABS_LO12_NC:Lcom/oracle/objectfile/elf/ELFAArch64Relocation;
            areturn
        30: .line 132
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.elf.ELFAArch64Relocation.R_AARCH64_LDST8_ABS_LO12_NC:Lcom/oracle/objectfile/elf/ELFAArch64Relocation;
            areturn
        31: .line 135
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "cannot map unknown relocation kind to an ELF aarch64 relocation type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* k */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        32: .line 140
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.elf.ELFDummyRelocation.R_NONE:Lcom/oracle/objectfile/elf/ELFDummyRelocation;
            areturn
        end local 1 // com.oracle.objectfile.ObjectFile$RelocationKind k
        end local 0 // com.oracle.objectfile.elf.ELFMachine m
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   33     0     m  Lcom/oracle/objectfile/elf/ELFMachine;
            0   33     1     k  Lcom/oracle/objectfile/ObjectFile$RelocationKind;
    MethodParameters:
      Name  Flags
      m     
      k     

  public static com.oracle.objectfile.elf.ELFMachine from(int);
    descriptor: (I)Lcom/oracle/objectfile/elf/ELFMachine;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int m
         0: .line 146
            iload 0 /* m */
            lookupswitch { // 3
                    0: 1
                   62: 2
                  183: 3
              default: 4
          }
         1: .line 148
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.elf.ELFMachine.NONE:Lcom/oracle/objectfile/elf/ELFMachine;
            areturn
         2: .line 150
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.elf.ELFMachine.X86_64:Lcom/oracle/objectfile/elf/ELFMachine;
            areturn
         3: .line 152
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.elf.ELFMachine.AArch64:Lcom/oracle/objectfile/elf/ELFMachine;
            areturn
         4: .line 154
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            ldc "unknown ELF machine type"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // int m
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0     m  I
    MethodParameters:
      Name  Flags
      m     

  public short toShort();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.elf.ELFMachine this
         0: .line 159
            aload 0 /* this */
            getstatic com.oracle.objectfile.elf.ELFMachine.NONE:Lcom/oracle/objectfile/elf/ELFMachine;
            if_acmpne 2
         1: .line 160
            iconst_0
            ireturn
         2: .line 161
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic com.oracle.objectfile.elf.ELFMachine.AArch64:Lcom/oracle/objectfile/elf/ELFMachine;
            if_acmpne 4
         3: .line 162
            sipush 183
            ireturn
         4: .line 163
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic com.oracle.objectfile.elf.ELFMachine.X86_64:Lcom/oracle/objectfile/elf/ELFMachine;
            if_acmpne 6
         5: .line 164
            bipush 62
            ireturn
         6: .line 166
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            ldc "should not reach here"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.objectfile.elf.ELFMachine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/oracle/objectfile/elf/ELFMachine;

  public static com.oracle.objectfile.elf.ELFMachine getSystemNativeValue();
    descriptor: ()Lcom/oracle/objectfile/elf/ELFMachine;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 171
            ldc "os.arch"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            ldc "aarch64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 172
            getstatic com.oracle.objectfile.elf.ELFMachine.AArch64:Lcom/oracle/objectfile/elf/ELFMachine;
            areturn
         2: .line 174
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.elf.ELFMachine.X86_64:Lcom/oracle/objectfile/elf/ELFMachine;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.oracle.objectfile.elf.ELFMachine[] values();
    descriptor: ()[Lcom/oracle/objectfile/elf/ELFMachine;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic com.oracle.objectfile.elf.ELFMachine.ENUM$VALUES:[Lcom/oracle/objectfile/elf/ELFMachine;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray com.oracle.objectfile.elf.ELFMachine
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.oracle.objectfile.elf.ELFMachine valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/oracle/objectfile/elf/ELFMachine;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lcom/oracle/objectfile/elf/ELFMachine;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast com.oracle.objectfile.elf.ELFMachine
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  

  static int[] $SWITCH_TABLE$com$oracle$objectfile$ObjectFile$RelocationKind();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 35
            getstatic com.oracle.objectfile.elf.ELFMachine.$SWITCH_TABLE$com$oracle$objectfile$ObjectFile$RelocationKind:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic com.oracle.objectfile.ObjectFile$RelocationKind.values:()[Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic com.oracle.objectfile.ObjectFile$RelocationKind.AARCH64_R_AARCH64_ADD_ABS_LO12_NC:Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            invokevirtual com.oracle.objectfile.ObjectFile$RelocationKind.ordinal:()I
            bipush 20
            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$RelocationKind.AARCH64_R_AARCH64_ADR_PREL_PG_HI21:Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            invokevirtual com.oracle.objectfile.ObjectFile$RelocationKind.ordinal:()I
            bipush 19
            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$RelocationKind.AARCH64_R_AARCH64_LDST128_ABS_LO12_NC:Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            invokevirtual com.oracle.objectfile.ObjectFile$RelocationKind.ordinal:()I
            bipush 27
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic com.oracle.objectfile.ObjectFile$RelocationKind.AARCH64_R_AARCH64_LDST16_ABS_LO12_NC:Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            invokevirtual com.oracle.objectfile.ObjectFile$RelocationKind.ordinal:()I
            bipush 25
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic com.oracle.objectfile.ObjectFile$RelocationKind.AARCH64_R_AARCH64_LDST32_ABS_LO12_NC:Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            invokevirtual com.oracle.objectfile.ObjectFile$RelocationKind.ordinal:()I
            bipush 24
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            getstatic com.oracle.objectfile.ObjectFile$RelocationKind.AARCH64_R_AARCH64_LDST64_ABS_LO12_NC:Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            invokevirtual com.oracle.objectfile.ObjectFile$RelocationKind.ordinal:()I
            bipush 23
            iastore
        18: goto 20
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        19: pop
      StackMap locals:
      StackMap stack:
        20: aload 0
            getstatic com.oracle.objectfile.ObjectFile$RelocationKind.AARCH64_R_AARCH64_LDST8_ABS_LO12_NC:Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            invokevirtual com.oracle.objectfile.ObjectFile$RelocationKind.ordinal:()I
            bipush 26
            iastore
        21: goto 23
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        22: pop
      StackMap locals:
      StackMap stack:
        23: aload 0
            getstatic com.oracle.objectfile.ObjectFile$RelocationKind.AARCH64_R_GOT_LD_PREL19:Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            invokevirtual com.oracle.objectfile.ObjectFile$RelocationKind.ordinal:()I
            bipush 22
            iastore
        24: goto 26
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        25: pop
      StackMap locals:
      StackMap stack:
        26: aload 0
            getstatic com.oracle.objectfile.ObjectFile$RelocationKind.AARCH64_R_LD_PREL_LO19:Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            invokevirtual com.oracle.objectfile.ObjectFile$RelocationKind.ordinal:()I
            bipush 21
            iastore
        27: goto 29
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        28: pop
      StackMap locals:
      StackMap stack:
        29: aload 0
            getstatic com.oracle.objectfile.ObjectFile$RelocationKind.AARCH64_R_MOVW_UABS_G0:Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            invokevirtual com.oracle.objectfile.ObjectFile$RelocationKind.ordinal:()I
            bipush 12
            iastore
        30: goto 32
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        31: pop
      StackMap locals:
      StackMap stack:
        32: aload 0
            getstatic com.oracle.objectfile.ObjectFile$RelocationKind.AARCH64_R_MOVW_UABS_G0_NC:Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            invokevirtual com.oracle.objectfile.ObjectFile$RelocationKind.ordinal:()I
            bipush 13
            iastore
        33: goto 35
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        34: pop
      StackMap locals:
      StackMap stack:
        35: aload 0
            getstatic com.oracle.objectfile.ObjectFile$RelocationKind.AARCH64_R_MOVW_UABS_G1:Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            invokevirtual com.oracle.objectfile.ObjectFile$RelocationKind.ordinal:()I
            bipush 14
            iastore
        36: goto 38
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        37: pop
      StackMap locals:
      StackMap stack:
        38: aload 0
            getstatic com.oracle.objectfile.ObjectFile$RelocationKind.AARCH64_R_MOVW_UABS_G1_NC:Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            invokevirtual com.oracle.objectfile.ObjectFile$RelocationKind.ordinal:()I
            bipush 15
            iastore
        39: goto 41
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        40: pop
      StackMap locals:
      StackMap stack:
        41: aload 0
            getstatic com.oracle.objectfile.ObjectFile$RelocationKind.AARCH64_R_MOVW_UABS_G2:Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            invokevirtual com.oracle.objectfile.ObjectFile$RelocationKind.ordinal:()I
            bipush 16
            iastore
        42: goto 44
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        43: pop
      StackMap locals:
      StackMap stack:
        44: aload 0
            getstatic com.oracle.objectfile.ObjectFile$RelocationKind.AARCH64_R_MOVW_UABS_G2_NC:Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            invokevirtual com.oracle.objectfile.ObjectFile$RelocationKind.ordinal:()I
            bipush 17
            iastore
        45: goto 47
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        46: pop
      StackMap locals:
      StackMap stack:
        47: aload 0
            getstatic com.oracle.objectfile.ObjectFile$RelocationKind.AARCH64_R_MOVW_UABS_G3:Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            invokevirtual com.oracle.objectfile.ObjectFile$RelocationKind.ordinal:()I
            bipush 18
            iastore
        48: goto 50
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        49: pop
      StackMap locals:
      StackMap stack:
        50: aload 0
            getstatic com.oracle.objectfile.ObjectFile$RelocationKind.DIRECT_1:Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            invokevirtual com.oracle.objectfile.ObjectFile$RelocationKind.ordinal:()I
            iconst_2
            iastore
        51: goto 53
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        52: pop
      StackMap locals:
      StackMap stack:
        53: aload 0
            getstatic com.oracle.objectfile.ObjectFile$RelocationKind.DIRECT_2:Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            invokevirtual com.oracle.objectfile.ObjectFile$RelocationKind.ordinal:()I
            iconst_3
            iastore
        54: goto 56
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        55: pop
      StackMap locals:
      StackMap stack:
        56: aload 0
            getstatic com.oracle.objectfile.ObjectFile$RelocationKind.DIRECT_4:Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            invokevirtual com.oracle.objectfile.ObjectFile$RelocationKind.ordinal:()I
            iconst_4
            iastore
        57: goto 59
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        58: pop
      StackMap locals:
      StackMap stack:
        59: aload 0
            getstatic com.oracle.objectfile.ObjectFile$RelocationKind.DIRECT_8:Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            invokevirtual com.oracle.objectfile.ObjectFile$RelocationKind.ordinal:()I
            iconst_5
            iastore
        60: goto 62
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        61: pop
      StackMap locals:
      StackMap stack:
        62: aload 0
            getstatic com.oracle.objectfile.ObjectFile$RelocationKind.PC_RELATIVE_1:Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            invokevirtual com.oracle.objectfile.ObjectFile$RelocationKind.ordinal:()I
            bipush 8
            iastore
        63: goto 65
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        64: pop
      StackMap locals:
      StackMap stack:
        65: aload 0
            getstatic com.oracle.objectfile.ObjectFile$RelocationKind.PC_RELATIVE_2:Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            invokevirtual com.oracle.objectfile.ObjectFile$RelocationKind.ordinal:()I
            bipush 9
            iastore
        66: goto 68
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        67: pop
      StackMap locals:
      StackMap stack:
        68: aload 0
            getstatic com.oracle.objectfile.ObjectFile$RelocationKind.PC_RELATIVE_4:Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            invokevirtual com.oracle.objectfile.ObjectFile$RelocationKind.ordinal:()I
            bipush 10
            iastore
        69: goto 71
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        70: pop
      StackMap locals:
      StackMap stack:
        71: aload 0
            getstatic com.oracle.objectfile.ObjectFile$RelocationKind.PC_RELATIVE_8:Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            invokevirtual com.oracle.objectfile.ObjectFile$RelocationKind.ordinal:()I
            bipush 11
            iastore
        72: goto 74
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        73: pop
      StackMap locals:
      StackMap stack:
        74: aload 0
            getstatic com.oracle.objectfile.ObjectFile$RelocationKind.SECREL_4:Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            invokevirtual com.oracle.objectfile.ObjectFile$RelocationKind.ordinal:()I
            bipush 7
            iastore
        75: goto 77
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        76: pop
      StackMap locals:
      StackMap stack:
        77: aload 0
            getstatic com.oracle.objectfile.ObjectFile$RelocationKind.SECTION_2:Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            invokevirtual com.oracle.objectfile.ObjectFile$RelocationKind.ordinal:()I
            bipush 6
            iastore
        78: goto 80
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        79: pop
      StackMap locals:
      StackMap stack:
        80: aload 0
            getstatic com.oracle.objectfile.ObjectFile$RelocationKind.UNKNOWN:Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            invokevirtual com.oracle.objectfile.ObjectFile$RelocationKind.ordinal:()I
            iconst_1
            iastore
        81: goto 83
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        82: pop
      StackMap locals:
      StackMap stack:
        83: aload 0
            dup
            putstatic com.oracle.objectfile.elf.ELFMachine.$SWITCH_TABLE$com$oracle$objectfile$ObjectFile$RelocationKind:[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
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
          17    18      19  Class java.lang.NoSuchFieldError
          20    21      22  Class java.lang.NoSuchFieldError
          23    24      25  Class java.lang.NoSuchFieldError
          26    27      28  Class java.lang.NoSuchFieldError
          29    30      31  Class java.lang.NoSuchFieldError
          32    33      34  Class java.lang.NoSuchFieldError
          35    36      37  Class java.lang.NoSuchFieldError
          38    39      40  Class java.lang.NoSuchFieldError
          41    42      43  Class java.lang.NoSuchFieldError
          44    45      46  Class java.lang.NoSuchFieldError
          47    48      49  Class java.lang.NoSuchFieldError
          50    51      52  Class java.lang.NoSuchFieldError
          53    54      55  Class java.lang.NoSuchFieldError
          56    57      58  Class java.lang.NoSuchFieldError
          59    60      61  Class java.lang.NoSuchFieldError
          62    63      64  Class java.lang.NoSuchFieldError
          65    66      67  Class java.lang.NoSuchFieldError
          68    69      70  Class java.lang.NoSuchFieldError
          71    72      73  Class java.lang.NoSuchFieldError
          74    75      76  Class java.lang.NoSuchFieldError
          77    78      79  Class java.lang.NoSuchFieldError
          80    81      82  Class java.lang.NoSuchFieldError

  static int[] $SWITCH_TABLE$com$oracle$objectfile$elf$ELFMachine();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 35
            getstatic com.oracle.objectfile.elf.ELFMachine.$SWITCH_TABLE$com$oracle$objectfile$elf$ELFMachine:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic com.oracle.objectfile.elf.ELFMachine.values:()[Lcom/oracle/objectfile/elf/ELFMachine;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic com.oracle.objectfile.elf.ELFMachine.AArch64:Lcom/oracle/objectfile/elf/ELFMachine;
            invokevirtual com.oracle.objectfile.elf.ELFMachine.ordinal:()I
            iconst_3
            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.elf.ELFMachine.NONE:Lcom/oracle/objectfile/elf/ELFMachine;
            invokevirtual com.oracle.objectfile.elf.ELFMachine.ordinal:()I
            iconst_1
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic com.oracle.objectfile.elf.ELFMachine.X86_64:Lcom/oracle/objectfile/elf/ELFMachine;
            invokevirtual com.oracle.objectfile.elf.ELFMachine.ordinal:()I
            iconst_2
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            dup
            putstatic com.oracle.objectfile.elf.ELFMachine.$SWITCH_TABLE$com$oracle$objectfile$elf$ELFMachine:[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
}
Signature: Ljava/lang/Enum<Lcom/oracle/objectfile/elf/ELFMachine;>;
SourceFile: "ELFMachine.java"
NestMembers:
  com.oracle.objectfile.elf.ELFMachine$1  com.oracle.objectfile.elf.ELFMachine$2  com.oracle.objectfile.elf.ELFMachine$3
InnerClasses:
  public final RelocationKind = com.oracle.objectfile.ObjectFile$RelocationKind of com.oracle.objectfile.ObjectFile
  public abstract RelocationMethod = com.oracle.objectfile.ObjectFile$RelocationMethod of com.oracle.objectfile.ObjectFile
  com.oracle.objectfile.elf.ELFMachine$1
  com.oracle.objectfile.elf.ELFMachine$2
  com.oracle.objectfile.elf.ELFMachine$3
  abstract ELFRelocationMethod = com.oracle.objectfile.elf.ELFRelocationSection$ELFRelocationMethod of com.oracle.objectfile.elf.ELFRelocationSection