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

  public static final jdk.tools.jaotc.MarkId UNVERIFIED_ENTRY;
    descriptor: Ljdk/tools/jaotc/MarkId;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.MarkId OSR_ENTRY;
    descriptor: Ljdk/tools/jaotc/MarkId;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.MarkId EXCEPTION_HANDLER_ENTRY;
    descriptor: Ljdk/tools/jaotc/MarkId;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.MarkId DEOPT_HANDLER_ENTRY;
    descriptor: Ljdk/tools/jaotc/MarkId;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.MarkId INVOKEINTERFACE;
    descriptor: Ljdk/tools/jaotc/MarkId;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.MarkId INVOKEVIRTUAL;
    descriptor: Ljdk/tools/jaotc/MarkId;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.MarkId INVOKESTATIC;
    descriptor: Ljdk/tools/jaotc/MarkId;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.MarkId INVOKESPECIAL;
    descriptor: Ljdk/tools/jaotc/MarkId;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.MarkId INLINE_INVOKE;
    descriptor: Ljdk/tools/jaotc/MarkId;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.MarkId POLL_NEAR;
    descriptor: Ljdk/tools/jaotc/MarkId;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.MarkId POLL_RETURN_NEAR;
    descriptor: Ljdk/tools/jaotc/MarkId;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.MarkId POLL_FAR;
    descriptor: Ljdk/tools/jaotc/MarkId;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.MarkId POLL_RETURN_FAR;
    descriptor: Ljdk/tools/jaotc/MarkId;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.MarkId CARD_TABLE_ADDRESS;
    descriptor: Ljdk/tools/jaotc/MarkId;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.MarkId HEAP_TOP_ADDRESS;
    descriptor: Ljdk/tools/jaotc/MarkId;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.MarkId HEAP_END_ADDRESS;
    descriptor: Ljdk/tools/jaotc/MarkId;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.MarkId NARROW_KLASS_BASE_ADDRESS;
    descriptor: Ljdk/tools/jaotc/MarkId;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.MarkId NARROW_OOP_BASE_ADDRESS;
    descriptor: Ljdk/tools/jaotc/MarkId;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.MarkId CRC_TABLE_ADDRESS;
    descriptor: Ljdk/tools/jaotc/MarkId;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.MarkId LOG_OF_HEAP_REGION_GRAIN_BYTES;
    descriptor: Ljdk/tools/jaotc/MarkId;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.MarkId INLINE_CONTIGUOUS_ALLOCATION_SUPPORTED;
    descriptor: Ljdk/tools/jaotc/MarkId;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private final int value;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final jdk.tools.jaotc.MarkId[] ENUM$VALUES;
    descriptor: [Ljdk/tools/jaotc/MarkId;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 33
            new jdk.tools.jaotc.MarkId
            dup
            ldc "VERIFIED_ENTRY"
            iconst_0
            ldc "CodeInstaller::VERIFIED_ENTRY"
            invokespecial jdk.tools.jaotc.MarkId.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic jdk.tools.jaotc.MarkId.VERIFIED_ENTRY:Ljdk/tools/jaotc/MarkId;
         1: .line 34
            new jdk.tools.jaotc.MarkId
            dup
            ldc "UNVERIFIED_ENTRY"
            iconst_1
            ldc "CodeInstaller::UNVERIFIED_ENTRY"
            invokespecial jdk.tools.jaotc.MarkId.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic jdk.tools.jaotc.MarkId.UNVERIFIED_ENTRY:Ljdk/tools/jaotc/MarkId;
         2: .line 35
            new jdk.tools.jaotc.MarkId
            dup
            ldc "OSR_ENTRY"
            iconst_2
            ldc "CodeInstaller::OSR_ENTRY"
            invokespecial jdk.tools.jaotc.MarkId.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic jdk.tools.jaotc.MarkId.OSR_ENTRY:Ljdk/tools/jaotc/MarkId;
         3: .line 36
            new jdk.tools.jaotc.MarkId
            dup
            ldc "EXCEPTION_HANDLER_ENTRY"
            iconst_3
            ldc "CodeInstaller::EXCEPTION_HANDLER_ENTRY"
            invokespecial jdk.tools.jaotc.MarkId.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic jdk.tools.jaotc.MarkId.EXCEPTION_HANDLER_ENTRY:Ljdk/tools/jaotc/MarkId;
         4: .line 37
            new jdk.tools.jaotc.MarkId
            dup
            ldc "DEOPT_HANDLER_ENTRY"
            iconst_4
            ldc "CodeInstaller::DEOPT_HANDLER_ENTRY"
            invokespecial jdk.tools.jaotc.MarkId.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic jdk.tools.jaotc.MarkId.DEOPT_HANDLER_ENTRY:Ljdk/tools/jaotc/MarkId;
         5: .line 38
            new jdk.tools.jaotc.MarkId
            dup
            ldc "INVOKEINTERFACE"
            iconst_5
            ldc "CodeInstaller::INVOKEINTERFACE"
            invokespecial jdk.tools.jaotc.MarkId.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic jdk.tools.jaotc.MarkId.INVOKEINTERFACE:Ljdk/tools/jaotc/MarkId;
         6: .line 39
            new jdk.tools.jaotc.MarkId
            dup
            ldc "INVOKEVIRTUAL"
            bipush 6
            ldc "CodeInstaller::INVOKEVIRTUAL"
            invokespecial jdk.tools.jaotc.MarkId.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic jdk.tools.jaotc.MarkId.INVOKEVIRTUAL:Ljdk/tools/jaotc/MarkId;
         7: .line 40
            new jdk.tools.jaotc.MarkId
            dup
            ldc "INVOKESTATIC"
            bipush 7
            ldc "CodeInstaller::INVOKESTATIC"
            invokespecial jdk.tools.jaotc.MarkId.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic jdk.tools.jaotc.MarkId.INVOKESTATIC:Ljdk/tools/jaotc/MarkId;
         8: .line 41
            new jdk.tools.jaotc.MarkId
            dup
            ldc "INVOKESPECIAL"
            bipush 8
            ldc "CodeInstaller::INVOKESPECIAL"
            invokespecial jdk.tools.jaotc.MarkId.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic jdk.tools.jaotc.MarkId.INVOKESPECIAL:Ljdk/tools/jaotc/MarkId;
         9: .line 42
            new jdk.tools.jaotc.MarkId
            dup
            ldc "INLINE_INVOKE"
            bipush 9
            ldc "CodeInstaller::INLINE_INVOKE"
            invokespecial jdk.tools.jaotc.MarkId.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic jdk.tools.jaotc.MarkId.INLINE_INVOKE:Ljdk/tools/jaotc/MarkId;
        10: .line 43
            new jdk.tools.jaotc.MarkId
            dup
            ldc "POLL_NEAR"
            bipush 10
            ldc "CodeInstaller::POLL_NEAR"
            invokespecial jdk.tools.jaotc.MarkId.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic jdk.tools.jaotc.MarkId.POLL_NEAR:Ljdk/tools/jaotc/MarkId;
        11: .line 44
            new jdk.tools.jaotc.MarkId
            dup
            ldc "POLL_RETURN_NEAR"
            bipush 11
            ldc "CodeInstaller::POLL_RETURN_NEAR"
            invokespecial jdk.tools.jaotc.MarkId.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic jdk.tools.jaotc.MarkId.POLL_RETURN_NEAR:Ljdk/tools/jaotc/MarkId;
        12: .line 45
            new jdk.tools.jaotc.MarkId
            dup
            ldc "POLL_FAR"
            bipush 12
            ldc "CodeInstaller::POLL_FAR"
            invokespecial jdk.tools.jaotc.MarkId.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic jdk.tools.jaotc.MarkId.POLL_FAR:Ljdk/tools/jaotc/MarkId;
        13: .line 46
            new jdk.tools.jaotc.MarkId
            dup
            ldc "POLL_RETURN_FAR"
            bipush 13
            ldc "CodeInstaller::POLL_RETURN_FAR"
            invokespecial jdk.tools.jaotc.MarkId.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic jdk.tools.jaotc.MarkId.POLL_RETURN_FAR:Ljdk/tools/jaotc/MarkId;
        14: .line 47
            new jdk.tools.jaotc.MarkId
            dup
            ldc "CARD_TABLE_ADDRESS"
            bipush 14
            ldc "CodeInstaller::CARD_TABLE_ADDRESS"
            invokespecial jdk.tools.jaotc.MarkId.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic jdk.tools.jaotc.MarkId.CARD_TABLE_ADDRESS:Ljdk/tools/jaotc/MarkId;
        15: .line 48
            new jdk.tools.jaotc.MarkId
            dup
            ldc "HEAP_TOP_ADDRESS"
            bipush 15
            ldc "CodeInstaller::HEAP_TOP_ADDRESS"
            invokespecial jdk.tools.jaotc.MarkId.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic jdk.tools.jaotc.MarkId.HEAP_TOP_ADDRESS:Ljdk/tools/jaotc/MarkId;
        16: .line 49
            new jdk.tools.jaotc.MarkId
            dup
            ldc "HEAP_END_ADDRESS"
            bipush 16
            ldc "CodeInstaller::HEAP_END_ADDRESS"
            invokespecial jdk.tools.jaotc.MarkId.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic jdk.tools.jaotc.MarkId.HEAP_END_ADDRESS:Ljdk/tools/jaotc/MarkId;
        17: .line 50
            new jdk.tools.jaotc.MarkId
            dup
            ldc "NARROW_KLASS_BASE_ADDRESS"
            bipush 17
            ldc "CodeInstaller::NARROW_KLASS_BASE_ADDRESS"
            invokespecial jdk.tools.jaotc.MarkId.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic jdk.tools.jaotc.MarkId.NARROW_KLASS_BASE_ADDRESS:Ljdk/tools/jaotc/MarkId;
        18: .line 51
            new jdk.tools.jaotc.MarkId
            dup
            ldc "NARROW_OOP_BASE_ADDRESS"
            bipush 18
            ldc "CodeInstaller::NARROW_OOP_BASE_ADDRESS"
            invokespecial jdk.tools.jaotc.MarkId.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic jdk.tools.jaotc.MarkId.NARROW_OOP_BASE_ADDRESS:Ljdk/tools/jaotc/MarkId;
        19: .line 52
            new jdk.tools.jaotc.MarkId
            dup
            ldc "CRC_TABLE_ADDRESS"
            bipush 19
            ldc "CodeInstaller::CRC_TABLE_ADDRESS"
            invokespecial jdk.tools.jaotc.MarkId.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic jdk.tools.jaotc.MarkId.CRC_TABLE_ADDRESS:Ljdk/tools/jaotc/MarkId;
        20: .line 53
            new jdk.tools.jaotc.MarkId
            dup
            ldc "LOG_OF_HEAP_REGION_GRAIN_BYTES"
            bipush 20
            ldc "CodeInstaller::LOG_OF_HEAP_REGION_GRAIN_BYTES"
            invokespecial jdk.tools.jaotc.MarkId.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic jdk.tools.jaotc.MarkId.LOG_OF_HEAP_REGION_GRAIN_BYTES:Ljdk/tools/jaotc/MarkId;
        21: .line 54
            new jdk.tools.jaotc.MarkId
            dup
            ldc "INLINE_CONTIGUOUS_ALLOCATION_SUPPORTED"
            bipush 21
            ldc "CodeInstaller::INLINE_CONTIGUOUS_ALLOCATION_SUPPORTED"
            invokespecial jdk.tools.jaotc.MarkId.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic jdk.tools.jaotc.MarkId.INLINE_CONTIGUOUS_ALLOCATION_SUPPORTED:Ljdk/tools/jaotc/MarkId;
        22: .line 32
            bipush 22
            anewarray jdk.tools.jaotc.MarkId
            dup
            iconst_0
            getstatic jdk.tools.jaotc.MarkId.VERIFIED_ENTRY:Ljdk/tools/jaotc/MarkId;
            aastore
            dup
            iconst_1
            getstatic jdk.tools.jaotc.MarkId.UNVERIFIED_ENTRY:Ljdk/tools/jaotc/MarkId;
            aastore
            dup
            iconst_2
            getstatic jdk.tools.jaotc.MarkId.OSR_ENTRY:Ljdk/tools/jaotc/MarkId;
            aastore
            dup
            iconst_3
            getstatic jdk.tools.jaotc.MarkId.EXCEPTION_HANDLER_ENTRY:Ljdk/tools/jaotc/MarkId;
            aastore
            dup
            iconst_4
            getstatic jdk.tools.jaotc.MarkId.DEOPT_HANDLER_ENTRY:Ljdk/tools/jaotc/MarkId;
            aastore
            dup
            iconst_5
            getstatic jdk.tools.jaotc.MarkId.INVOKEINTERFACE:Ljdk/tools/jaotc/MarkId;
            aastore
            dup
            bipush 6
            getstatic jdk.tools.jaotc.MarkId.INVOKEVIRTUAL:Ljdk/tools/jaotc/MarkId;
            aastore
            dup
            bipush 7
            getstatic jdk.tools.jaotc.MarkId.INVOKESTATIC:Ljdk/tools/jaotc/MarkId;
            aastore
            dup
            bipush 8
            getstatic jdk.tools.jaotc.MarkId.INVOKESPECIAL:Ljdk/tools/jaotc/MarkId;
            aastore
            dup
            bipush 9
            getstatic jdk.tools.jaotc.MarkId.INLINE_INVOKE:Ljdk/tools/jaotc/MarkId;
            aastore
            dup
            bipush 10
            getstatic jdk.tools.jaotc.MarkId.POLL_NEAR:Ljdk/tools/jaotc/MarkId;
            aastore
            dup
            bipush 11
            getstatic jdk.tools.jaotc.MarkId.POLL_RETURN_NEAR:Ljdk/tools/jaotc/MarkId;
            aastore
            dup
            bipush 12
            getstatic jdk.tools.jaotc.MarkId.POLL_FAR:Ljdk/tools/jaotc/MarkId;
            aastore
            dup
            bipush 13
            getstatic jdk.tools.jaotc.MarkId.POLL_RETURN_FAR:Ljdk/tools/jaotc/MarkId;
            aastore
            dup
            bipush 14
            getstatic jdk.tools.jaotc.MarkId.CARD_TABLE_ADDRESS:Ljdk/tools/jaotc/MarkId;
            aastore
            dup
            bipush 15
            getstatic jdk.tools.jaotc.MarkId.HEAP_TOP_ADDRESS:Ljdk/tools/jaotc/MarkId;
            aastore
            dup
            bipush 16
            getstatic jdk.tools.jaotc.MarkId.HEAP_END_ADDRESS:Ljdk/tools/jaotc/MarkId;
            aastore
            dup
            bipush 17
            getstatic jdk.tools.jaotc.MarkId.NARROW_KLASS_BASE_ADDRESS:Ljdk/tools/jaotc/MarkId;
            aastore
            dup
            bipush 18
            getstatic jdk.tools.jaotc.MarkId.NARROW_OOP_BASE_ADDRESS:Ljdk/tools/jaotc/MarkId;
            aastore
            dup
            bipush 19
            getstatic jdk.tools.jaotc.MarkId.CRC_TABLE_ADDRESS:Ljdk/tools/jaotc/MarkId;
            aastore
            dup
            bipush 20
            getstatic jdk.tools.jaotc.MarkId.LOG_OF_HEAP_REGION_GRAIN_BYTES:Ljdk/tools/jaotc/MarkId;
            aastore
            dup
            bipush 21
            getstatic jdk.tools.jaotc.MarkId.INLINE_CONTIGUOUS_ALLOCATION_SUPPORTED:Ljdk/tools/jaotc/MarkId;
            aastore
            putstatic jdk.tools.jaotc.MarkId.ENUM$VALUES:[Ljdk/tools/jaotc/MarkId;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, java.lang.String);
    descriptor: (Ljava/lang/String;ILjava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // jdk.tools.jaotc.MarkId this
        start local 3 // java.lang.String name
         0: .line 58
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 59
            aload 0 /* this */
            invokestatic jdk.vm.ci.hotspot.HotSpotJVMCIRuntime.runtime:()Ljdk/vm/ci/hotspot/HotSpotJVMCIRuntime;
            invokevirtual jdk.vm.ci.hotspot.HotSpotJVMCIRuntime.getConfigStore:()Ljdk/vm/ci/hotspot/HotSpotVMConfigStore;
            invokevirtual jdk.vm.ci.hotspot.HotSpotVMConfigStore.getConstants:()Ljava/util/Map;
            aload 3 /* name */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Long
            invokevirtual java.lang.Long.longValue:()J
            l2i
            putfield jdk.tools.jaotc.MarkId.value:I
         2: .line 60
            return
        end local 3 // java.lang.String name
        end local 0 // jdk.tools.jaotc.MarkId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/tools/jaotc/MarkId;
            0    3     3  name  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      name           

  static jdk.tools.jaotc.MarkId getEnum(int);
    descriptor: (I)Ljdk/tools/jaotc/MarkId;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // int value
         0: .line 63
            invokestatic jdk.tools.jaotc.MarkId.values:()[Ljdk/tools/jaotc/MarkId;
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 5
      StackMap locals: int top int int jdk.tools.jaotc.MarkId[]
      StackMap stack:
         1: aload 4
            iload 2
            aaload
            astore 1 /* e */
        start local 1 // jdk.tools.jaotc.MarkId e
         2: .line 64
            aload 1 /* e */
            getfield jdk.tools.jaotc.MarkId.value:I
            iload 0 /* value */
            if_icmpne 4
         3: .line 65
            aload 1 /* e */
            areturn
        end local 1 // jdk.tools.jaotc.MarkId e
         4: .line 63
      StackMap locals:
      StackMap stack:
            iinc 2 1
      StackMap locals:
      StackMap stack:
         5: iload 2
            iload 3
            if_icmplt 1
         6: .line 68
            new java.lang.InternalError
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unknown enum value: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 0 /* value */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // int value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0  value  I
            2    4     1      e  Ljdk/tools/jaotc/MarkId;
    MethodParameters:
       Name  Flags
      value  

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