public class com.oracle.svm.hosted.option.HostedOptionFeature implements org.graalvm.nativeimage.hosted.Feature
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.svm.hosted.option.HostedOptionFeature
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.option.HostedOptionFeature this
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.svm.hosted.option.HostedOptionFeature this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/option/HostedOptionFeature;

  public void beforeAnalysis(org.graalvm.nativeimage.hosted.Feature$BeforeAnalysisAccess);
    descriptor: (Lorg/graalvm/nativeimage/hosted/Feature$BeforeAnalysisAccess;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.oracle.svm.hosted.option.HostedOptionFeature this
        start local 1 // org.graalvm.nativeimage.hosted.Feature$BeforeAnalysisAccess access
         0: .line 49
            aload 1 /* access */
            checkcast com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl
            astore 2 /* accessImpl */
        start local 2 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl accessImpl
         1: .line 50
            aload 2 /* accessImpl */
            ldc Lcom/oracle/svm/core/SubstrateGCOptions;
            invokevirtual com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.registerAsUsed:(Ljava/lang/Class;)V
         2: .line 51
            aload 2 /* accessImpl */
            ldc Lcom/oracle/svm/core/SubstrateGCOptions;
            getstatic com.oracle.svm.core.SubstrateGCOptions.MaxHeapSize:Lcom/oracle/svm/core/option/RuntimeOptionKey;
            invokevirtual com.oracle.svm.core.option.RuntimeOptionKey.getName:()Ljava/lang/String;
            invokestatic com.oracle.svm.hosted.option.HostedOptionFeature.registerOptionAsRead:(Lcom/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl;Ljava/lang/Class;Ljava/lang/String;)V
         3: .line 52
            aload 2 /* accessImpl */
            ldc Lcom/oracle/svm/core/SubstrateGCOptions;
            getstatic com.oracle.svm.core.SubstrateGCOptions.MinHeapSize:Lcom/oracle/svm/core/option/RuntimeOptionKey;
            invokevirtual com.oracle.svm.core.option.RuntimeOptionKey.getName:()Ljava/lang/String;
            invokestatic com.oracle.svm.hosted.option.HostedOptionFeature.registerOptionAsRead:(Lcom/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl;Ljava/lang/Class;Ljava/lang/String;)V
         4: .line 53
            aload 2 /* accessImpl */
            ldc Lcom/oracle/svm/core/SubstrateGCOptions;
            getstatic com.oracle.svm.core.SubstrateGCOptions.MaxNewSize:Lcom/oracle/svm/core/option/RuntimeOptionKey;
            invokevirtual com.oracle.svm.core.option.RuntimeOptionKey.getName:()Ljava/lang/String;
            invokestatic com.oracle.svm.hosted.option.HostedOptionFeature.registerOptionAsRead:(Lcom/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl;Ljava/lang/Class;Ljava/lang/String;)V
         5: .line 54
            aload 2 /* accessImpl */
            ldc Lcom/oracle/svm/core/SubstrateOptions;
            getstatic com.oracle.svm.core.SubstrateOptions.StackSize:Lcom/oracle/svm/core/option/RuntimeOptionKey;
            invokevirtual com.oracle.svm.core.option.RuntimeOptionKey.getName:()Ljava/lang/String;
            invokestatic com.oracle.svm.hosted.option.HostedOptionFeature.registerOptionAsRead:(Lcom/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl;Ljava/lang/Class;Ljava/lang/String;)V
         6: .line 55
            return
        end local 2 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl accessImpl
        end local 1 // org.graalvm.nativeimage.hosted.Feature$BeforeAnalysisAccess access
        end local 0 // com.oracle.svm.hosted.option.HostedOptionFeature this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lcom/oracle/svm/hosted/option/HostedOptionFeature;
            0    7     1      access  Lorg/graalvm/nativeimage/hosted/Feature$BeforeAnalysisAccess;
            1    7     2  accessImpl  Lcom/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl;
    MethodParameters:
        Name  Flags
      access  

  private static void registerOptionAsRead(com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl, java.lang.Class<?>, java.lang.String);
    descriptor: (Lcom/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl;Ljava/lang/Class;Ljava/lang/String;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl accessImpl
        start local 1 // java.lang.Class clazz
        start local 2 // java.lang.String fieldName
         0: .line 59
            aload 1 /* clazz */
            aload 2 /* fieldName */
            invokevirtual java.lang.Class.getField:(Ljava/lang/String;)Ljava/lang/reflect/Field;
            astore 3 /* javaField */
        start local 3 // java.lang.reflect.Field javaField
         1: .line 60
            aload 0 /* accessImpl */
            invokevirtual com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.getMetaAccess:()Lcom/oracle/graal/pointsto/meta/AnalysisMetaAccess;
            aload 3 /* javaField */
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisMetaAccess.lookupJavaField:(Ljava/lang/reflect/Field;)Lcom/oracle/graal/pointsto/meta/AnalysisField;
            astore 4 /* analysisField */
        start local 4 // com.oracle.graal.pointsto.meta.AnalysisField analysisField
         2: .line 61
            aload 0 /* accessImpl */
            aload 4 /* analysisField */
            invokevirtual com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.registerAsRead:(Lcom/oracle/graal/pointsto/meta/AnalysisField;)V
        end local 4 // com.oracle.graal.pointsto.meta.AnalysisField analysisField
        end local 3 // java.lang.reflect.Field javaField
         3: .line 62
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Exception
         4: astore 3 /* e */
        start local 3 // java.lang.Exception e
         5: .line 63
            aload 3 /* e */
            invokestatic com.oracle.svm.core.util.VMError.shouldNotReachHere:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            athrow
        end local 3 // java.lang.Exception e
         6: .line 65
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String fieldName
        end local 1 // java.lang.Class clazz
        end local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl accessImpl
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0     accessImpl  Lcom/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl;
            0    7     1          clazz  Ljava/lang/Class<*>;
            0    7     2      fieldName  Ljava/lang/String;
            1    3     3      javaField  Ljava/lang/reflect/Field;
            2    3     4  analysisField  Lcom/oracle/graal/pointsto/meta/AnalysisField;
            5    6     3              e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     3       4  Class java.lang.NoSuchFieldException
           0     3       4  Class java.lang.SecurityException
    Signature: (Lcom/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl;Ljava/lang/Class<*>;Ljava/lang/String;)V
    MethodParameters:
            Name  Flags
      accessImpl  
      clazz       
      fieldName   
}
SourceFile: "HostedOptionFeature.java"
InnerClasses:
  public BeforeAnalysisAccessImpl = com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl of com.oracle.svm.hosted.FeatureImpl
  public abstract BeforeAnalysisAccess = org.graalvm.nativeimage.hosted.Feature$BeforeAnalysisAccess of org.graalvm.nativeimage.hosted.Feature
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.AutomaticFeature()