public final class com.oracle.svm.core.hub.ReferenceType extends java.lang.Enum<com.oracle.svm.core.hub.ReferenceType>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: com.oracle.svm.core.hub.ReferenceType
  super_class: java.lang.Enum
{
  public static final com.oracle.svm.core.hub.ReferenceType None;
    descriptor: Lcom/oracle/svm/core/hub/ReferenceType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.oracle.svm.core.hub.ReferenceType Other;
    descriptor: Lcom/oracle/svm/core/hub/ReferenceType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.oracle.svm.core.hub.ReferenceType Soft;
    descriptor: Lcom/oracle/svm/core/hub/ReferenceType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.oracle.svm.core.hub.ReferenceType Weak;
    descriptor: Lcom/oracle/svm/core/hub/ReferenceType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.oracle.svm.core.hub.ReferenceType Unused;
    descriptor: Lcom/oracle/svm/core/hub/ReferenceType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.oracle.svm.core.hub.ReferenceType Phantom;
    descriptor: Lcom/oracle/svm/core/hub/ReferenceType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private final byte value;
    descriptor: B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final com.oracle.svm.core.hub.ReferenceType[] ENUM$VALUES;
    descriptor: [Lcom/oracle/svm/core/hub/ReferenceType;
    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 com.oracle.svm.core.hub.ReferenceType
            dup
            ldc "None"
            iconst_0
            iconst_0
            invokespecial com.oracle.svm.core.hub.ReferenceType.<init>:(Ljava/lang/String;II)V
            putstatic com.oracle.svm.core.hub.ReferenceType.None:Lcom/oracle/svm/core/hub/ReferenceType;
         1: .line 34
            new com.oracle.svm.core.hub.ReferenceType
            dup
            ldc "Other"
            iconst_1
            iconst_1
            invokespecial com.oracle.svm.core.hub.ReferenceType.<init>:(Ljava/lang/String;II)V
            putstatic com.oracle.svm.core.hub.ReferenceType.Other:Lcom/oracle/svm/core/hub/ReferenceType;
         2: .line 35
            new com.oracle.svm.core.hub.ReferenceType
            dup
            ldc "Soft"
            iconst_2
            iconst_2
            invokespecial com.oracle.svm.core.hub.ReferenceType.<init>:(Ljava/lang/String;II)V
            putstatic com.oracle.svm.core.hub.ReferenceType.Soft:Lcom/oracle/svm/core/hub/ReferenceType;
         3: .line 36
            new com.oracle.svm.core.hub.ReferenceType
            dup
            ldc "Weak"
            iconst_3
            iconst_3
            invokespecial com.oracle.svm.core.hub.ReferenceType.<init>:(Ljava/lang/String;II)V
            putstatic com.oracle.svm.core.hub.ReferenceType.Weak:Lcom/oracle/svm/core/hub/ReferenceType;
         4: .line 37
            new com.oracle.svm.core.hub.ReferenceType
            dup
            ldc "Unused"
            iconst_4
            iconst_4
            invokespecial com.oracle.svm.core.hub.ReferenceType.<init>:(Ljava/lang/String;II)V
            putstatic com.oracle.svm.core.hub.ReferenceType.Unused:Lcom/oracle/svm/core/hub/ReferenceType;
         5: .line 38
            new com.oracle.svm.core.hub.ReferenceType
            dup
            ldc "Phantom"
            iconst_5
            iconst_5
            invokespecial com.oracle.svm.core.hub.ReferenceType.<init>:(Ljava/lang/String;II)V
            putstatic com.oracle.svm.core.hub.ReferenceType.Phantom:Lcom/oracle/svm/core/hub/ReferenceType;
         6: .line 32
            bipush 6
            anewarray com.oracle.svm.core.hub.ReferenceType
            dup
            iconst_0
            getstatic com.oracle.svm.core.hub.ReferenceType.None:Lcom/oracle/svm/core/hub/ReferenceType;
            aastore
            dup
            iconst_1
            getstatic com.oracle.svm.core.hub.ReferenceType.Other:Lcom/oracle/svm/core/hub/ReferenceType;
            aastore
            dup
            iconst_2
            getstatic com.oracle.svm.core.hub.ReferenceType.Soft:Lcom/oracle/svm/core/hub/ReferenceType;
            aastore
            dup
            iconst_3
            getstatic com.oracle.svm.core.hub.ReferenceType.Weak:Lcom/oracle/svm/core/hub/ReferenceType;
            aastore
            dup
            iconst_4
            getstatic com.oracle.svm.core.hub.ReferenceType.Unused:Lcom/oracle/svm/core/hub/ReferenceType;
            aastore
            dup
            iconst_5
            getstatic com.oracle.svm.core.hub.ReferenceType.Phantom:Lcom/oracle/svm/core/hub/ReferenceType;
            aastore
            putstatic com.oracle.svm.core.hub.ReferenceType.ENUM$VALUES:[Lcom/oracle/svm/core/hub/ReferenceType;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.oracle.svm.core.hub.ReferenceType this
        start local 3 // int value
         0: .line 42
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 43
            aload 0 /* this */
            iload 3 /* value */
            invokestatic org.graalvm.compiler.core.common.NumUtil.safeToByte:(I)B
            putfield com.oracle.svm.core.hub.ReferenceType.value:B
         2: .line 44
            return
        end local 3 // int value
        end local 0 // com.oracle.svm.core.hub.ReferenceType this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/svm/core/hub/ReferenceType;
            0    3     3  value  I
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      value          

  public byte getValue();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.hub.ReferenceType this
         0: .line 47
            aload 0 /* this */
            getfield com.oracle.svm.core.hub.ReferenceType.value:B
            ireturn
        end local 0 // com.oracle.svm.core.hub.ReferenceType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/hub/ReferenceType;

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