class com.oracle.svm.core.graal.amd64.AMD64NativeImagePatcherFeature$1 extends com.oracle.svm.core.graal.code.PatchConsumerFactory$NativePatchConsumerFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.svm.core.graal.amd64.AMD64NativeImagePatcherFeature$1
  super_class: com.oracle.svm.core.graal.code.PatchConsumerFactory$NativePatchConsumerFactory
{
  final com.oracle.svm.core.graal.amd64.AMD64NativeImagePatcherFeature this$0;
    descriptor: Lcom/oracle/svm/core/graal/amd64/AMD64NativeImagePatcherFeature;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.svm.core.graal.amd64.AMD64NativeImagePatcherFeature);
    descriptor: (Lcom/oracle/svm/core/graal/amd64/AMD64NativeImagePatcherFeature;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.core.graal.amd64.AMD64NativeImagePatcherFeature$1 this
         0: .line 48
            aload 0 /* this */
            aload 1
            putfield com.oracle.svm.core.graal.amd64.AMD64NativeImagePatcherFeature$1.this$0:Lcom/oracle/svm/core/graal/amd64/AMD64NativeImagePatcherFeature;
            aload 0 /* this */
            invokespecial com.oracle.svm.core.graal.code.PatchConsumerFactory$NativePatchConsumerFactory.<init>:()V
            return
        end local 0 // com.oracle.svm.core.graal.amd64.AMD64NativeImagePatcherFeature$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/graal/amd64/AMD64NativeImagePatcherFeature$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.util.function.Consumer<org.graalvm.compiler.asm.Assembler$CodeAnnotation> newConsumer(org.graalvm.compiler.code.CompilationResult);
    descriptor: (Lorg/graalvm/compiler/code/CompilationResult;)Ljava/util/function/Consumer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.oracle.svm.core.graal.amd64.AMD64NativeImagePatcherFeature$1 this
        start local 1 // org.graalvm.compiler.code.CompilationResult compilationResult
         0: .line 51
            new com.oracle.svm.core.graal.amd64.AMD64NativeImagePatcherFeature$1$1
            dup
            aload 0 /* this */
            aload 1 /* compilationResult */
            invokespecial com.oracle.svm.core.graal.amd64.AMD64NativeImagePatcherFeature$1$1.<init>:(Lcom/oracle/svm/core/graal/amd64/AMD64NativeImagePatcherFeature$1;Lorg/graalvm/compiler/code/CompilationResult;)V
            areturn
        end local 1 // org.graalvm.compiler.code.CompilationResult compilationResult
        end local 0 // com.oracle.svm.core.graal.amd64.AMD64NativeImagePatcherFeature$1 this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/oracle/svm/core/graal/amd64/AMD64NativeImagePatcherFeature$1;
            0    1     1  compilationResult  Lorg/graalvm/compiler/code/CompilationResult;
    Signature: (Lorg/graalvm/compiler/code/CompilationResult;)Ljava/util/function/Consumer<Lorg/graalvm/compiler/asm/Assembler$CodeAnnotation;>;
    MethodParameters:
                   Name  Flags
      compilationResult  
}
SourceFile: "AMD64NativeImagePatcher.java"
EnclosingMethod: com.oracle.svm.core.graal.amd64.AMD64NativeImagePatcherFeature.afterRegistration:(Lorg/graalvm/nativeimage/hosted/Feature$AfterRegistrationAccess;)V
NestHost: com.oracle.svm.core.graal.amd64.AMD64NativeImagePatcherFeature
InnerClasses:
  com.oracle.svm.core.graal.amd64.AMD64NativeImagePatcherFeature$1
  com.oracle.svm.core.graal.amd64.AMD64NativeImagePatcherFeature$1$1
  public abstract NativePatchConsumerFactory = com.oracle.svm.core.graal.code.PatchConsumerFactory$NativePatchConsumerFactory of com.oracle.svm.core.graal.code.PatchConsumerFactory
  public abstract CodeAnnotation = org.graalvm.compiler.asm.Assembler$CodeAnnotation of org.graalvm.compiler.asm.Assembler
  public abstract AfterRegistrationAccess = org.graalvm.nativeimage.hosted.Feature$AfterRegistrationAccess of org.graalvm.nativeimage.hosted.Feature