public class com.sun.tools.javac.jvm.Profile extends java.lang.Enum<com.sun.tools.javac.jvm.Profile>
  minor version: 0
  major version: 59
  flags: flags: (0x4021) ACC_PUBLIC, ACC_SUPER, ACC_ANNOTATION
  this_class: com.sun.tools.javac.jvm.Profile
  super_class: java.lang.Enum
{
  public static final com.sun.tools.javac.jvm.Profile COMPACT1;
    descriptor: Lcom/sun/tools/javac/jvm/Profile;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.sun.tools.javac.jvm.Profile COMPACT2;
    descriptor: Lcom/sun/tools/javac/jvm/Profile;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.sun.tools.javac.jvm.Profile COMPACT3;
    descriptor: Lcom/sun/tools/javac/jvm/Profile;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.sun.tools.javac.jvm.Profile DEFAULT;
    descriptor: Lcom/sun/tools/javac/jvm/Profile;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final com.sun.tools.javac.util.Context$Key<com.sun.tools.javac.jvm.Profile> profileKey;
    descriptor: Lcom/sun/tools/javac/util/Context$Key;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/sun/tools/javac/util/Context$Key<Lcom/sun/tools/javac/jvm/Profile;>;

  public final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int value;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  final java.util.Set<com.sun.tools.javac.jvm.Target> targets;
    descriptor: Ljava/util/Set;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/Set<Lcom/sun/tools/javac/jvm/Target;>;

  private static final com.sun.tools.javac.jvm.Profile[] ENUM$VALUES;
    descriptor: [Lcom/sun/tools/javac/jvm/Profile;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=11, locals=0, args_size=0
         0: .line 43
            new com.sun.tools.javac.jvm.Profile
            dup
            ldc "COMPACT1"
            iconst_0
            ldc "compact1"
            iconst_1
            getstatic com.sun.tools.javac.jvm.Target.JDK1_8:Lcom/sun/tools/javac/jvm/Target;
            bipush 6
            anewarray com.sun.tools.javac.jvm.Target
            dup
            iconst_0
            getstatic com.sun.tools.javac.jvm.Target.JDK1_9:Lcom/sun/tools/javac/jvm/Target;
            aastore
            dup
            iconst_1
            getstatic com.sun.tools.javac.jvm.Target.JDK1_10:Lcom/sun/tools/javac/jvm/Target;
            aastore
            dup
            iconst_2
            getstatic com.sun.tools.javac.jvm.Target.JDK1_11:Lcom/sun/tools/javac/jvm/Target;
            aastore
            dup
            iconst_3
            getstatic com.sun.tools.javac.jvm.Target.JDK1_12:Lcom/sun/tools/javac/jvm/Target;
            aastore
            dup
            iconst_4
            getstatic com.sun.tools.javac.jvm.Target.JDK1_13:Lcom/sun/tools/javac/jvm/Target;
            aastore
            dup
            iconst_5
            getstatic com.sun.tools.javac.jvm.Target.JDK1_14:Lcom/sun/tools/javac/jvm/Target;
            aastore
            invokespecial com.sun.tools.javac.jvm.Profile.<init>:(Ljava/lang/String;ILjava/lang/String;ILcom/sun/tools/javac/jvm/Target;[Lcom/sun/tools/javac/jvm/Target;)V
            putstatic com.sun.tools.javac.jvm.Profile.COMPACT1:Lcom/sun/tools/javac/jvm/Profile;
         1: .line 44
            new com.sun.tools.javac.jvm.Profile
            dup
            ldc "COMPACT2"
            iconst_1
            ldc "compact2"
            iconst_2
            getstatic com.sun.tools.javac.jvm.Target.JDK1_8:Lcom/sun/tools/javac/jvm/Target;
            bipush 6
            anewarray com.sun.tools.javac.jvm.Target
            dup
            iconst_0
            getstatic com.sun.tools.javac.jvm.Target.JDK1_9:Lcom/sun/tools/javac/jvm/Target;
            aastore
            dup
            iconst_1
            getstatic com.sun.tools.javac.jvm.Target.JDK1_10:Lcom/sun/tools/javac/jvm/Target;
            aastore
            dup
            iconst_2
            getstatic com.sun.tools.javac.jvm.Target.JDK1_11:Lcom/sun/tools/javac/jvm/Target;
            aastore
            dup
            iconst_3
            getstatic com.sun.tools.javac.jvm.Target.JDK1_12:Lcom/sun/tools/javac/jvm/Target;
            aastore
            dup
            iconst_4
            getstatic com.sun.tools.javac.jvm.Target.JDK1_13:Lcom/sun/tools/javac/jvm/Target;
            aastore
            dup
            iconst_5
            getstatic com.sun.tools.javac.jvm.Target.JDK1_14:Lcom/sun/tools/javac/jvm/Target;
            aastore
            invokespecial com.sun.tools.javac.jvm.Profile.<init>:(Ljava/lang/String;ILjava/lang/String;ILcom/sun/tools/javac/jvm/Target;[Lcom/sun/tools/javac/jvm/Target;)V
            putstatic com.sun.tools.javac.jvm.Profile.COMPACT2:Lcom/sun/tools/javac/jvm/Profile;
         2: .line 45
            new com.sun.tools.javac.jvm.Profile
            dup
            ldc "COMPACT3"
            iconst_2
            ldc "compact3"
            iconst_3
            getstatic com.sun.tools.javac.jvm.Target.JDK1_8:Lcom/sun/tools/javac/jvm/Target;
            bipush 6
            anewarray com.sun.tools.javac.jvm.Target
            dup
            iconst_0
            getstatic com.sun.tools.javac.jvm.Target.JDK1_9:Lcom/sun/tools/javac/jvm/Target;
            aastore
            dup
            iconst_1
            getstatic com.sun.tools.javac.jvm.Target.JDK1_10:Lcom/sun/tools/javac/jvm/Target;
            aastore
            dup
            iconst_2
            getstatic com.sun.tools.javac.jvm.Target.JDK1_11:Lcom/sun/tools/javac/jvm/Target;
            aastore
            dup
            iconst_3
            getstatic com.sun.tools.javac.jvm.Target.JDK1_12:Lcom/sun/tools/javac/jvm/Target;
            aastore
            dup
            iconst_4
            getstatic com.sun.tools.javac.jvm.Target.JDK1_13:Lcom/sun/tools/javac/jvm/Target;
            aastore
            dup
            iconst_5
            getstatic com.sun.tools.javac.jvm.Target.JDK1_14:Lcom/sun/tools/javac/jvm/Target;
            aastore
            invokespecial com.sun.tools.javac.jvm.Profile.<init>:(Ljava/lang/String;ILjava/lang/String;ILcom/sun/tools/javac/jvm/Target;[Lcom/sun/tools/javac/jvm/Target;)V
            putstatic com.sun.tools.javac.jvm.Profile.COMPACT3:Lcom/sun/tools/javac/jvm/Profile;
         3: .line 47
            new com.sun.tools.javac.jvm.Profile$1
            dup
            ldc "DEFAULT"
            iconst_3
            invokespecial com.sun.tools.javac.jvm.Profile$1.<init>:(Ljava/lang/String;I)V
            putstatic com.sun.tools.javac.jvm.Profile.DEFAULT:Lcom/sun/tools/javac/jvm/Profile;
            iconst_4
            anewarray com.sun.tools.javac.jvm.Profile
            dup
            iconst_0
            getstatic com.sun.tools.javac.jvm.Profile.COMPACT1:Lcom/sun/tools/javac/jvm/Profile;
            aastore
            dup
            iconst_1
            getstatic com.sun.tools.javac.jvm.Profile.COMPACT2:Lcom/sun/tools/javac/jvm/Profile;
            aastore
            dup
            iconst_2
            getstatic com.sun.tools.javac.jvm.Profile.COMPACT3:Lcom/sun/tools/javac/jvm/Profile;
            aastore
            dup
            iconst_3
            getstatic com.sun.tools.javac.jvm.Profile.DEFAULT:Lcom/sun/tools/javac/jvm/Profile;
            aastore
            putstatic com.sun.tools.javac.jvm.Profile.ENUM$VALUES:[Lcom/sun/tools/javac/jvm/Profile;
         4: .line 54
            new com.sun.tools.javac.util.Context$Key
            dup
            invokespecial com.sun.tools.javac.util.Context$Key.<init>:()V
            putstatic com.sun.tools.javac.jvm.Profile.profileKey:Lcom/sun/tools/javac/util/Context$Key;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.sun.tools.javac.jvm.Profile instance(com.sun.tools.javac.util.Context);
    descriptor: (Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/jvm/Profile;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // com.sun.tools.javac.util.Context context
         0: .line 57
            aload 0 /* context */
            getstatic com.sun.tools.javac.jvm.Profile.profileKey:Lcom/sun/tools/javac/util/Context$Key;
            invokevirtual com.sun.tools.javac.util.Context.get:(Lcom/sun/tools/javac/util/Context$Key;)Ljava/lang/Object;
            checkcast com.sun.tools.javac.jvm.Profile
            astore 1 /* instance */
        start local 1 // com.sun.tools.javac.jvm.Profile instance
         1: .line 58
            aload 1 /* instance */
            ifnonnull 7
         2: .line 59
            aload 0 /* context */
            invokestatic com.sun.tools.javac.util.Options.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/util/Options;
            astore 2 /* options */
        start local 2 // com.sun.tools.javac.util.Options options
         3: .line 60
            aload 2 /* options */
            getstatic com.sun.tools.javac.main.Option.PROFILE:Lcom/sun/tools/javac/main/Option;
            invokevirtual com.sun.tools.javac.util.Options.get:(Lcom/sun/tools/javac/main/Option;)Ljava/lang/String;
            astore 3 /* profileString */
        start local 3 // java.lang.String profileString
         4: .line 61
            aload 3 /* profileString */
            ifnull 5
            aload 3 /* profileString */
            invokestatic com.sun.tools.javac.jvm.Profile.lookup:(Ljava/lang/String;)Lcom/sun/tools/javac/jvm/Profile;
            astore 1 /* instance */
         5: .line 62
      StackMap locals: com.sun.tools.javac.jvm.Profile com.sun.tools.javac.util.Options java.lang.String
      StackMap stack:
            aload 1 /* instance */
            ifnonnull 6
            getstatic com.sun.tools.javac.jvm.Profile.DEFAULT:Lcom/sun/tools/javac/jvm/Profile;
            astore 1 /* instance */
         6: .line 63
      StackMap locals:
      StackMap stack:
            aload 0 /* context */
            getstatic com.sun.tools.javac.jvm.Profile.profileKey:Lcom/sun/tools/javac/util/Context$Key;
            aload 1 /* instance */
            invokevirtual com.sun.tools.javac.util.Context.put:(Lcom/sun/tools/javac/util/Context$Key;Ljava/lang/Object;)V
        end local 3 // java.lang.String profileString
        end local 2 // com.sun.tools.javac.util.Options options
         7: .line 65
      StackMap locals:
      StackMap stack:
            aload 1 /* instance */
            areturn
        end local 1 // com.sun.tools.javac.jvm.Profile instance
        end local 0 // com.sun.tools.javac.util.Context context
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0        context  Lcom/sun/tools/javac/util/Context;
            1    8     1       instance  Lcom/sun/tools/javac/jvm/Profile;
            3    7     2        options  Lcom/sun/tools/javac/util/Options;
            4    7     3  profileString  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      context  

  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.sun.tools.javac.jvm.Profile this
         0: .line 72
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 73
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.jvm.Profile.name:Ljava/lang/String;
         2: .line 74
            aload 0 /* this */
            ldc 2147483647
            putfield com.sun.tools.javac.jvm.Profile.value:I
         3: .line 75
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.jvm.Profile.targets:Ljava/util/Set;
         4: .line 76
            return
        end local 0 // com.sun.tools.javac.jvm.Profile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/javac/jvm/Profile;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  private void <init>(java.lang.String, int, java.lang.String, int, com.sun.tools.javac.jvm.Target, com.sun.tools.javac.jvm.Target[]);
    descriptor: (Ljava/lang/String;ILjava/lang/String;ILcom/sun/tools/javac/jvm/Target;[Lcom/sun/tools/javac/jvm/Target;)V
    flags: (0x0082) ACC_PRIVATE, ACC_VARARGS
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // com.sun.tools.javac.jvm.Profile this
        start local 3 // java.lang.String name
        start local 4 // int value
        start local 5 // com.sun.tools.javac.jvm.Target t
        start local 6 // com.sun.tools.javac.jvm.Target[] targets
         0: .line 78
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 79
            aload 0 /* this */
            aload 3 /* name */
            putfield com.sun.tools.javac.jvm.Profile.name:Ljava/lang/String;
         2: .line 80
            aload 0 /* this */
            iload 4 /* value */
            putfield com.sun.tools.javac.jvm.Profile.value:I
         3: .line 81
            aload 0 /* this */
            aload 5 /* t */
            aload 6 /* targets */
            invokestatic java.util.EnumSet.of:(Ljava/lang/Enum;[Ljava/lang/Enum;)Ljava/util/EnumSet;
            putfield com.sun.tools.javac.jvm.Profile.targets:Ljava/util/Set;
         4: .line 82
            return
        end local 6 // com.sun.tools.javac.jvm.Target[] targets
        end local 5 // com.sun.tools.javac.jvm.Target t
        end local 4 // int value
        end local 3 // java.lang.String name
        end local 0 // com.sun.tools.javac.jvm.Profile this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/sun/tools/javac/jvm/Profile;
            0    5     3     name  Ljava/lang/String;
            0    5     4    value  I
            0    5     5        t  Lcom/sun/tools/javac/jvm/Target;
            0    5     6  targets  [Lcom/sun/tools/javac/jvm/Target;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      name           
      value          
      t              
      targets        

  public static com.sun.tools.javac.jvm.Profile lookup(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/sun/tools/javac/jvm/Profile;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // java.lang.String name
         0: .line 86
            invokestatic com.sun.tools.javac.jvm.Profile.values:()[Lcom/sun/tools/javac/jvm/Profile;
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 5
      StackMap locals: java.lang.String top int int com.sun.tools.javac.jvm.Profile[]
      StackMap stack:
         1: aload 4
            iload 2
            aaload
            astore 1 /* p */
        start local 1 // com.sun.tools.javac.jvm.Profile p
         2: .line 87
            aload 0 /* name */
            aload 1 /* p */
            getfield com.sun.tools.javac.jvm.Profile.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 88
            aload 1 /* p */
            areturn
        end local 1 // com.sun.tools.javac.jvm.Profile p
         4: .line 86
      StackMap locals:
      StackMap stack:
            iinc 2 1
      StackMap locals:
      StackMap stack:
         5: iload 2
            iload 3
            if_icmplt 1
         6: .line 90
            aconst_null
            areturn
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  name  Ljava/lang/String;
            2    4     1     p  Lcom/sun/tools/javac/jvm/Profile;
    MethodParameters:
      Name  Flags
      name  

  public static com.sun.tools.javac.jvm.Profile lookup(int);
    descriptor: (I)Lcom/sun/tools/javac/jvm/Profile;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // int value
         0: .line 95
            invokestatic com.sun.tools.javac.jvm.Profile.values:()[Lcom/sun/tools/javac/jvm/Profile;
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 5
      StackMap locals: int top int int com.sun.tools.javac.jvm.Profile[]
      StackMap stack:
         1: aload 4
            iload 2
            aaload
            astore 1 /* p */
        start local 1 // com.sun.tools.javac.jvm.Profile p
         2: .line 96
            iload 0 /* value */
            aload 1 /* p */
            getfield com.sun.tools.javac.jvm.Profile.value:I
            if_icmpne 4
         3: .line 97
            aload 1 /* p */
            areturn
        end local 1 // com.sun.tools.javac.jvm.Profile p
         4: .line 95
      StackMap locals:
      StackMap stack:
            iinc 2 1
      StackMap locals:
      StackMap stack:
         5: iload 2
            iload 3
            if_icmplt 1
         6: .line 99
            aconst_null
            areturn
        end local 0 // int value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0  value  I
            2    4     1      p  Lcom/sun/tools/javac/jvm/Profile;
    MethodParameters:
       Name  Flags
      value  

  public boolean isValid(com.sun.tools.javac.jvm.Target);
    descriptor: (Lcom/sun/tools/javac/jvm/Target;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.jvm.Profile this
        start local 1 // com.sun.tools.javac.jvm.Target t
         0: .line 103
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.Profile.targets:Ljava/util/Set;
            aload 1 /* t */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // com.sun.tools.javac.jvm.Target t
        end local 0 // com.sun.tools.javac.jvm.Profile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/jvm/Profile;
            0    1     1     t  Lcom/sun/tools/javac/jvm/Target;
    MethodParameters:
      Name  Flags
      t     

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