class com.oracle.svm.graal.hotspot.libgraal.LibGraalFeature$Options
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.svm.graal.hotspot.libgraal.LibGraalFeature$Options
  super_class: java.lang.Object
{
  static final com.oracle.svm.core.option.RuntimeOptionKey<java.lang.Boolean> CrashAtIsFatal;
    descriptor: Lcom/oracle/svm/core/option/RuntimeOptionKey;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/svm/core/option/RuntimeOptionKey<Ljava/lang/Boolean;>;
    RuntimeInvisibleAnnotations: 
      org.graalvm.compiler.options.Option(help = {"Converts an exception triggered by the CrashAt option into a fatal error if a non-null pointer was passed in the _fatal option to JNI_CreateJavaVM. This option exists for the purpose of testing fatal error handling in libgraal."})

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 169
            new com.oracle.svm.core.option.RuntimeOptionKey
            dup
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokespecial com.oracle.svm.core.option.RuntimeOptionKey.<init>:(Ljava/lang/Object;)V
            putstatic com.oracle.svm.graal.hotspot.libgraal.LibGraalFeature$Options.CrashAtIsFatal:Lcom/oracle/svm/core/option/RuntimeOptionKey;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.graal.hotspot.libgraal.LibGraalFeature$Options this
         0: .line 164
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.svm.graal.hotspot.libgraal.LibGraalFeature$Options this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/graal/hotspot/libgraal/LibGraalFeature$Options;
}
SourceFile: "LibGraalFeature.java"
NestHost: com.oracle.svm.graal.hotspot.libgraal.LibGraalFeature
InnerClasses:
  Options = com.oracle.svm.graal.hotspot.libgraal.LibGraalFeature$Options of com.oracle.svm.graal.hotspot.libgraal.LibGraalFeature