class org.graalvm.compiler.hotspot.CompilerConfigurationFactory$Options
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.CompilerConfigurationFactory$Options
  super_class: java.lang.Object
{
  public static final org.graalvm.compiler.options.OptionKey<java.lang.String> CompilerConfiguration;
    descriptor: Lorg/graalvm/compiler/options/OptionKey;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lorg/graalvm/compiler/options/OptionKey<Ljava/lang/String;>;
    RuntimeInvisibleAnnotations: 
      org.graalvm.compiler.options.Option(help = {"Names the Graal compiler configuration to use. If ommitted, the compiler configuration with the highest auto-selection priority is used. To see the set of available configurations, supply the value 'help' to this option."}, type = org.graalvm.compiler.options.OptionType.Expert:Lorg/graalvm/compiler/options/OptionType;)

  public static final org.graalvm.compiler.options.OptionKey<org.graalvm.compiler.hotspot.CompilerConfigurationFactory$ShowConfigurationLevel> ShowConfiguration;
    descriptor: Lorg/graalvm/compiler/options/OptionKey;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lorg/graalvm/compiler/options/OptionKey<Lorg/graalvm/compiler/hotspot/CompilerConfigurationFactory$ShowConfigurationLevel;>;
    RuntimeInvisibleAnnotations: 
      org.graalvm.compiler.options.Option(help = {"Writes to the VM log information about the Graal compiler configuration selected."}, type = org.graalvm.compiler.options.OptionType.User:Lorg/graalvm/compiler/options/OptionType;)

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 72
            new org.graalvm.compiler.options.OptionKey
            dup
            aconst_null
            invokespecial org.graalvm.compiler.options.OptionKey.<init>:(Ljava/lang/Object;)V
            putstatic org.graalvm.compiler.hotspot.CompilerConfigurationFactory$Options.CompilerConfiguration:Lorg/graalvm/compiler/options/OptionKey;
         1: .line 74
            new org.graalvm.compiler.options.EnumOptionKey
            dup
            getstatic org.graalvm.compiler.hotspot.CompilerConfigurationFactory$ShowConfigurationLevel.none:Lorg/graalvm/compiler/hotspot/CompilerConfigurationFactory$ShowConfigurationLevel;
            invokespecial org.graalvm.compiler.options.EnumOptionKey.<init>:(Ljava/lang/Enum;)V
            putstatic org.graalvm.compiler.hotspot.CompilerConfigurationFactory$Options.ShowConfiguration:Lorg/graalvm/compiler/options/OptionKey;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.CompilerConfigurationFactory$Options this
         0: .line 67
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.hotspot.CompilerConfigurationFactory$Options this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/CompilerConfigurationFactory$Options;
}
SourceFile: "CompilerConfigurationFactory.java"
NestHost: org.graalvm.compiler.hotspot.CompilerConfigurationFactory
InnerClasses:
  Options = org.graalvm.compiler.hotspot.CompilerConfigurationFactory$Options of org.graalvm.compiler.hotspot.CompilerConfigurationFactory
  final ShowConfigurationLevel = org.graalvm.compiler.hotspot.CompilerConfigurationFactory$ShowConfigurationLevel of org.graalvm.compiler.hotspot.CompilerConfigurationFactory