public class com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl extends com.oracle.svm.hosted.FeatureImpl$AnalysisAccessBase implements org.graalvm.nativeimage.hosted.Feature$BeforeAnalysisAccess
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl
  super_class: com.oracle.svm.hosted.FeatureImpl$AnalysisAccessBase
{
  private final com.oracle.svm.hosted.c.NativeLibraries nativeLibraries;
    descriptor: Lcom/oracle/svm/hosted/c/NativeLibraries;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(com.oracle.svm.hosted.FeatureHandler, com.oracle.svm.hosted.ImageClassLoader, com.oracle.svm.hosted.analysis.Inflation, com.oracle.svm.hosted.c.NativeLibraries, org.graalvm.compiler.debug.DebugContext);
    descriptor: (Lcom/oracle/svm/hosted/FeatureHandler;Lcom/oracle/svm/hosted/ImageClassLoader;Lcom/oracle/svm/hosted/analysis/Inflation;Lcom/oracle/svm/hosted/c/NativeLibraries;Lorg/graalvm/compiler/debug/DebugContext;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
        start local 1 // com.oracle.svm.hosted.FeatureHandler featureHandler
        start local 2 // com.oracle.svm.hosted.ImageClassLoader imageClassLoader
        start local 3 // com.oracle.svm.hosted.analysis.Inflation bb
        start local 4 // com.oracle.svm.hosted.c.NativeLibraries nativeLibraries
        start local 5 // org.graalvm.compiler.debug.DebugContext debugContext
         0: .line 298
            aload 0 /* this */
            aload 1 /* featureHandler */
            aload 2 /* imageClassLoader */
            aload 3 /* bb */
            aload 5 /* debugContext */
            invokespecial com.oracle.svm.hosted.FeatureImpl$AnalysisAccessBase.<init>:(Lcom/oracle/svm/hosted/FeatureHandler;Lcom/oracle/svm/hosted/ImageClassLoader;Lcom/oracle/svm/hosted/analysis/Inflation;Lorg/graalvm/compiler/debug/DebugContext;)V
         1: .line 299
            aload 0 /* this */
            aload 4 /* nativeLibraries */
            putfield com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.nativeLibraries:Lcom/oracle/svm/hosted/c/NativeLibraries;
         2: .line 300
            return
        end local 5 // org.graalvm.compiler.debug.DebugContext debugContext
        end local 4 // com.oracle.svm.hosted.c.NativeLibraries nativeLibraries
        end local 3 // com.oracle.svm.hosted.analysis.Inflation bb
        end local 2 // com.oracle.svm.hosted.ImageClassLoader imageClassLoader
        end local 1 // com.oracle.svm.hosted.FeatureHandler featureHandler
        end local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lcom/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl;
            0    3     1    featureHandler  Lcom/oracle/svm/hosted/FeatureHandler;
            0    3     2  imageClassLoader  Lcom/oracle/svm/hosted/ImageClassLoader;
            0    3     3                bb  Lcom/oracle/svm/hosted/analysis/Inflation;
            0    3     4   nativeLibraries  Lcom/oracle/svm/hosted/c/NativeLibraries;
            0    3     5      debugContext  Lorg/graalvm/compiler/debug/DebugContext;
    MethodParameters:
                  Name  Flags
      featureHandler    
      imageClassLoader  
      bb                
      nativeLibraries   
      debugContext      

  public com.oracle.svm.hosted.c.NativeLibraries getNativeLibraries();
    descriptor: ()Lcom/oracle/svm/hosted/c/NativeLibraries;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
         0: .line 303
            aload 0 /* this */
            getfield com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.nativeLibraries:Lcom/oracle/svm/hosted/c/NativeLibraries;
            areturn
        end local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl;

  public void registerAsUsed(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
        start local 1 // java.lang.Class clazz
         0: .line 308
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.getMetaAccess:()Lcom/oracle/graal/pointsto/meta/AnalysisMetaAccess;
            aload 1 /* clazz */
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisMetaAccess.lookupJavaType:(Ljava/lang/Class;)Lcom/oracle/graal/pointsto/meta/AnalysisType;
            invokevirtual com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.registerAsUsed:(Lcom/oracle/graal/pointsto/meta/AnalysisType;)V
         1: .line 309
            return
        end local 1 // java.lang.Class clazz
        end local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl;
            0    2     1  clazz  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)V
    MethodParameters:
       Name  Flags
      clazz  

  public void registerAsUsed(com.oracle.graal.pointsto.meta.AnalysisType);
    descriptor: (Lcom/oracle/graal/pointsto/meta/AnalysisType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
        start local 1 // com.oracle.graal.pointsto.meta.AnalysisType aType
         0: .line 312
            aload 1 /* aType */
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisType.registerAsReachable:()V
         1: .line 313
            return
        end local 1 // com.oracle.graal.pointsto.meta.AnalysisType aType
        end local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl;
            0    2     1  aType  Lcom/oracle/graal/pointsto/meta/AnalysisType;
    MethodParameters:
       Name  Flags
      aType  

  public void registerAsInHeap(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
        start local 1 // java.lang.Class clazz
         0: .line 317
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.getMetaAccess:()Lcom/oracle/graal/pointsto/meta/AnalysisMetaAccess;
            aload 1 /* clazz */
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisMetaAccess.lookupJavaType:(Ljava/lang/Class;)Lcom/oracle/graal/pointsto/meta/AnalysisType;
            invokevirtual com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.registerAsInHeap:(Lcom/oracle/graal/pointsto/meta/AnalysisType;)V
         1: .line 318
            return
        end local 1 // java.lang.Class clazz
        end local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl;
            0    2     1  clazz  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)V
    MethodParameters:
       Name  Flags
      clazz  

  public void registerAsInHeap(com.oracle.graal.pointsto.meta.AnalysisType);
    descriptor: (Lcom/oracle/graal/pointsto/meta/AnalysisType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
        start local 1 // com.oracle.graal.pointsto.meta.AnalysisType aType
         0: .line 321
            aload 1 /* aType */
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisType.registerAsInHeap:()V
         1: .line 322
            return
        end local 1 // com.oracle.graal.pointsto.meta.AnalysisType aType
        end local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl;
            0    2     1  aType  Lcom/oracle/graal/pointsto/meta/AnalysisType;
    MethodParameters:
       Name  Flags
      aType  

  public void registerAsAccessed(java.lang.reflect.Field);
    descriptor: (Ljava/lang/reflect/Field;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
        start local 1 // java.lang.reflect.Field field
         0: .line 326
            aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.getMetaAccess:()Lcom/oracle/graal/pointsto/meta/AnalysisMetaAccess;
            aload 1 /* field */
            invokevirtual java.lang.reflect.Field.getDeclaringClass:()Ljava/lang/Class;
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisMetaAccess.lookupJavaType:(Ljava/lang/Class;)Lcom/oracle/graal/pointsto/meta/AnalysisType;
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisType.registerAsReachable:()V
         1: .line 327
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.getMetaAccess:()Lcom/oracle/graal/pointsto/meta/AnalysisMetaAccess;
            aload 1 /* field */
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisMetaAccess.lookupJavaField:(Ljava/lang/reflect/Field;)Lcom/oracle/graal/pointsto/meta/AnalysisField;
            invokevirtual com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.registerAsAccessed:(Lcom/oracle/graal/pointsto/meta/AnalysisField;)V
         2: .line 328
            return
        end local 1 // java.lang.reflect.Field field
        end local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl;
            0    3     1  field  Ljava/lang/reflect/Field;
    MethodParameters:
       Name  Flags
      field  

  public void registerAsAccessed(com.oracle.graal.pointsto.meta.AnalysisField);
    descriptor: (Lcom/oracle/graal/pointsto/meta/AnalysisField;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
        start local 1 // com.oracle.graal.pointsto.meta.AnalysisField aField
         0: .line 331
            aload 1 /* aField */
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisField.registerAsAccessed:()V
         1: .line 332
            return
        end local 1 // com.oracle.graal.pointsto.meta.AnalysisField aField
        end local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl;
            0    2     1  aField  Lcom/oracle/graal/pointsto/meta/AnalysisField;
    MethodParameters:
        Name  Flags
      aField  

  public void registerAsRead(java.lang.reflect.Field);
    descriptor: (Ljava/lang/reflect/Field;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
        start local 1 // java.lang.reflect.Field field
         0: .line 335
            aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.getMetaAccess:()Lcom/oracle/graal/pointsto/meta/AnalysisMetaAccess;
            aload 1 /* field */
            invokevirtual java.lang.reflect.Field.getDeclaringClass:()Ljava/lang/Class;
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisMetaAccess.lookupJavaType:(Ljava/lang/Class;)Lcom/oracle/graal/pointsto/meta/AnalysisType;
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisType.registerAsReachable:()V
         1: .line 336
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.getMetaAccess:()Lcom/oracle/graal/pointsto/meta/AnalysisMetaAccess;
            aload 1 /* field */
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisMetaAccess.lookupJavaField:(Ljava/lang/reflect/Field;)Lcom/oracle/graal/pointsto/meta/AnalysisField;
            invokevirtual com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.registerAsRead:(Lcom/oracle/graal/pointsto/meta/AnalysisField;)V
         2: .line 337
            return
        end local 1 // java.lang.reflect.Field field
        end local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl;
            0    3     1  field  Ljava/lang/reflect/Field;
    MethodParameters:
       Name  Flags
      field  

  public void registerAsRead(com.oracle.graal.pointsto.meta.AnalysisField);
    descriptor: (Lcom/oracle/graal/pointsto/meta/AnalysisField;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
        start local 1 // com.oracle.graal.pointsto.meta.AnalysisField aField
         0: .line 340
            aload 1 /* aField */
            aconst_null
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisField.registerAsRead:(Lcom/oracle/graal/pointsto/flow/MethodTypeFlow;)V
         1: .line 341
            return
        end local 1 // com.oracle.graal.pointsto.meta.AnalysisField aField
        end local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl;
            0    2     1  aField  Lcom/oracle/graal/pointsto/meta/AnalysisField;
    MethodParameters:
        Name  Flags
      aField  

  public void registerAsUnsafeAccessed(java.lang.reflect.Field);
    descriptor: (Ljava/lang/reflect/Field;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
        start local 1 // java.lang.reflect.Field field
         0: .line 345
            aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.getMetaAccess:()Lcom/oracle/graal/pointsto/meta/AnalysisMetaAccess;
            aload 1 /* field */
            invokevirtual java.lang.reflect.Field.getDeclaringClass:()Ljava/lang/Class;
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisMetaAccess.lookupJavaType:(Ljava/lang/Class;)Lcom/oracle/graal/pointsto/meta/AnalysisType;
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisType.registerAsReachable:()V
         1: .line 346
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.getMetaAccess:()Lcom/oracle/graal/pointsto/meta/AnalysisMetaAccess;
            aload 1 /* field */
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisMetaAccess.lookupJavaField:(Ljava/lang/reflect/Field;)Lcom/oracle/graal/pointsto/meta/AnalysisField;
            invokevirtual com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.registerAsUnsafeAccessed:(Lcom/oracle/graal/pointsto/meta/AnalysisField;)Z
            pop
         2: .line 347
            return
        end local 1 // java.lang.reflect.Field field
        end local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl;
            0    3     1  field  Ljava/lang/reflect/Field;
    MethodParameters:
       Name  Flags
      field  

  public boolean registerAsUnsafeAccessed(com.oracle.graal.pointsto.meta.AnalysisField);
    descriptor: (Lcom/oracle/graal/pointsto/meta/AnalysisField;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
        start local 1 // com.oracle.graal.pointsto.meta.AnalysisField aField
         0: .line 350
            aload 1 /* aField */
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisField.isUnsafeAccessed:()Z
            ifne 5
         1: .line 352
            aload 1 /* aField */
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisField.registerAsAccessed:()V
         2: .line 353
            aload 1 /* aField */
            aload 0 /* this */
            getfield com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.bb:Lcom/oracle/svm/hosted/analysis/Inflation;
            invokevirtual com.oracle.svm.hosted.analysis.Inflation.getUniverse:()Lcom/oracle/graal/pointsto/meta/AnalysisUniverse;
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisField.registerAsUnsafeAccessed:(Lcom/oracle/graal/pointsto/meta/AnalysisUniverse;)V
         3: .line 355
            aload 0 /* this */
            getfield com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.bb:Lcom/oracle/svm/hosted/analysis/Inflation;
            aload 1 /* aField */
            invokevirtual com.oracle.svm.hosted.analysis.Inflation.forceUnsafeUpdate:(Lcom/oracle/graal/pointsto/meta/AnalysisField;)V
         4: .line 356
            iconst_1
            ireturn
         5: .line 358
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // com.oracle.graal.pointsto.meta.AnalysisField aField
        end local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl;
            0    6     1  aField  Lcom/oracle/graal/pointsto/meta/AnalysisField;
    MethodParameters:
        Name  Flags
      aField  

  public void registerAsFrozenUnsafeAccessed(java.lang.reflect.Field);
    descriptor: (Ljava/lang/reflect/Field;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
        start local 1 // java.lang.reflect.Field field
         0: .line 362
            aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.getMetaAccess:()Lcom/oracle/graal/pointsto/meta/AnalysisMetaAccess;
            aload 1 /* field */
            invokevirtual java.lang.reflect.Field.getDeclaringClass:()Ljava/lang/Class;
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisMetaAccess.lookupJavaType:(Ljava/lang/Class;)Lcom/oracle/graal/pointsto/meta/AnalysisType;
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisType.registerAsReachable:()V
         1: .line 363
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.getMetaAccess:()Lcom/oracle/graal/pointsto/meta/AnalysisMetaAccess;
            aload 1 /* field */
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisMetaAccess.lookupJavaField:(Ljava/lang/reflect/Field;)Lcom/oracle/graal/pointsto/meta/AnalysisField;
            invokevirtual com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.registerAsFrozenUnsafeAccessed:(Lcom/oracle/graal/pointsto/meta/AnalysisField;)V
         2: .line 364
            return
        end local 1 // java.lang.reflect.Field field
        end local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl;
            0    3     1  field  Ljava/lang/reflect/Field;
    MethodParameters:
       Name  Flags
      field  

  public void registerAsFrozenUnsafeAccessed(com.oracle.graal.pointsto.meta.AnalysisField);
    descriptor: (Lcom/oracle/graal/pointsto/meta/AnalysisField;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
        start local 1 // com.oracle.graal.pointsto.meta.AnalysisField aField
         0: .line 367
            aload 1 /* aField */
            iconst_1
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisField.setUnsafeFrozenTypeState:(Z)V
         1: .line 368
            aload 0 /* this */
            aload 1 /* aField */
            invokevirtual com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.registerAsUnsafeAccessed:(Lcom/oracle/graal/pointsto/meta/AnalysisField;)Z
            pop
         2: .line 369
            return
        end local 1 // com.oracle.graal.pointsto.meta.AnalysisField aField
        end local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl;
            0    3     1  aField  Lcom/oracle/graal/pointsto/meta/AnalysisField;
    MethodParameters:
        Name  Flags
      aField  

  public void registerAsUnsafeAccessed(java.lang.reflect.Field, com.oracle.graal.pointsto.api.UnsafePartitionKind);
    descriptor: (Ljava/lang/reflect/Field;Lcom/oracle/graal/pointsto/api/UnsafePartitionKind;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
        start local 1 // java.lang.reflect.Field field
        start local 2 // com.oracle.graal.pointsto.api.UnsafePartitionKind partitionKind
         0: .line 372
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.getMetaAccess:()Lcom/oracle/graal/pointsto/meta/AnalysisMetaAccess;
            aload 1 /* field */
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisMetaAccess.lookupJavaField:(Ljava/lang/reflect/Field;)Lcom/oracle/graal/pointsto/meta/AnalysisField;
            aload 2 /* partitionKind */
            invokevirtual com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.registerAsUnsafeAccessed:(Lcom/oracle/graal/pointsto/meta/AnalysisField;Lcom/oracle/graal/pointsto/api/UnsafePartitionKind;)V
         1: .line 373
            return
        end local 2 // com.oracle.graal.pointsto.api.UnsafePartitionKind partitionKind
        end local 1 // java.lang.reflect.Field field
        end local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl;
            0    2     1          field  Ljava/lang/reflect/Field;
            0    2     2  partitionKind  Lcom/oracle/graal/pointsto/api/UnsafePartitionKind;
    MethodParameters:
               Name  Flags
      field          
      partitionKind  

  public void registerAsUnsafeAccessed(com.oracle.graal.pointsto.meta.AnalysisField, com.oracle.graal.pointsto.api.UnsafePartitionKind);
    descriptor: (Lcom/oracle/graal/pointsto/meta/AnalysisField;Lcom/oracle/graal/pointsto/api/UnsafePartitionKind;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
        start local 1 // com.oracle.graal.pointsto.meta.AnalysisField aField
        start local 2 // com.oracle.graal.pointsto.api.UnsafePartitionKind partitionKind
         0: .line 376
            aload 1 /* aField */
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisField.isUnsafeAccessed:()Z
            ifne 4
         1: .line 378
            aload 1 /* aField */
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisField.registerAsAccessed:()V
         2: .line 379
            aload 1 /* aField */
            aload 0 /* this */
            getfield com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.bb:Lcom/oracle/svm/hosted/analysis/Inflation;
            invokevirtual com.oracle.svm.hosted.analysis.Inflation.getUniverse:()Lcom/oracle/graal/pointsto/meta/AnalysisUniverse;
            aload 2 /* partitionKind */
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisField.registerAsUnsafeAccessed:(Lcom/oracle/graal/pointsto/meta/AnalysisUniverse;Lcom/oracle/graal/pointsto/api/UnsafePartitionKind;)V
         3: .line 381
            aload 0 /* this */
            getfield com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.bb:Lcom/oracle/svm/hosted/analysis/Inflation;
            aload 1 /* aField */
            invokevirtual com.oracle.svm.hosted.analysis.Inflation.forceUnsafeUpdate:(Lcom/oracle/graal/pointsto/meta/AnalysisField;)V
         4: .line 383
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.oracle.graal.pointsto.api.UnsafePartitionKind partitionKind
        end local 1 // com.oracle.graal.pointsto.meta.AnalysisField aField
        end local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lcom/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl;
            0    5     1         aField  Lcom/oracle/graal/pointsto/meta/AnalysisField;
            0    5     2  partitionKind  Lcom/oracle/graal/pointsto/api/UnsafePartitionKind;
    MethodParameters:
               Name  Flags
      aField         
      partitionKind  

  public void registerAsInvoked(java.lang.reflect.Executable);
    descriptor: (Ljava/lang/reflect/Executable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
        start local 1 // java.lang.reflect.Executable method
         0: .line 386
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.getMetaAccess:()Lcom/oracle/graal/pointsto/meta/AnalysisMetaAccess;
            aload 1 /* method */
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisMetaAccess.lookupJavaMethod:(Ljava/lang/reflect/Executable;)Lcom/oracle/graal/pointsto/meta/AnalysisMethod;
            invokevirtual com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.registerAsInvoked:(Lcom/oracle/graal/pointsto/meta/AnalysisMethod;)V
         1: .line 387
            return
        end local 1 // java.lang.reflect.Executable method
        end local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl;
            0    2     1  method  Ljava/lang/reflect/Executable;
    MethodParameters:
        Name  Flags
      method  

  public void registerAsInvoked(com.oracle.graal.pointsto.meta.AnalysisMethod);
    descriptor: (Lcom/oracle/graal/pointsto/meta/AnalysisMethod;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
        start local 1 // com.oracle.graal.pointsto.meta.AnalysisMethod aMethod
         0: .line 390
            aload 0 /* this */
            getfield com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.bb:Lcom/oracle/svm/hosted/analysis/Inflation;
            aload 1 /* aMethod */
            invokevirtual com.oracle.svm.hosted.analysis.Inflation.addRootMethod:(Lcom/oracle/graal/pointsto/meta/AnalysisMethod;)Lcom/oracle/graal/pointsto/meta/AnalysisMethod;
            aconst_null
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisMethod.registerAsImplementationInvoked:(Lcom/oracle/graal/pointsto/flow/InvokeTypeFlow;)V
         1: .line 391
            return
        end local 1 // com.oracle.graal.pointsto.meta.AnalysisMethod aMethod
        end local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl;
            0    2     1  aMethod  Lcom/oracle/graal/pointsto/meta/AnalysisMethod;
    MethodParameters:
         Name  Flags
      aMethod  

  public void registerAsCompiled(java.lang.reflect.Executable);
    descriptor: (Ljava/lang/reflect/Executable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
        start local 1 // java.lang.reflect.Executable method
         0: .line 394
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.getMetaAccess:()Lcom/oracle/graal/pointsto/meta/AnalysisMetaAccess;
            aload 1 /* method */
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisMetaAccess.lookupJavaMethod:(Ljava/lang/reflect/Executable;)Lcom/oracle/graal/pointsto/meta/AnalysisMethod;
            invokevirtual com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.registerAsCompiled:(Lcom/oracle/graal/pointsto/meta/AnalysisMethod;)V
         1: .line 395
            return
        end local 1 // java.lang.reflect.Executable method
        end local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl;
            0    2     1  method  Ljava/lang/reflect/Executable;
    MethodParameters:
        Name  Flags
      method  

  public void registerAsCompiled(com.oracle.graal.pointsto.meta.AnalysisMethod);
    descriptor: (Lcom/oracle/graal/pointsto/meta/AnalysisMethod;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
        start local 1 // com.oracle.graal.pointsto.meta.AnalysisMethod aMethod
         0: .line 398
            aload 0 /* this */
            aload 1 /* aMethod */
            invokevirtual com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.registerAsInvoked:(Lcom/oracle/graal/pointsto/meta/AnalysisMethod;)V
         1: .line 399
            invokestatic com.oracle.svm.hosted.code.CompilationInfoSupport.singleton:()Lcom/oracle/svm/hosted/code/CompilationInfoSupport;
            aload 1 /* aMethod */
            invokevirtual com.oracle.svm.hosted.code.CompilationInfoSupport.registerForcedCompilation:(Ljdk/vm/ci/meta/ResolvedJavaMethod;)V
         2: .line 400
            return
        end local 1 // com.oracle.graal.pointsto.meta.AnalysisMethod aMethod
        end local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl;
            0    3     1  aMethod  Lcom/oracle/graal/pointsto/meta/AnalysisMethod;
    MethodParameters:
         Name  Flags
      aMethod  

  public void registerUnsafeFieldsRecomputed(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
        start local 1 // java.lang.Class clazz
         0: .line 403
            aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.getMetaAccess:()Lcom/oracle/graal/pointsto/meta/AnalysisMetaAccess;
            aload 1 /* clazz */
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisMetaAccess.lookupJavaType:(Ljava/lang/Class;)Lcom/oracle/graal/pointsto/meta/AnalysisType;
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisType.registerUnsafeFieldsRecomputed:()V
         1: .line 404
            return
        end local 1 // java.lang.Class clazz
        end local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl;
            0    2     1  clazz  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)V
    MethodParameters:
       Name  Flags
      clazz  

  public com.oracle.svm.hosted.SVMHost getHostVM();
    descriptor: ()Lcom/oracle/svm/hosted/SVMHost;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
         0: .line 407
            aload 0 /* this */
            getfield com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.bb:Lcom/oracle/svm/hosted/analysis/Inflation;
            invokevirtual com.oracle.svm.hosted.analysis.Inflation.getHostVM:()Lcom/oracle/svm/hosted/SVMHost;
            areturn
        end local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl;

  public void registerHierarchyForReflectiveInstantiation(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
        start local 1 // java.lang.Class c
         0: .line 411
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl.findSubclasses:(Ljava/lang/Class;)Ljava/util/List;
            invokeinterface java.util.List.stream:()Ljava/util/stream/Stream;
            invokedynamic test()Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  com/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl.lambda$0(Ljava/lang/Class;)Z (6)
                  (Ljava/lang/Class;)Z
            invokeinterface java.util.stream.Stream.filter:(Ljava/util/function/Predicate;)Ljava/util/stream/Stream;
            invokedynamic accept()Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl.lambda$1(Ljava/lang/Class;)V (6)
                  (Ljava/lang/Class;)V
            invokeinterface java.util.stream.Stream.forEach:(Ljava/util/function/Consumer;)V
         1: .line 412
            return
        end local 1 // java.lang.Class c
        end local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl;
            0    2     1     c  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)V
    MethodParameters:
      Name  Flags
      c     

  public void registerReachabilityHandler(java.util.function.Consumer<org.graalvm.nativeimage.hosted.Feature$DuringAnalysisAccess>, []);
    descriptor: (Ljava/util/function/Consumer;[Ljava/lang/Object;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
        start local 1 // java.util.function.Consumer callback
        start local 2 // java.lang.Object[] elements
         0: .line 416
            invokestatic com.oracle.svm.hosted.ReachabilityHandlerFeature.singleton:()Lcom/oracle/svm/hosted/ReachabilityHandlerFeature;
            aload 0 /* this */
            aload 1 /* callback */
            aload 2 /* elements */
            invokevirtual com.oracle.svm.hosted.ReachabilityHandlerFeature.registerReachabilityHandler:(Lorg/graalvm/nativeimage/hosted/Feature$BeforeAnalysisAccess;Ljava/util/function/Consumer;[Ljava/lang/Object;)V
         1: .line 417
            return
        end local 2 // java.lang.Object[] elements
        end local 1 // java.util.function.Consumer callback
        end local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl;
            0    2     1  callback  Ljava/util/function/Consumer<Lorg/graalvm/nativeimage/hosted/Feature$DuringAnalysisAccess;>;
            0    2     2  elements  [Ljava/lang/Object;
    Signature: (Ljava/util/function/Consumer<Lorg/graalvm/nativeimage/hosted/Feature$DuringAnalysisAccess;>;[Ljava/lang/Object;)V
    MethodParameters:
          Name  Flags
      callback  
      elements  

  public void registerMethodOverrideReachabilityHandler(java.util.function.BiConsumer<org.graalvm.nativeimage.hosted.Feature$DuringAnalysisAccess, java.lang.reflect.Executable>, java.lang.reflect.Executable);
    descriptor: (Ljava/util/function/BiConsumer;Ljava/lang/reflect/Executable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
        start local 1 // java.util.function.BiConsumer callback
        start local 2 // java.lang.reflect.Executable baseMethod
         0: .line 421
            invokestatic com.oracle.svm.hosted.ReachabilityHandlerFeature.singleton:()Lcom/oracle/svm/hosted/ReachabilityHandlerFeature;
            aload 0 /* this */
            aload 1 /* callback */
            aload 2 /* baseMethod */
            invokevirtual com.oracle.svm.hosted.ReachabilityHandlerFeature.registerMethodOverrideReachabilityHandler:(Lcom/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl;Ljava/util/function/BiConsumer;Ljava/lang/reflect/Executable;)V
         1: .line 422
            return
        end local 2 // java.lang.reflect.Executable baseMethod
        end local 1 // java.util.function.BiConsumer callback
        end local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl;
            0    2     1    callback  Ljava/util/function/BiConsumer<Lorg/graalvm/nativeimage/hosted/Feature$DuringAnalysisAccess;Ljava/lang/reflect/Executable;>;
            0    2     2  baseMethod  Ljava/lang/reflect/Executable;
    Signature: (Ljava/util/function/BiConsumer<Lorg/graalvm/nativeimage/hosted/Feature$DuringAnalysisAccess;Ljava/lang/reflect/Executable;>;Ljava/lang/reflect/Executable;)V
    MethodParameters:
            Name  Flags
      callback    
      baseMethod  

  public void registerSubtypeReachabilityHandler(java.util.function.BiConsumer<org.graalvm.nativeimage.hosted.Feature$DuringAnalysisAccess, java.lang.Class<?>>, java.lang.Class<?>);
    descriptor: (Ljava/util/function/BiConsumer;Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
        start local 1 // java.util.function.BiConsumer callback
        start local 2 // java.lang.Class baseClass
         0: .line 426
            invokestatic com.oracle.svm.hosted.ReachabilityHandlerFeature.singleton:()Lcom/oracle/svm/hosted/ReachabilityHandlerFeature;
            aload 0 /* this */
            aload 1 /* callback */
            aload 2 /* baseClass */
            invokevirtual com.oracle.svm.hosted.ReachabilityHandlerFeature.registerSubtypeReachabilityHandler:(Lorg/graalvm/nativeimage/hosted/Feature$BeforeAnalysisAccess;Ljava/util/function/BiConsumer;Ljava/lang/Class;)V
         1: .line 427
            return
        end local 2 // java.lang.Class baseClass
        end local 1 // java.util.function.BiConsumer callback
        end local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl;
            0    2     1   callback  Ljava/util/function/BiConsumer<Lorg/graalvm/nativeimage/hosted/Feature$DuringAnalysisAccess;Ljava/lang/Class<*>;>;
            0    2     2  baseClass  Ljava/lang/Class<*>;
    Signature: (Ljava/util/function/BiConsumer<Lorg/graalvm/nativeimage/hosted/Feature$DuringAnalysisAccess;Ljava/lang/Class<*>;>;Ljava/lang/Class<*>;)V
    MethodParameters:
           Name  Flags
      callback   
      baseClass  

  public void registerClassInitializerReachabilityHandler(java.util.function.Consumer<org.graalvm.nativeimage.hosted.Feature$DuringAnalysisAccess>, java.lang.Class<?>);
    descriptor: (Ljava/util/function/Consumer;Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
        start local 1 // java.util.function.Consumer callback
        start local 2 // java.lang.Class clazz
         0: .line 431
            invokestatic com.oracle.svm.hosted.ReachabilityHandlerFeature.singleton:()Lcom/oracle/svm/hosted/ReachabilityHandlerFeature;
            aload 0 /* this */
            aload 1 /* callback */
            aload 2 /* clazz */
            invokevirtual com.oracle.svm.hosted.ReachabilityHandlerFeature.registerClassInitializerReachabilityHandler:(Lorg/graalvm/nativeimage/hosted/Feature$BeforeAnalysisAccess;Ljava/util/function/Consumer;Ljava/lang/Class;)V
         1: .line 432
            return
        end local 2 // java.lang.Class clazz
        end local 1 // java.util.function.Consumer callback
        end local 0 // com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/oracle/svm/hosted/FeatureImpl$BeforeAnalysisAccessImpl;
            0    2     1  callback  Ljava/util/function/Consumer<Lorg/graalvm/nativeimage/hosted/Feature$DuringAnalysisAccess;>;
            0    2     2     clazz  Ljava/lang/Class<*>;
    Signature: (Ljava/util/function/Consumer<Lorg/graalvm/nativeimage/hosted/Feature$DuringAnalysisAccess;>;Ljava/lang/Class<*>;)V
    MethodParameters:
          Name  Flags
      callback  
      clazz     

  public java.util.Set reachableSubtypes(java.lang.Class);
    descriptor: (Ljava/lang/Class;)Ljava/util/Set;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial com.oracle.svm.hosted.FeatureImpl$AnalysisAccessBase.reachableSubtypes:(Ljava/lang/Class;)Ljava/util/Set;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.oracle.graal.pointsto.BigBang getBigBang();
    descriptor: ()Lcom/oracle/graal/pointsto/BigBang;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.oracle.svm.hosted.FeatureImpl$AnalysisAccessBase.getBigBang:()Lcom/oracle/graal/pointsto/BigBang;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.Set reachableMethodOverrides(java.lang.reflect.Executable);
    descriptor: (Ljava/lang/reflect/Executable;)Ljava/util/Set;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial com.oracle.svm.hosted.FeatureImpl$AnalysisAccessBase.reachableMethodOverrides:(Ljava/lang/reflect/Executable;)Ljava/util/Set;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.oracle.graal.pointsto.meta.AnalysisMetaAccess getMetaAccess();
    descriptor: ()Lcom/oracle/graal/pointsto/meta/AnalysisMetaAccess;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.oracle.svm.hosted.FeatureImpl$AnalysisAccessBase.getMetaAccess:()Lcom/oracle/graal/pointsto/meta/AnalysisMetaAccess;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean isReachable(com.oracle.graal.pointsto.meta.AnalysisMethod);
    descriptor: (Lcom/oracle/graal/pointsto/meta/AnalysisMethod;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial com.oracle.svm.hosted.FeatureImpl$AnalysisAccessBase.isReachable:(Lcom/oracle/graal/pointsto/meta/AnalysisMethod;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean isReachable(java.lang.reflect.Executable);
    descriptor: (Ljava/lang/reflect/Executable;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial com.oracle.svm.hosted.FeatureImpl$AnalysisAccessBase.isReachable:(Ljava/lang/reflect/Executable;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean isReachable(com.oracle.graal.pointsto.meta.AnalysisField);
    descriptor: (Lcom/oracle/graal/pointsto/meta/AnalysisField;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial com.oracle.svm.hosted.FeatureImpl$AnalysisAccessBase.isReachable:(Lcom/oracle/graal/pointsto/meta/AnalysisField;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean isReachable(java.lang.reflect.Field);
    descriptor: (Ljava/lang/reflect/Field;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial com.oracle.svm.hosted.FeatureImpl$AnalysisAccessBase.isReachable:(Ljava/lang/reflect/Field;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean isReachable(com.oracle.graal.pointsto.meta.AnalysisType);
    descriptor: (Lcom/oracle/graal/pointsto/meta/AnalysisType;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial com.oracle.svm.hosted.FeatureImpl$AnalysisAccessBase.isReachable:(Lcom/oracle/graal/pointsto/meta/AnalysisType;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean isReachable(java.lang.Class);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial com.oracle.svm.hosted.FeatureImpl$AnalysisAccessBase.isReachable:(Ljava/lang/Class;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.oracle.graal.pointsto.meta.AnalysisUniverse getUniverse();
    descriptor: ()Lcom/oracle/graal/pointsto/meta/AnalysisUniverse;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.oracle.svm.hosted.FeatureImpl$AnalysisAccessBase.getUniverse:()Lcom/oracle/graal/pointsto/meta/AnalysisUniverse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static boolean lambda$0(java.lang.Class);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Class clazz
         0: .line 411
            aload 0 /* clazz */
            invokevirtual java.lang.Class.getModifiers:()I
            invokestatic java.lang.reflect.Modifier.isAbstract:(I)Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  clazz  Ljava/lang/Class<+Ljava/lang/Object;>;

  private static void lambda$1(java.lang.Class);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.lang.Class clazz
         0: .line 411
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            aload 0 /* clazz */
            aastore
            invokestatic org.graalvm.nativeimage.hosted.RuntimeReflection.registerForReflectiveInstantiation:([Ljava/lang/Class;)V
            return
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  clazz  Ljava/lang/Class<+Ljava/lang/Object;>;
}
SourceFile: "FeatureImpl.java"
NestHost: com.oracle.svm.hosted.FeatureImpl
InnerClasses:
  abstract AnalysisAccessBase = com.oracle.svm.hosted.FeatureImpl$AnalysisAccessBase of com.oracle.svm.hosted.FeatureImpl
  public BeforeAnalysisAccessImpl = com.oracle.svm.hosted.FeatureImpl$BeforeAnalysisAccessImpl of com.oracle.svm.hosted.FeatureImpl
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract BeforeAnalysisAccess = org.graalvm.nativeimage.hosted.Feature$BeforeAnalysisAccess of org.graalvm.nativeimage.hosted.Feature
  public abstract DuringAnalysisAccess = org.graalvm.nativeimage.hosted.Feature$DuringAnalysisAccess of org.graalvm.nativeimage.hosted.Feature