public final class jdk.tools.jaotc.binformat.Relocation$RelocType extends java.lang.Enum<jdk.tools.jaotc.binformat.Relocation$RelocType>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: jdk.tools.jaotc.binformat.Relocation$RelocType
  super_class: java.lang.Enum
{
  public static final jdk.tools.jaotc.binformat.Relocation$RelocType UNDEFINED;
    descriptor: Ljdk/tools/jaotc/binformat/Relocation$RelocType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.binformat.Relocation$RelocType JAVA_CALL_INDIRECT;
    descriptor: Ljdk/tools/jaotc/binformat/Relocation$RelocType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.binformat.Relocation$RelocType JAVA_CALL_DIRECT;
    descriptor: Ljdk/tools/jaotc/binformat/Relocation$RelocType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.binformat.Relocation$RelocType FOREIGN_CALL_INDIRECT_GOT;
    descriptor: Ljdk/tools/jaotc/binformat/Relocation$RelocType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.binformat.Relocation$RelocType STUB_CALL_DIRECT;
    descriptor: Ljdk/tools/jaotc/binformat/Relocation$RelocType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.binformat.Relocation$RelocType METASPACE_GOT_REFERENCE;
    descriptor: Ljdk/tools/jaotc/binformat/Relocation$RelocType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.binformat.Relocation$RelocType EXTERNAL_GOT_TO_PLT;
    descriptor: Ljdk/tools/jaotc/binformat/Relocation$RelocType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.binformat.Relocation$RelocType EXTERNAL_PLT_TO_GOT;
    descriptor: Ljdk/tools/jaotc/binformat/Relocation$RelocType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final jdk.tools.jaotc.binformat.Relocation$RelocType[] ENUM$VALUES;
    descriptor: [Ljdk/tools/jaotc/binformat/Relocation$RelocType;
    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 29
            new jdk.tools.jaotc.binformat.Relocation$RelocType
            dup
            ldc "UNDEFINED"
            iconst_0
            invokespecial jdk.tools.jaotc.binformat.Relocation$RelocType.<init>:(Ljava/lang/String;I)V
            putstatic jdk.tools.jaotc.binformat.Relocation$RelocType.UNDEFINED:Ljdk/tools/jaotc/binformat/Relocation$RelocType;
         1: .line 30
            new jdk.tools.jaotc.binformat.Relocation$RelocType
            dup
            ldc "JAVA_CALL_INDIRECT"
            iconst_1
            invokespecial jdk.tools.jaotc.binformat.Relocation$RelocType.<init>:(Ljava/lang/String;I)V
            putstatic jdk.tools.jaotc.binformat.Relocation$RelocType.JAVA_CALL_INDIRECT:Ljdk/tools/jaotc/binformat/Relocation$RelocType;
         2: .line 31
            new jdk.tools.jaotc.binformat.Relocation$RelocType
            dup
            ldc "JAVA_CALL_DIRECT"
            iconst_2
            invokespecial jdk.tools.jaotc.binformat.Relocation$RelocType.<init>:(Ljava/lang/String;I)V
            putstatic jdk.tools.jaotc.binformat.Relocation$RelocType.JAVA_CALL_DIRECT:Ljdk/tools/jaotc/binformat/Relocation$RelocType;
         3: .line 32
            new jdk.tools.jaotc.binformat.Relocation$RelocType
            dup
            ldc "FOREIGN_CALL_INDIRECT_GOT"
            iconst_3
            invokespecial jdk.tools.jaotc.binformat.Relocation$RelocType.<init>:(Ljava/lang/String;I)V
            putstatic jdk.tools.jaotc.binformat.Relocation$RelocType.FOREIGN_CALL_INDIRECT_GOT:Ljdk/tools/jaotc/binformat/Relocation$RelocType;
         4: .line 33
            new jdk.tools.jaotc.binformat.Relocation$RelocType
            dup
            ldc "STUB_CALL_DIRECT"
            iconst_4
            invokespecial jdk.tools.jaotc.binformat.Relocation$RelocType.<init>:(Ljava/lang/String;I)V
            putstatic jdk.tools.jaotc.binformat.Relocation$RelocType.STUB_CALL_DIRECT:Ljdk/tools/jaotc/binformat/Relocation$RelocType;
         5: .line 34
            new jdk.tools.jaotc.binformat.Relocation$RelocType
            dup
            ldc "METASPACE_GOT_REFERENCE"
            iconst_5
            invokespecial jdk.tools.jaotc.binformat.Relocation$RelocType.<init>:(Ljava/lang/String;I)V
            putstatic jdk.tools.jaotc.binformat.Relocation$RelocType.METASPACE_GOT_REFERENCE:Ljdk/tools/jaotc/binformat/Relocation$RelocType;
         6: .line 35
            new jdk.tools.jaotc.binformat.Relocation$RelocType
            dup
            ldc "EXTERNAL_GOT_TO_PLT"
            bipush 6
            invokespecial jdk.tools.jaotc.binformat.Relocation$RelocType.<init>:(Ljava/lang/String;I)V
            putstatic jdk.tools.jaotc.binformat.Relocation$RelocType.EXTERNAL_GOT_TO_PLT:Ljdk/tools/jaotc/binformat/Relocation$RelocType;
         7: .line 36
            new jdk.tools.jaotc.binformat.Relocation$RelocType
            dup
            ldc "EXTERNAL_PLT_TO_GOT"
            bipush 7
            invokespecial jdk.tools.jaotc.binformat.Relocation$RelocType.<init>:(Ljava/lang/String;I)V
            putstatic jdk.tools.jaotc.binformat.Relocation$RelocType.EXTERNAL_PLT_TO_GOT:Ljdk/tools/jaotc/binformat/Relocation$RelocType;
         8: .line 28
            bipush 8
            anewarray jdk.tools.jaotc.binformat.Relocation$RelocType
            dup
            iconst_0
            getstatic jdk.tools.jaotc.binformat.Relocation$RelocType.UNDEFINED:Ljdk/tools/jaotc/binformat/Relocation$RelocType;
            aastore
            dup
            iconst_1
            getstatic jdk.tools.jaotc.binformat.Relocation$RelocType.JAVA_CALL_INDIRECT:Ljdk/tools/jaotc/binformat/Relocation$RelocType;
            aastore
            dup
            iconst_2
            getstatic jdk.tools.jaotc.binformat.Relocation$RelocType.JAVA_CALL_DIRECT:Ljdk/tools/jaotc/binformat/Relocation$RelocType;
            aastore
            dup
            iconst_3
            getstatic jdk.tools.jaotc.binformat.Relocation$RelocType.FOREIGN_CALL_INDIRECT_GOT:Ljdk/tools/jaotc/binformat/Relocation$RelocType;
            aastore
            dup
            iconst_4
            getstatic jdk.tools.jaotc.binformat.Relocation$RelocType.STUB_CALL_DIRECT:Ljdk/tools/jaotc/binformat/Relocation$RelocType;
            aastore
            dup
            iconst_5
            getstatic jdk.tools.jaotc.binformat.Relocation$RelocType.METASPACE_GOT_REFERENCE:Ljdk/tools/jaotc/binformat/Relocation$RelocType;
            aastore
            dup
            bipush 6
            getstatic jdk.tools.jaotc.binformat.Relocation$RelocType.EXTERNAL_GOT_TO_PLT:Ljdk/tools/jaotc/binformat/Relocation$RelocType;
            aastore
            dup
            bipush 7
            getstatic jdk.tools.jaotc.binformat.Relocation$RelocType.EXTERNAL_PLT_TO_GOT:Ljdk/tools/jaotc/binformat/Relocation$RelocType;
            aastore
            putstatic jdk.tools.jaotc.binformat.Relocation$RelocType.ENUM$VALUES:[Ljdk/tools/jaotc/binformat/Relocation$RelocType;
            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 // jdk.tools.jaotc.binformat.Relocation$RelocType this
         0: .line 28
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // jdk.tools.jaotc.binformat.Relocation$RelocType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jaotc/binformat/Relocation$RelocType;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public static jdk.tools.jaotc.binformat.Relocation$RelocType[] values();
    descriptor: ()[Ljdk/tools/jaotc/binformat/Relocation$RelocType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic jdk.tools.jaotc.binformat.Relocation$RelocType.ENUM$VALUES:[Ljdk/tools/jaotc/binformat/Relocation$RelocType;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray jdk.tools.jaotc.binformat.Relocation$RelocType
            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 jdk.tools.jaotc.binformat.Relocation$RelocType valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljdk/tools/jaotc/binformat/Relocation$RelocType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Ljdk/tools/jaotc/binformat/Relocation$RelocType;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast jdk.tools.jaotc.binformat.Relocation$RelocType
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Ljdk/tools/jaotc/binformat/Relocation$RelocType;>;
SourceFile: "Relocation.java"
NestHost: jdk.tools.jaotc.binformat.Relocation
InnerClasses:
  public final RelocType = jdk.tools.jaotc.binformat.Relocation$RelocType of jdk.tools.jaotc.binformat.Relocation