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

  public void afterRegistration(org.graalvm.nativeimage.hosted.Feature$AfterRegistrationAccess);
    descriptor: (Lorg/graalvm/nativeimage/hosted/Feature$AfterRegistrationAccess;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.oracle.svm.core.graal.amd64.SubstrateAMD64Feature this
        start local 1 // org.graalvm.nativeimage.hosted.Feature$AfterRegistrationAccess access
         0: .line 60
            ldc Lcom/oracle/svm/core/graal/code/SubstrateRegisterConfigFactory;
            new com.oracle.svm.core.graal.amd64.SubstrateAMD64Feature$1
            dup
            aload 0 /* this */
            invokespecial com.oracle.svm.core.graal.amd64.SubstrateAMD64Feature$1.<init>:(Lcom/oracle/svm/core/graal/amd64/SubstrateAMD64Feature;)V
            invokestatic org.graalvm.nativeimage.ImageSingletons.add:(Ljava/lang/Class;Ljava/lang/Object;)V
         1: .line 67
            ldc Lcom/oracle/svm/core/ReservedRegisters;
            new com.oracle.svm.core.graal.amd64.AMD64ReservedRegisters
            dup
            invokespecial com.oracle.svm.core.graal.amd64.AMD64ReservedRegisters.<init>:()V
            invokestatic org.graalvm.nativeimage.ImageSingletons.add:(Ljava/lang/Class;Ljava/lang/Object;)V
         2: .line 69
            invokestatic com.oracle.svm.core.SubstrateOptions.useLLVMBackend:()Z
            ifne 8
         3: .line 70
            invokestatic com.oracle.svm.core.graal.amd64.AMD64CalleeSavedRegisters.createAndRegister:()V
         4: .line 72
            ldc Lcom/oracle/svm/core/graal/code/SubstrateBackendFactory;
            new com.oracle.svm.core.graal.amd64.SubstrateAMD64Feature$2
            dup
            aload 0 /* this */
            invokespecial com.oracle.svm.core.graal.amd64.SubstrateAMD64Feature$2.<init>:(Lcom/oracle/svm/core/graal/amd64/SubstrateAMD64Feature;)V
            invokestatic org.graalvm.nativeimage.ImageSingletons.add:(Ljava/lang/Class;Ljava/lang/Object;)V
         5: .line 79
            ldc Lcom/oracle/svm/core/graal/code/SubstrateLoweringProviderFactory;
            new com.oracle.svm.core.graal.amd64.SubstrateAMD64Feature$3
            dup
            aload 0 /* this */
            invokespecial com.oracle.svm.core.graal.amd64.SubstrateAMD64Feature$3.<init>:(Lcom/oracle/svm/core/graal/amd64/SubstrateAMD64Feature;)V
            invokestatic org.graalvm.nativeimage.ImageSingletons.add:(Ljava/lang/Class;Ljava/lang/Object;)V
         6: .line 87
            ldc Lorg/graalvm/compiler/replacements/TargetGraphBuilderPlugins;
            new org.graalvm.compiler.replacements.amd64.AMD64GraphBuilderPlugins
            dup
            invokespecial org.graalvm.compiler.replacements.amd64.AMD64GraphBuilderPlugins.<init>:()V
            invokestatic org.graalvm.nativeimage.ImageSingletons.add:(Ljava/lang/Class;Ljava/lang/Object;)V
         7: .line 88
            ldc Lcom/oracle/svm/core/graal/code/SubstrateSuitesCreatorProvider;
            new com.oracle.svm.core.graal.amd64.SubstrateAMD64SuitesCreatorProvider
            dup
            invokespecial com.oracle.svm.core.graal.amd64.SubstrateAMD64SuitesCreatorProvider.<init>:()V
            invokestatic org.graalvm.nativeimage.ImageSingletons.add:(Ljava/lang/Class;Ljava/lang/Object;)V
         8: .line 90
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.graalvm.nativeimage.hosted.Feature$AfterRegistrationAccess access
        end local 0 // com.oracle.svm.core.graal.amd64.SubstrateAMD64Feature this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lcom/oracle/svm/core/graal/amd64/SubstrateAMD64Feature;
            0    9     1  access  Lorg/graalvm/nativeimage/hosted/Feature$AfterRegistrationAccess;
    MethodParameters:
        Name  Flags
      access  
}
SourceFile: "SubstrateAMD64Feature.java"
NestMembers:
  com.oracle.svm.core.graal.amd64.SubstrateAMD64Feature$1  com.oracle.svm.core.graal.amd64.SubstrateAMD64Feature$2  com.oracle.svm.core.graal.amd64.SubstrateAMD64Feature$3
InnerClasses:
  com.oracle.svm.core.graal.amd64.SubstrateAMD64Feature$1
  com.oracle.svm.core.graal.amd64.SubstrateAMD64Feature$2
  com.oracle.svm.core.graal.amd64.SubstrateAMD64Feature$3
  public abstract AfterRegistrationAccess = org.graalvm.nativeimage.hosted.Feature$AfterRegistrationAccess of org.graalvm.nativeimage.hosted.Feature
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.AutomaticFeature()
      org.graalvm.nativeimage.Platforms(value = {Lorg/graalvm/nativeimage/Platform$AMD64;})