public class org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins
  super_class: java.lang.Object
{
  private static final org.graalvm.word.LocationIdentity INSTANCE_KLASS_CONSTANTS;
    descriptor: Lorg/graalvm/word/LocationIdentity;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.graalvm.word.LocationIdentity CONSTANT_POOL_LENGTH;
    descriptor: Lorg/graalvm/word/LocationIdentity;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public static final java.lang.String cbcEncryptName;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final java.lang.String cbcDecryptName;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final java.lang.String aesEncryptName;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final java.lang.String aesDecryptName;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final java.lang.String reflectionClass;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final java.lang.String constantPoolClass;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 115
            ldc Lorg/graalvm/compiler/hotspot/meta/HotSpotGraphBuilderPlugins;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins.$assertionsDisabled:Z
         3: .line 295
            ldc "InstanceKlass::_constants"
            invokestatic org.graalvm.compiler.nodes.NamedLocationIdentity.immutable:(Ljava/lang/String;)Lorg/graalvm/compiler/nodes/NamedLocationIdentity;
            putstatic org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins.INSTANCE_KLASS_CONSTANTS:Lorg/graalvm/word/LocationIdentity;
         4: .line 296
            ldc "ConstantPool::_length"
            invokestatic org.graalvm.compiler.nodes.NamedLocationIdentity.immutable:(Ljava/lang/String;)Lorg/graalvm/compiler/nodes/NamedLocationIdentity;
            putstatic org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins.CONSTANT_POOL_LENGTH:Lorg/graalvm/word/LocationIdentity;
         5: .line 433
            getstatic org.graalvm.compiler.serviceprovider.JDK9Method.Java8OrEarlier:Z
            ifeq 13
         6: .line 434
            ldc "encrypt"
            putstatic org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins.cbcEncryptName:Ljava/lang/String;
         7: .line 435
            ldc "decrypt"
            putstatic org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins.cbcDecryptName:Ljava/lang/String;
         8: .line 436
            ldc "encryptBlock"
            putstatic org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins.aesEncryptName:Ljava/lang/String;
         9: .line 437
            ldc "decryptBlock"
            putstatic org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins.aesDecryptName:Ljava/lang/String;
        10: .line 438
            ldc "sun.reflect.Reflection"
            putstatic org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins.reflectionClass:Ljava/lang/String;
        11: .line 439
            ldc "sun.reflect.ConstantPool"
            putstatic org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins.constantPoolClass:Ljava/lang/String;
        12: .line 440
            goto 19
        13: .line 441
      StackMap locals:
      StackMap stack:
            ldc "implEncrypt"
            putstatic org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins.cbcEncryptName:Ljava/lang/String;
        14: .line 442
            ldc "implDecrypt"
            putstatic org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins.cbcDecryptName:Ljava/lang/String;
        15: .line 443
            ldc "implEncryptBlock"
            putstatic org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins.aesEncryptName:Ljava/lang/String;
        16: .line 444
            ldc "implDecryptBlock"
            putstatic org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins.aesDecryptName:Ljava/lang/String;
        17: .line 445
            ldc "jdk.internal.reflect.Reflection"
            putstatic org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins.reflectionClass:Ljava/lang/String;
        18: .line 446
            ldc "jdk.internal.reflect.ConstantPool"
            putstatic org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins.constantPoolClass:Ljava/lang/String;
        19: .line 448
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins this
         0: .line 115
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/meta/HotSpotGraphBuilderPlugins;

  public static org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins create(org.graalvm.compiler.phases.tiers.CompilerConfiguration, org.graalvm.compiler.hotspot.GraalHotSpotVMConfig, org.graalvm.compiler.hotspot.word.HotSpotWordTypes, jdk.vm.ci.meta.MetaAccessProvider, jdk.vm.ci.meta.ConstantReflectionProvider, org.graalvm.compiler.api.replacements.SnippetReflectionProvider, org.graalvm.compiler.core.common.spi.ForeignCallsProvider, org.graalvm.compiler.nodes.spi.StampProvider, org.graalvm.compiler.replacements.ReplacementsImpl);
    descriptor: (Lorg/graalvm/compiler/phases/tiers/CompilerConfiguration;Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;Lorg/graalvm/compiler/hotspot/word/HotSpotWordTypes;Ljdk/vm/ci/meta/MetaAccessProvider;Ljdk/vm/ci/meta/ConstantReflectionProvider;Lorg/graalvm/compiler/api/replacements/SnippetReflectionProvider;Lorg/graalvm/compiler/core/common/spi/ForeignCallsProvider;Lorg/graalvm/compiler/nodes/spi/StampProvider;Lorg/graalvm/compiler/replacements/ReplacementsImpl;)Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=13, locals=15, args_size=9
        start local 0 // org.graalvm.compiler.phases.tiers.CompilerConfiguration compilerConfiguration
        start local 1 // org.graalvm.compiler.hotspot.GraalHotSpotVMConfig config
        start local 2 // org.graalvm.compiler.hotspot.word.HotSpotWordTypes wordTypes
        start local 3 // jdk.vm.ci.meta.MetaAccessProvider metaAccess
        start local 4 // jdk.vm.ci.meta.ConstantReflectionProvider constantReflection
        start local 5 // org.graalvm.compiler.api.replacements.SnippetReflectionProvider snippetReflection
        start local 6 // org.graalvm.compiler.core.common.spi.ForeignCallsProvider foreignCalls
        start local 7 // org.graalvm.compiler.nodes.spi.StampProvider stampProvider
        start local 8 // org.graalvm.compiler.replacements.ReplacementsImpl replacements
         0: .line 128
            new org.graalvm.compiler.hotspot.meta.HotSpotInvocationPlugins
            dup
            aload 1 /* config */
            aload 0 /* compilerConfiguration */
            invokespecial org.graalvm.compiler.hotspot.meta.HotSpotInvocationPlugins.<init>:(Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;Lorg/graalvm/compiler/phases/tiers/CompilerConfiguration;)V
            astore 9 /* invocationPlugins */
        start local 9 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins invocationPlugins
         1: .line 130
            new org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins
            dup
            aload 9 /* invocationPlugins */
            invokespecial org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;)V
            astore 10 /* plugins */
        start local 10 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins plugins
         2: .line 131
            new org.graalvm.compiler.replacements.NodeIntrinsificationProvider
            dup
            aload 3 /* metaAccess */
            aload 5 /* snippetReflection */
            aload 6 /* foreignCalls */
            aload 2 /* wordTypes */
            invokespecial org.graalvm.compiler.replacements.NodeIntrinsificationProvider.<init>:(Ljdk/vm/ci/meta/MetaAccessProvider;Lorg/graalvm/compiler/api/replacements/SnippetReflectionProvider;Lorg/graalvm/compiler/core/common/spi/ForeignCallsProvider;Lorg/graalvm/compiler/word/WordTypes;)V
            astore 11 /* nodeIntrinsificationProvider */
        start local 11 // org.graalvm.compiler.replacements.NodeIntrinsificationProvider nodeIntrinsificationProvider
         3: .line 132
            new org.graalvm.compiler.hotspot.meta.HotSpotWordOperationPlugin
            dup
            aload 5 /* snippetReflection */
            aload 2 /* wordTypes */
            invokespecial org.graalvm.compiler.hotspot.meta.HotSpotWordOperationPlugin.<init>:(Lorg/graalvm/compiler/api/replacements/SnippetReflectionProvider;Lorg/graalvm/compiler/word/WordTypes;)V
            astore 12 /* wordOperationPlugin */
        start local 12 // org.graalvm.compiler.hotspot.meta.HotSpotWordOperationPlugin wordOperationPlugin
         4: .line 133
            new org.graalvm.compiler.hotspot.meta.HotSpotNodePlugin
            dup
            aload 12 /* wordOperationPlugin */
            invokespecial org.graalvm.compiler.hotspot.meta.HotSpotNodePlugin.<init>:(Lorg/graalvm/compiler/word/WordOperationPlugin;)V
            astore 13 /* nodePlugin */
        start local 13 // org.graalvm.compiler.hotspot.meta.HotSpotNodePlugin nodePlugin
         5: .line 135
            aload 10 /* plugins */
            aload 13 /* nodePlugin */
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins.appendTypePlugin:(Lorg/graalvm/compiler/nodes/graphbuilderconf/TypePlugin;)V
         6: .line 136
            aload 10 /* plugins */
            aload 13 /* nodePlugin */
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins.appendNodePlugin:(Lorg/graalvm/compiler/nodes/graphbuilderconf/NodePlugin;)V
         7: .line 137
            aload 8 /* replacements */
            invokevirtual org.graalvm.compiler.replacements.ReplacementsImpl.getOptions:()Lorg/graalvm/compiler/options/OptionValues;
            astore 14 /* options */
        start local 14 // org.graalvm.compiler.options.OptionValues options
         8: .line 138
            getstatic org.graalvm.compiler.core.common.GraalOptions.GeneratePIC:Lorg/graalvm/compiler/options/OptionKey;
            aload 14 /* options */
            invokevirtual org.graalvm.compiler.options.OptionKey.getValue:(Lorg/graalvm/compiler/options/OptionValues;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifne 10
         9: .line 139
            aload 10 /* plugins */
            new org.graalvm.compiler.replacements.MethodHandlePlugin
            dup
            aload 4 /* constantReflection */
            invokeinterface jdk.vm.ci.meta.ConstantReflectionProvider.getMethodHandleAccess:()Ljdk/vm/ci/meta/MethodHandleAccessProvider;
            iconst_1
            invokespecial org.graalvm.compiler.replacements.MethodHandlePlugin.<init>:(Ljdk/vm/ci/meta/MethodHandleAccessProvider;Z)V
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins.appendNodePlugin:(Lorg/graalvm/compiler/nodes/graphbuilderconf/NodePlugin;)V
        10: .line 141
      StackMap locals: org.graalvm.compiler.phases.tiers.CompilerConfiguration org.graalvm.compiler.hotspot.GraalHotSpotVMConfig org.graalvm.compiler.hotspot.word.HotSpotWordTypes jdk.vm.ci.meta.MetaAccessProvider jdk.vm.ci.meta.ConstantReflectionProvider org.graalvm.compiler.api.replacements.SnippetReflectionProvider org.graalvm.compiler.core.common.spi.ForeignCallsProvider org.graalvm.compiler.nodes.spi.StampProvider org.graalvm.compiler.replacements.ReplacementsImpl org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins org.graalvm.compiler.replacements.NodeIntrinsificationProvider org.graalvm.compiler.hotspot.meta.HotSpotWordOperationPlugin org.graalvm.compiler.hotspot.meta.HotSpotNodePlugin org.graalvm.compiler.options.OptionValues
      StackMap stack:
            aload 10 /* plugins */
            aload 8 /* replacements */
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins.appendInlineInvokePlugin:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InlineInvokePlugin;)V
        11: .line 142
            getstatic org.graalvm.compiler.java.BytecodeParserOptions.InlineDuringParsing:Lorg/graalvm/compiler/options/OptionKey;
            aload 14 /* options */
            invokevirtual org.graalvm.compiler.options.OptionKey.getValue:(Lorg/graalvm/compiler/options/OptionValues;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 13
        12: .line 143
            aload 10 /* plugins */
            new org.graalvm.compiler.replacements.InlineDuringParsingPlugin
            dup
            invokespecial org.graalvm.compiler.replacements.InlineDuringParsingPlugin.<init>:()V
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins.appendInlineInvokePlugin:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InlineInvokePlugin;)V
        13: .line 146
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.core.common.GraalOptions.GeneratePIC:Lorg/graalvm/compiler/options/OptionKey;
            aload 14 /* options */
            invokevirtual org.graalvm.compiler.options.OptionKey.getValue:(Lorg/graalvm/compiler/options/OptionValues;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 17
        14: .line 147
            aload 10 /* plugins */
            new org.graalvm.compiler.hotspot.meta.HotSpotClassInitializationPlugin
            dup
            invokespecial org.graalvm.compiler.hotspot.meta.HotSpotClassInitializationPlugin.<init>:()V
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins.setClassInitializationPlugin:(Lorg/graalvm/compiler/nodes/graphbuilderconf/ClassInitializationPlugin;)V
        15: .line 148
            getstatic org.graalvm.compiler.hotspot.meta.HotSpotAOTProfilingPlugin$Options.TieredAOT:Lorg/graalvm/compiler/options/OptionKey;
            aload 14 /* options */
            invokevirtual org.graalvm.compiler.options.OptionKey.getValue:(Lorg/graalvm/compiler/options/OptionValues;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 17
        16: .line 149
            aload 10 /* plugins */
            new org.graalvm.compiler.hotspot.meta.HotSpotAOTProfilingPlugin
            dup
            invokespecial org.graalvm.compiler.hotspot.meta.HotSpotAOTProfilingPlugin.<init>:()V
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins.setProfilingPlugin:(Lorg/graalvm/compiler/nodes/graphbuilderconf/ProfilingPlugin;)V
        17: .line 153
      StackMap locals:
      StackMap stack:
            aload 9 /* invocationPlugins */
            new org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$1
            dup
            aload 8 /* replacements */
            aload 9 /* invocationPlugins */
            aload 14 /* options */
            aload 10 /* plugins */
            aload 1 /* config */
            aload 6 /* foreignCalls */
            aload 3 /* metaAccess */
            aload 2 /* wordTypes */
            aload 5 /* snippetReflection */
            aload 11 /* nodeIntrinsificationProvider */
            invokespecial org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$1.<init>:(Lorg/graalvm/compiler/replacements/ReplacementsImpl;Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Lorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;Lorg/graalvm/compiler/core/common/spi/ForeignCallsProvider;Ljdk/vm/ci/meta/MetaAccessProvider;Lorg/graalvm/compiler/hotspot/word/HotSpotWordTypes;Lorg/graalvm/compiler/api/replacements/SnippetReflectionProvider;Lorg/graalvm/compiler/replacements/NodeIntrinsificationProvider;)V
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins.defer:(Ljava/lang/Runnable;)V
        18: .line 180
            aload 10 /* plugins */
            areturn
        end local 14 // org.graalvm.compiler.options.OptionValues options
        end local 13 // org.graalvm.compiler.hotspot.meta.HotSpotNodePlugin nodePlugin
        end local 12 // org.graalvm.compiler.hotspot.meta.HotSpotWordOperationPlugin wordOperationPlugin
        end local 11 // org.graalvm.compiler.replacements.NodeIntrinsificationProvider nodeIntrinsificationProvider
        end local 10 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins plugins
        end local 9 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins invocationPlugins
        end local 8 // org.graalvm.compiler.replacements.ReplacementsImpl replacements
        end local 7 // org.graalvm.compiler.nodes.spi.StampProvider stampProvider
        end local 6 // org.graalvm.compiler.core.common.spi.ForeignCallsProvider foreignCalls
        end local 5 // org.graalvm.compiler.api.replacements.SnippetReflectionProvider snippetReflection
        end local 4 // jdk.vm.ci.meta.ConstantReflectionProvider constantReflection
        end local 3 // jdk.vm.ci.meta.MetaAccessProvider metaAccess
        end local 2 // org.graalvm.compiler.hotspot.word.HotSpotWordTypes wordTypes
        end local 1 // org.graalvm.compiler.hotspot.GraalHotSpotVMConfig config
        end local 0 // org.graalvm.compiler.phases.tiers.CompilerConfiguration compilerConfiguration
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0   19     0         compilerConfiguration  Lorg/graalvm/compiler/phases/tiers/CompilerConfiguration;
            0   19     1                        config  Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            0   19     2                     wordTypes  Lorg/graalvm/compiler/hotspot/word/HotSpotWordTypes;
            0   19     3                    metaAccess  Ljdk/vm/ci/meta/MetaAccessProvider;
            0   19     4            constantReflection  Ljdk/vm/ci/meta/ConstantReflectionProvider;
            0   19     5             snippetReflection  Lorg/graalvm/compiler/api/replacements/SnippetReflectionProvider;
            0   19     6                  foreignCalls  Lorg/graalvm/compiler/core/common/spi/ForeignCallsProvider;
            0   19     7                 stampProvider  Lorg/graalvm/compiler/nodes/spi/StampProvider;
            0   19     8                  replacements  Lorg/graalvm/compiler/replacements/ReplacementsImpl;
            1   19     9             invocationPlugins  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
            2   19    10                       plugins  Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;
            3   19    11  nodeIntrinsificationProvider  Lorg/graalvm/compiler/replacements/NodeIntrinsificationProvider;
            4   19    12           wordOperationPlugin  Lorg/graalvm/compiler/hotspot/meta/HotSpotWordOperationPlugin;
            5   19    13                    nodePlugin  Lorg/graalvm/compiler/hotspot/meta/HotSpotNodePlugin;
            8   19    14                       options  Lorg/graalvm/compiler/options/OptionValues;
    MethodParameters:
                       Name  Flags
      compilerConfiguration  
      config                 
      wordTypes              
      metaAccess             
      constantReflection     
      snippetReflection      
      foreignCalls           
      stampProvider          
      replacements           

  private static void registerObjectPlugins(org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins, org.graalvm.compiler.options.OptionValues, org.graalvm.compiler.bytecode.BytecodeProvider);
    descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Lorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/bytecode/BytecodeProvider;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins plugins
        start local 1 // org.graalvm.compiler.options.OptionValues options
        start local 2 // org.graalvm.compiler.bytecode.BytecodeProvider bytecodeProvider
         0: .line 184
            new org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration
            dup
            aload 0 /* plugins */
            ldc Ljava/lang/Object;
            aload 2 /* bytecodeProvider */
            invokespecial org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Ljava/lang/reflect/Type;Lorg/graalvm/compiler/bytecode/BytecodeProvider;)V
            astore 3 /* r */
        start local 3 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
         1: .line 185
            getstatic org.graalvm.compiler.core.common.GraalOptions.GeneratePIC:Lorg/graalvm/compiler/options/OptionKey;
            aload 1 /* options */
            invokevirtual org.graalvm.compiler.options.OptionKey.getValue:(Lorg/graalvm/compiler/options/OptionValues;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifne 3
         2: .line 192
            aload 3 /* r */
            ldc "clone"
            ldc Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;
            new org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$2
            dup
            invokespecial org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$2.<init>:()V
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.register1:(Ljava/lang/String;Ljava/lang/reflect/Type;Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;)V
         3: .line 206
      StackMap locals: org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration
      StackMap stack:
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/replacements/ObjectSubstitutions;
            ldc "hashCode"
            iconst_1
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.registerMethodSubstitution:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
         4: .line 207
            return
        end local 3 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
        end local 2 // org.graalvm.compiler.bytecode.BytecodeProvider bytecodeProvider
        end local 1 // org.graalvm.compiler.options.OptionValues options
        end local 0 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins plugins
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0           plugins  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
            0    5     1           options  Lorg/graalvm/compiler/options/OptionValues;
            0    5     2  bytecodeProvider  Lorg/graalvm/compiler/bytecode/BytecodeProvider;
            1    5     3                 r  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$Registration;
    MethodParameters:
                  Name  Flags
      plugins           
      options           
      bytecodeProvider  

  private static void registerClassPlugins(org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins, org.graalvm.compiler.hotspot.GraalHotSpotVMConfig, org.graalvm.compiler.bytecode.BytecodeProvider);
    descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;Lorg/graalvm/compiler/bytecode/BytecodeProvider;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins plugins
        start local 1 // org.graalvm.compiler.hotspot.GraalHotSpotVMConfig config
        start local 2 // org.graalvm.compiler.bytecode.BytecodeProvider bytecodeProvider
         0: .line 210
            new org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration
            dup
            aload 0 /* plugins */
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins.getInvocationPlugins:()Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
            ldc Ljava/lang/Class;
            aload 2 /* bytecodeProvider */
            invokespecial org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Ljava/lang/reflect/Type;Lorg/graalvm/compiler/bytecode/BytecodeProvider;)V
            astore 3 /* r */
        start local 3 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
         1: .line 212
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/replacements/HotSpotClassSubstitutions;
            ldc "getModifiers"
            iconst_1
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.registerMethodSubstitution:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
         2: .line 213
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/replacements/HotSpotClassSubstitutions;
            ldc "isInterface"
            iconst_1
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.registerMethodSubstitution:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
         3: .line 214
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/replacements/HotSpotClassSubstitutions;
            ldc "isArray"
            iconst_1
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.registerMethodSubstitution:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
         4: .line 215
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/replacements/HotSpotClassSubstitutions;
            ldc "isPrimitive"
            iconst_1
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.registerMethodSubstitution:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
         5: .line 216
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/replacements/HotSpotClassSubstitutions;
            ldc "getSuperclass"
            iconst_1
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.registerMethodSubstitution:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
         6: .line 218
            aload 1 /* config */
            ldc "ArrayKlass::_component_mirror"
            ldc Ljava/lang/Integer;
            ldc "oop"
            ldc 2147483647
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.getFieldOffset:(Ljava/lang/String;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            ldc 2147483647
            if_icmpeq 8
         7: .line 219
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/replacements/HotSpotClassSubstitutions;
            ldc "getComponentType"
            iconst_1
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.registerMethodSubstitution:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
         8: .line 222
      StackMap locals: org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration
      StackMap stack:
            aload 3 /* r */
            ldc "cast"
            ldc Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;
            ldc Ljava/lang/Object;
            new org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$3
            dup
            invokespecial org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$3.<init>:()V
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.register2:(Ljava/lang/String;Ljava/lang/reflect/Type;Ljava/lang/reflect/Type;Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;)V
         9: .line 241
            return
        end local 3 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
        end local 2 // org.graalvm.compiler.bytecode.BytecodeProvider bytecodeProvider
        end local 1 // org.graalvm.compiler.hotspot.GraalHotSpotVMConfig config
        end local 0 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins plugins
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   10     0           plugins  Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;
            0   10     1            config  Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            0   10     2  bytecodeProvider  Lorg/graalvm/compiler/bytecode/BytecodeProvider;
            1   10     3                 r  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$Registration;
    MethodParameters:
                  Name  Flags
      plugins           
      config            
      bytecodeProvider  

  private static void registerCallSitePlugins(org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins);
    descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=8, locals=2, args_size=1
        start local 0 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins plugins
         0: .line 244
            new org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$4
            dup
            invokespecial org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$4.<init>:()V
            astore 1 /* plugin */
        start local 1 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin plugin
         1: .line 262
            aload 0 /* plugins */
            aload 1 /* plugin */
            ldc Ljava/lang/invoke/ConstantCallSite;
            ldc "getTarget"
            iconst_1
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins.register:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;Ljava/lang/reflect/Type;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
         2: .line 263
            aload 0 /* plugins */
            aload 1 /* plugin */
            ldc Ljava/lang/invoke/MutableCallSite;
            ldc "getTarget"
            iconst_1
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins.register:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;Ljava/lang/reflect/Type;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
         3: .line 264
            aload 0 /* plugins */
            aload 1 /* plugin */
            ldc Ljava/lang/invoke/VolatileCallSite;
            ldc "getTarget"
            iconst_1
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins.register:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;Ljava/lang/reflect/Type;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
         4: .line 265
            return
        end local 1 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin plugin
        end local 0 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins plugins
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0  plugins  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
            1    5     1   plugin  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;
    MethodParameters:
         Name  Flags
      plugins  

  private static void registerReflectionPlugins(org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins, org.graalvm.compiler.bytecode.BytecodeProvider);
    descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Lorg/graalvm/compiler/bytecode/BytecodeProvider;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins plugins
        start local 1 // org.graalvm.compiler.bytecode.BytecodeProvider bytecodeProvider
         0: .line 268
            new org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration
            dup
            aload 0 /* plugins */
            getstatic org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins.reflectionClass:Ljava/lang/String;
            aload 1 /* bytecodeProvider */
            invokespecial org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Ljava/lang/String;Lorg/graalvm/compiler/bytecode/BytecodeProvider;)V
            astore 2 /* r */
        start local 2 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
         1: .line 269
            aload 2 /* r */
            ldc "getCallerClass"
            new org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$5
            dup
            invokespecial org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$5.<init>:()V
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.register0:(Ljava/lang/String;Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;)V
         2: .line 281
            aload 2 /* r */
            ldc Lorg/graalvm/compiler/hotspot/replacements/ReflectionSubstitutions;
            ldc "getClassAccessFlags"
            iconst_1
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Ljava/lang/Class;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.registerMethodSubstitution:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
         3: .line 282
            return
        end local 2 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
        end local 1 // org.graalvm.compiler.bytecode.BytecodeProvider bytecodeProvider
        end local 0 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins plugins
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0           plugins  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
            0    4     1  bytecodeProvider  Lorg/graalvm/compiler/bytecode/BytecodeProvider;
            1    4     2                 r  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$Registration;
    MethodParameters:
                  Name  Flags
      plugins           
      bytecodeProvider  

  private static void registerUnsafePlugins(org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins, org.graalvm.compiler.bytecode.BytecodeProvider);
    descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Lorg/graalvm/compiler/bytecode/BytecodeProvider;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=8, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins plugins
        start local 1 // org.graalvm.compiler.bytecode.BytecodeProvider replacementBytecodeProvider
         0: .line 286
            getstatic org.graalvm.compiler.serviceprovider.JDK9Method.Java8OrEarlier:Z
            ifeq 3
         1: .line 287
            new org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration
            dup
            aload 0 /* plugins */
            ldc Lsun/misc/Unsafe;
            aload 1 /* replacementBytecodeProvider */
            invokespecial org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Ljava/lang/reflect/Type;Lorg/graalvm/compiler/bytecode/BytecodeProvider;)V
            astore 2 /* r */
        start local 2 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
         2: .line 288
            goto 4
        end local 2 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
         3: .line 289
      StackMap locals:
      StackMap stack:
            new org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration
            dup
            aload 0 /* plugins */
            ldc "jdk.internal.misc.Unsafe"
            aload 1 /* replacementBytecodeProvider */
            invokespecial org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Ljava/lang/String;Lorg/graalvm/compiler/bytecode/BytecodeProvider;)V
            astore 2 /* r */
        start local 2 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
         4: .line 291
      StackMap locals: org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration
      StackMap stack:
            aload 2 /* r */
            ldc Lorg/graalvm/compiler/hotspot/meta/HotSpotUnsafeSubstitutions;
            getstatic org.graalvm.compiler.hotspot.meta.HotSpotUnsafeSubstitutions.copyMemoryName:Ljava/lang/String;
            ldc "copyMemory"
            bipush 6
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;
            aastore
            dup
            iconst_1
            ldc Ljava/lang/Object;
            aastore
            dup
            iconst_2
            getstatic java.lang.Long.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_3
            ldc Ljava/lang/Object;
            aastore
            dup
            iconst_4
            getstatic java.lang.Long.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_5
         5: .line 292
            getstatic java.lang.Long.TYPE:Ljava/lang/Class;
            aastore
         6: .line 291
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.registerMethodSubstitution:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
         7: .line 293
            return
        end local 2 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
        end local 1 // org.graalvm.compiler.bytecode.BytecodeProvider replacementBytecodeProvider
        end local 0 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins plugins
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    8     0                      plugins  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
            0    8     1  replacementBytecodeProvider  Lorg/graalvm/compiler/bytecode/BytecodeProvider;
            2    3     2                            r  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$Registration;
            4    8     2                            r  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$Registration;
    MethodParameters:
                             Name  Flags
      plugins                      
      replacementBytecodeProvider  

  private static org.graalvm.compiler.nodes.ValueNode getMetaspaceConstantPool(org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext, org.graalvm.compiler.nodes.ValueNode, org.graalvm.compiler.word.WordTypes, org.graalvm.compiler.hotspot.GraalHotSpotVMConfig);
    descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderContext;Lorg/graalvm/compiler/nodes/ValueNode;Lorg/graalvm/compiler/word/WordTypes;Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)Lorg/graalvm/compiler/nodes/ValueNode;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=7, locals=8, args_size=4
        start local 0 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext b
        start local 1 // org.graalvm.compiler.nodes.ValueNode constantPoolOop
        start local 2 // org.graalvm.compiler.word.WordTypes wordTypes
        start local 3 // org.graalvm.compiler.hotspot.GraalHotSpotVMConfig config
         0: .line 308
            aload 0 /* b */
            aload 1 /* constantPoolOop */
            getstatic jdk.vm.ci.meta.DeoptimizationAction.None:Ljdk/vm/ci/meta/DeoptimizationAction;
            invokeinterface org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext.nullCheckedValue:(Lorg/graalvm/compiler/nodes/ValueNode;Ljdk/vm/ci/meta/DeoptimizationAction;)Lorg/graalvm/compiler/nodes/ValueNode;
            astore 4 /* value */
        start local 4 // org.graalvm.compiler.nodes.ValueNode value
         1: .line 309
            aload 0 /* b */
            aload 4 /* value */
            aload 0 /* b */
            invokeinterface org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext.getMetaAccess:()Ljdk/vm/ci/meta/MetaAccessProvider;
            aload 0 /* b */
            invokeinterface org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext.getConstantReflection:()Ljdk/vm/ci/meta/ConstantReflectionProvider;
            iconst_0
            invokestatic org.graalvm.compiler.hotspot.replacements.ClassGetHubNode.create:(Lorg/graalvm/compiler/nodes/ValueNode;Ljdk/vm/ci/meta/MetaAccessProvider;Ljdk/vm/ci/meta/ConstantReflectionProvider;Z)Lorg/graalvm/compiler/nodes/ValueNode;
            invokeinterface org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext.add:(Lorg/graalvm/compiler/nodes/ValueNode;)Lorg/graalvm/compiler/nodes/ValueNode;
            astore 5 /* klass */
        start local 5 // org.graalvm.compiler.nodes.ValueNode klass
         2: .line 311
            iconst_0
            istore 6 /* notCompressible */
        start local 6 // boolean notCompressible
         3: .line 312
            aload 0 /* b */
            new org.graalvm.compiler.nodes.memory.address.OffsetAddressNode
            dup
            aload 5 /* klass */
            aload 0 /* b */
            aload 3 /* config */
            getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.instanceKlassConstantsOffset:I
            i2l
            invokestatic org.graalvm.compiler.nodes.ConstantNode.forLong:(J)Lorg/graalvm/compiler/nodes/ConstantNode;
            invokeinterface org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext.add:(Lorg/graalvm/compiler/nodes/ValueNode;)Lorg/graalvm/compiler/nodes/ValueNode;
            invokespecial org.graalvm.compiler.nodes.memory.address.OffsetAddressNode.<init>:(Lorg/graalvm/compiler/nodes/ValueNode;Lorg/graalvm/compiler/nodes/ValueNode;)V
            invokeinterface org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext.add:(Lorg/graalvm/compiler/nodes/ValueNode;)Lorg/graalvm/compiler/nodes/ValueNode;
            checkcast org.graalvm.compiler.nodes.memory.address.AddressNode
            astore 7 /* constantsAddress */
        start local 7 // org.graalvm.compiler.nodes.memory.address.AddressNode constantsAddress
         4: .line 313
            aload 0 /* b */
            aload 2 /* wordTypes */
            invokevirtual org.graalvm.compiler.word.WordTypes.getWordKind:()Ljdk/vm/ci/meta/JavaKind;
            aload 7 /* constantsAddress */
            getstatic org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins.INSTANCE_KLASS_CONSTANTS:Lorg/graalvm/word/LocationIdentity;
            getstatic org.graalvm.compiler.nodes.memory.HeapAccess$BarrierType.NONE:Lorg/graalvm/compiler/nodes/memory/HeapAccess$BarrierType;
            iload 6 /* notCompressible */
            invokestatic org.graalvm.compiler.word.WordOperationPlugin.readOp:(Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderContext;Ljdk/vm/ci/meta/JavaKind;Lorg/graalvm/compiler/nodes/memory/address/AddressNode;Lorg/graalvm/word/LocationIdentity;Lorg/graalvm/compiler/nodes/memory/HeapAccess$BarrierType;Z)Lorg/graalvm/compiler/nodes/ValueNode;
            areturn
        end local 7 // org.graalvm.compiler.nodes.memory.address.AddressNode constantsAddress
        end local 6 // boolean notCompressible
        end local 5 // org.graalvm.compiler.nodes.ValueNode klass
        end local 4 // org.graalvm.compiler.nodes.ValueNode value
        end local 3 // org.graalvm.compiler.hotspot.GraalHotSpotVMConfig config
        end local 2 // org.graalvm.compiler.word.WordTypes wordTypes
        end local 1 // org.graalvm.compiler.nodes.ValueNode constantPoolOop
        end local 0 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext b
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0                 b  Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderContext;
            0    5     1   constantPoolOop  Lorg/graalvm/compiler/nodes/ValueNode;
            0    5     2         wordTypes  Lorg/graalvm/compiler/word/WordTypes;
            0    5     3            config  Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            1    5     4             value  Lorg/graalvm/compiler/nodes/ValueNode;
            2    5     5             klass  Lorg/graalvm/compiler/nodes/ValueNode;
            3    5     6   notCompressible  Z
            4    5     7  constantsAddress  Lorg/graalvm/compiler/nodes/memory/address/AddressNode;
    MethodParameters:
                 Name  Flags
      b                
      constantPoolOop  
      wordTypes        
      config           

  private static boolean readMetaspaceConstantPoolElement(org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext, org.graalvm.compiler.nodes.ValueNode, org.graalvm.compiler.nodes.ValueNode, jdk.vm.ci.meta.JavaKind, org.graalvm.compiler.word.WordTypes, org.graalvm.compiler.hotspot.GraalHotSpotVMConfig);
    descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderContext;Lorg/graalvm/compiler/nodes/ValueNode;Lorg/graalvm/compiler/nodes/ValueNode;Ljdk/vm/ci/meta/JavaKind;Lorg/graalvm/compiler/word/WordTypes;Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=7, locals=13, args_size=6
        start local 0 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext b
        start local 1 // org.graalvm.compiler.nodes.ValueNode constantPoolOop
        start local 2 // org.graalvm.compiler.nodes.ValueNode index
        start local 3 // jdk.vm.ci.meta.JavaKind elementKind
        start local 4 // org.graalvm.compiler.word.WordTypes wordTypes
        start local 5 // org.graalvm.compiler.hotspot.GraalHotSpotVMConfig config
         0: .line 322
            aload 0 /* b */
            aload 1 /* constantPoolOop */
            aload 4 /* wordTypes */
            aload 5 /* config */
            invokestatic org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins.getMetaspaceConstantPool:(Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderContext;Lorg/graalvm/compiler/nodes/ValueNode;Lorg/graalvm/compiler/word/WordTypes;Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)Lorg/graalvm/compiler/nodes/ValueNode;
            astore 6 /* constants */
        start local 6 // org.graalvm.compiler.nodes.ValueNode constants
         1: .line 323
            aload 4 /* wordTypes */
            invokevirtual org.graalvm.compiler.word.WordTypes.getWordKind:()Ljdk/vm/ci/meta/JavaKind;
            invokevirtual jdk.vm.ci.meta.JavaKind.getByteCount:()I
            invokestatic jdk.vm.ci.code.CodeUtil.log2:(I)I
            istore 7 /* shift */
        start local 7 // int shift
         2: .line 324
            aload 0 /* b */
            new org.graalvm.compiler.nodes.calc.LeftShiftNode
            dup
            aload 2 /* index */
            getstatic jdk.vm.ci.meta.JavaKind.Long:Ljdk/vm/ci/meta/JavaKind;
            invokestatic org.graalvm.compiler.core.common.type.StampFactory.forKind:(Ljdk/vm/ci/meta/JavaKind;)Lorg/graalvm/compiler/core/common/type/Stamp;
            getstatic org.graalvm.compiler.nodes.NodeView.DEFAULT:Lorg/graalvm/compiler/nodes/NodeView;
            invokestatic org.graalvm.compiler.nodes.calc.IntegerConvertNode.convert:(Lorg/graalvm/compiler/nodes/ValueNode;Lorg/graalvm/compiler/core/common/type/Stamp;Lorg/graalvm/compiler/nodes/NodeView;)Lorg/graalvm/compiler/nodes/ValueNode;
            aload 0 /* b */
            iload 7 /* shift */
            invokestatic org.graalvm.compiler.nodes.ConstantNode.forInt:(I)Lorg/graalvm/compiler/nodes/ConstantNode;
            invokeinterface org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext.add:(Lorg/graalvm/compiler/nodes/ValueNode;)Lorg/graalvm/compiler/nodes/ValueNode;
            invokespecial org.graalvm.compiler.nodes.calc.LeftShiftNode.<init>:(Lorg/graalvm/compiler/nodes/ValueNode;Lorg/graalvm/compiler/nodes/ValueNode;)V
            invokeinterface org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext.add:(Lorg/graalvm/compiler/nodes/ValueNode;)Lorg/graalvm/compiler/nodes/ValueNode;
            astore 8 /* scaledIndex */
        start local 8 // org.graalvm.compiler.nodes.ValueNode scaledIndex
         3: .line 325
            aload 0 /* b */
            new org.graalvm.compiler.nodes.calc.AddNode
            dup
            aload 8 /* scaledIndex */
            aload 0 /* b */
            aload 5 /* config */
            getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.constantPoolSize:I
            i2l
            invokestatic org.graalvm.compiler.nodes.ConstantNode.forLong:(J)Lorg/graalvm/compiler/nodes/ConstantNode;
            invokeinterface org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext.add:(Lorg/graalvm/compiler/nodes/ValueNode;)Lorg/graalvm/compiler/nodes/ValueNode;
            invokespecial org.graalvm.compiler.nodes.calc.AddNode.<init>:(Lorg/graalvm/compiler/nodes/ValueNode;Lorg/graalvm/compiler/nodes/ValueNode;)V
            invokeinterface org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext.add:(Lorg/graalvm/compiler/nodes/ValueNode;)Lorg/graalvm/compiler/nodes/ValueNode;
            astore 9 /* offset */
        start local 9 // org.graalvm.compiler.nodes.ValueNode offset
         4: .line 326
            aload 0 /* b */
            new org.graalvm.compiler.nodes.memory.address.OffsetAddressNode
            dup
            aload 6 /* constants */
            aload 9 /* offset */
            invokespecial org.graalvm.compiler.nodes.memory.address.OffsetAddressNode.<init>:(Lorg/graalvm/compiler/nodes/ValueNode;Lorg/graalvm/compiler/nodes/ValueNode;)V
            invokeinterface org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext.add:(Lorg/graalvm/compiler/nodes/ValueNode;)Lorg/graalvm/compiler/nodes/ValueNode;
            checkcast org.graalvm.compiler.nodes.memory.address.AddressNode
            astore 10 /* elementAddress */
        start local 10 // org.graalvm.compiler.nodes.memory.address.AddressNode elementAddress
         5: .line 327
            iconst_0
            istore 11 /* notCompressible */
        start local 11 // boolean notCompressible
         6: .line 328
            aload 0 /* b */
            aload 3 /* elementKind */
            aload 10 /* elementAddress */
            aload 3 /* elementKind */
            invokestatic org.graalvm.compiler.nodes.NamedLocationIdentity.getArrayLocation:(Ljdk/vm/ci/meta/JavaKind;)Lorg/graalvm/word/LocationIdentity;
            getstatic org.graalvm.compiler.nodes.memory.HeapAccess$BarrierType.NONE:Lorg/graalvm/compiler/nodes/memory/HeapAccess$BarrierType;
            iload 11 /* notCompressible */
            invokestatic org.graalvm.compiler.word.WordOperationPlugin.readOp:(Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderContext;Ljdk/vm/ci/meta/JavaKind;Lorg/graalvm/compiler/nodes/memory/address/AddressNode;Lorg/graalvm/word/LocationIdentity;Lorg/graalvm/compiler/nodes/memory/HeapAccess$BarrierType;Z)Lorg/graalvm/compiler/nodes/ValueNode;
            astore 12 /* elementValue */
        start local 12 // org.graalvm.compiler.nodes.ValueNode elementValue
         7: .line 329
            aload 0 /* b */
            aload 3 /* elementKind */
            aload 12 /* elementValue */
            invokeinterface org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext.addPush:(Ljdk/vm/ci/meta/JavaKind;Lorg/graalvm/compiler/nodes/ValueNode;)Lorg/graalvm/compiler/nodes/ValueNode;
            pop
         8: .line 330
            iconst_1
            ireturn
        end local 12 // org.graalvm.compiler.nodes.ValueNode elementValue
        end local 11 // boolean notCompressible
        end local 10 // org.graalvm.compiler.nodes.memory.address.AddressNode elementAddress
        end local 9 // org.graalvm.compiler.nodes.ValueNode offset
        end local 8 // org.graalvm.compiler.nodes.ValueNode scaledIndex
        end local 7 // int shift
        end local 6 // org.graalvm.compiler.nodes.ValueNode constants
        end local 5 // org.graalvm.compiler.hotspot.GraalHotSpotVMConfig config
        end local 4 // org.graalvm.compiler.word.WordTypes wordTypes
        end local 3 // jdk.vm.ci.meta.JavaKind elementKind
        end local 2 // org.graalvm.compiler.nodes.ValueNode index
        end local 1 // org.graalvm.compiler.nodes.ValueNode constantPoolOop
        end local 0 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext b
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0                b  Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderContext;
            0    9     1  constantPoolOop  Lorg/graalvm/compiler/nodes/ValueNode;
            0    9     2            index  Lorg/graalvm/compiler/nodes/ValueNode;
            0    9     3      elementKind  Ljdk/vm/ci/meta/JavaKind;
            0    9     4        wordTypes  Lorg/graalvm/compiler/word/WordTypes;
            0    9     5           config  Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            1    9     6        constants  Lorg/graalvm/compiler/nodes/ValueNode;
            2    9     7            shift  I
            3    9     8      scaledIndex  Lorg/graalvm/compiler/nodes/ValueNode;
            4    9     9           offset  Lorg/graalvm/compiler/nodes/ValueNode;
            5    9    10   elementAddress  Lorg/graalvm/compiler/nodes/memory/address/AddressNode;
            6    9    11  notCompressible  Z
            7    9    12     elementValue  Lorg/graalvm/compiler/nodes/ValueNode;
    MethodParameters:
                 Name  Flags
      b                
      constantPoolOop  
      index            
      elementKind      
      wordTypes        
      config           

  private static void registerConstantPoolPlugins(org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins, org.graalvm.compiler.word.WordTypes, org.graalvm.compiler.hotspot.GraalHotSpotVMConfig, org.graalvm.compiler.bytecode.BytecodeProvider);
    descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Lorg/graalvm/compiler/word/WordTypes;Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;Lorg/graalvm/compiler/bytecode/BytecodeProvider;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=9, locals=5, args_size=4
        start local 0 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins plugins
        start local 1 // org.graalvm.compiler.word.WordTypes wordTypes
        start local 2 // org.graalvm.compiler.hotspot.GraalHotSpotVMConfig config
        start local 3 // org.graalvm.compiler.bytecode.BytecodeProvider bytecodeProvider
         0: .line 334
            new org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration
            dup
            aload 0 /* plugins */
            getstatic org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins.constantPoolClass:Ljava/lang/String;
            aload 3 /* bytecodeProvider */
            invokespecial org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Ljava/lang/String;Lorg/graalvm/compiler/bytecode/BytecodeProvider;)V
            astore 4 /* r */
        start local 4 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
         1: .line 336
            aload 4 /* r */
            ldc "getSize0"
            ldc Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;
            ldc Ljava/lang/Object;
            new org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$6
            dup
            aload 1 /* wordTypes */
            aload 2 /* config */
            invokespecial org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$6.<init>:(Lorg/graalvm/compiler/word/WordTypes;Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)V
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.register2:(Ljava/lang/String;Ljava/lang/reflect/Type;Ljava/lang/reflect/Type;Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;)V
         2: .line 348
            aload 4 /* r */
            ldc "getIntAt0"
            ldc Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;
            ldc Ljava/lang/Object;
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            new org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$7
            dup
            aload 1 /* wordTypes */
            aload 2 /* config */
            invokespecial org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$7.<init>:(Lorg/graalvm/compiler/word/WordTypes;Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)V
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.register3:(Ljava/lang/String;Ljava/lang/reflect/Type;Ljava/lang/reflect/Type;Ljava/lang/reflect/Type;Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;)V
         3: .line 354
            aload 4 /* r */
            ldc "getLongAt0"
            ldc Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;
            ldc Ljava/lang/Object;
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            new org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$8
            dup
            aload 1 /* wordTypes */
            aload 2 /* config */
            invokespecial org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$8.<init>:(Lorg/graalvm/compiler/word/WordTypes;Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)V
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.register3:(Ljava/lang/String;Ljava/lang/reflect/Type;Ljava/lang/reflect/Type;Ljava/lang/reflect/Type;Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;)V
         4: .line 360
            aload 4 /* r */
            ldc "getFloatAt0"
            ldc Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;
            ldc Ljava/lang/Object;
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            new org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$9
            dup
            aload 1 /* wordTypes */
            aload 2 /* config */
            invokespecial org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$9.<init>:(Lorg/graalvm/compiler/word/WordTypes;Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)V
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.register3:(Ljava/lang/String;Ljava/lang/reflect/Type;Ljava/lang/reflect/Type;Ljava/lang/reflect/Type;Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;)V
         5: .line 366
            aload 4 /* r */
            ldc "getDoubleAt0"
            ldc Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;
            ldc Ljava/lang/Object;
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            new org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$10
            dup
            aload 1 /* wordTypes */
            aload 2 /* config */
            invokespecial org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$10.<init>:(Lorg/graalvm/compiler/word/WordTypes;Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;)V
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.register3:(Ljava/lang/String;Ljava/lang/reflect/Type;Ljava/lang/reflect/Type;Ljava/lang/reflect/Type;Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;)V
         6: .line 372
            return
        end local 4 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
        end local 3 // org.graalvm.compiler.bytecode.BytecodeProvider bytecodeProvider
        end local 2 // org.graalvm.compiler.hotspot.GraalHotSpotVMConfig config
        end local 1 // org.graalvm.compiler.word.WordTypes wordTypes
        end local 0 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins plugins
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0           plugins  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
            0    7     1         wordTypes  Lorg/graalvm/compiler/word/WordTypes;
            0    7     2            config  Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            0    7     3  bytecodeProvider  Lorg/graalvm/compiler/bytecode/BytecodeProvider;
            1    7     4                 r  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$Registration;
    MethodParameters:
                  Name  Flags
      plugins           
      wordTypes         
      config            
      bytecodeProvider  

  private static void registerSystemPlugins(org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins, org.graalvm.compiler.core.common.spi.ForeignCallsProvider);
    descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Lorg/graalvm/compiler/core/common/spi/ForeignCallsProvider;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=9, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins plugins
        start local 1 // org.graalvm.compiler.core.common.spi.ForeignCallsProvider foreignCalls
         0: .line 375
            new org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration
            dup
            aload 0 /* plugins */
            ldc Ljava/lang/System;
            invokespecial org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Ljava/lang/reflect/Type;)V
            astore 2 /* r */
        start local 2 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
         1: .line 376
            aload 2 /* r */
            ldc "currentTimeMillis"
            new org.graalvm.compiler.nodes.graphbuilderconf.ForeignCallPlugin
            dup
            aload 1 /* foreignCalls */
            getstatic org.graalvm.compiler.hotspot.meta.HotSpotHostForeignCallsProvider.JAVA_TIME_MILLIS:Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;
            invokespecial org.graalvm.compiler.nodes.graphbuilderconf.ForeignCallPlugin.<init>:(Lorg/graalvm/compiler/core/common/spi/ForeignCallsProvider;Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;)V
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.register0:(Ljava/lang/String;Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;)V
         2: .line 377
            aload 2 /* r */
            ldc "nanoTime"
            new org.graalvm.compiler.nodes.graphbuilderconf.ForeignCallPlugin
            dup
            aload 1 /* foreignCalls */
            getstatic org.graalvm.compiler.hotspot.meta.HotSpotHostForeignCallsProvider.JAVA_TIME_NANOS:Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;
            invokespecial org.graalvm.compiler.nodes.graphbuilderconf.ForeignCallPlugin.<init>:(Lorg/graalvm/compiler/core/common/spi/ForeignCallsProvider;Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;)V
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.register0:(Ljava/lang/String;Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;)V
         3: .line 378
            aload 2 /* r */
            ldc "identityHashCode"
            ldc Ljava/lang/Object;
            new org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$11
            dup
            invokespecial org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$11.<init>:()V
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.register1:(Ljava/lang/String;Ljava/lang/reflect/Type;Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;)V
         4: .line 390
            aload 2 /* r */
            ldc "arraycopy"
            ldc Ljava/lang/Object;
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            ldc Ljava/lang/Object;
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            new org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$12
            dup
            invokespecial org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$12.<init>:()V
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.register5:(Ljava/lang/String;Ljava/lang/reflect/Type;Ljava/lang/reflect/Type;Ljava/lang/reflect/Type;Ljava/lang/reflect/Type;Ljava/lang/reflect/Type;Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;)V
         5: .line 402
            return
        end local 2 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
        end local 1 // org.graalvm.compiler.core.common.spi.ForeignCallsProvider foreignCalls
        end local 0 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins plugins
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0       plugins  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
            0    6     1  foreignCalls  Lorg/graalvm/compiler/core/common/spi/ForeignCallsProvider;
            1    6     2             r  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$Registration;
    MethodParameters:
              Name  Flags
      plugins       
      foreignCalls  

  private static void registerThreadPlugins(org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins, jdk.vm.ci.meta.MetaAccessProvider, org.graalvm.compiler.word.WordTypes, org.graalvm.compiler.hotspot.GraalHotSpotVMConfig, org.graalvm.compiler.bytecode.BytecodeProvider);
    descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Ljdk/vm/ci/meta/MetaAccessProvider;Lorg/graalvm/compiler/word/WordTypes;Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;Lorg/graalvm/compiler/bytecode/BytecodeProvider;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins plugins
        start local 1 // jdk.vm.ci.meta.MetaAccessProvider metaAccess
        start local 2 // org.graalvm.compiler.word.WordTypes wordTypes
        start local 3 // org.graalvm.compiler.hotspot.GraalHotSpotVMConfig config
        start local 4 // org.graalvm.compiler.bytecode.BytecodeProvider bytecodeProvider
         0: .line 405
            new org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration
            dup
            aload 0 /* plugins */
            ldc Ljava/lang/Thread;
            aload 4 /* bytecodeProvider */
            invokespecial org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Ljava/lang/reflect/Type;Lorg/graalvm/compiler/bytecode/BytecodeProvider;)V
            astore 5 /* r */
        start local 5 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
         1: .line 406
            aload 5 /* r */
            ldc "currentThread"
            new org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$13
            dup
            aload 2 /* wordTypes */
            aload 3 /* config */
            aload 1 /* metaAccess */
            invokespecial org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$13.<init>:(Lorg/graalvm/compiler/word/WordTypes;Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;Ljdk/vm/ci/meta/MetaAccessProvider;)V
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.register0:(Ljava/lang/String;Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;)V
         2: .line 421
            aload 5 /* r */
            ldc Lorg/graalvm/compiler/hotspot/replacements/ThreadSubstitutions;
            ldc "isInterrupted"
            iconst_2
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;
            aastore
            dup
            iconst_1
            getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.registerMethodSubstitution:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
         3: .line 422
            return
        end local 5 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
        end local 4 // org.graalvm.compiler.bytecode.BytecodeProvider bytecodeProvider
        end local 3 // org.graalvm.compiler.hotspot.GraalHotSpotVMConfig config
        end local 2 // org.graalvm.compiler.word.WordTypes wordTypes
        end local 1 // jdk.vm.ci.meta.MetaAccessProvider metaAccess
        end local 0 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins plugins
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0           plugins  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
            0    4     1        metaAccess  Ljdk/vm/ci/meta/MetaAccessProvider;
            0    4     2         wordTypes  Lorg/graalvm/compiler/word/WordTypes;
            0    4     3            config  Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            0    4     4  bytecodeProvider  Lorg/graalvm/compiler/bytecode/BytecodeProvider;
            1    4     5                 r  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$Registration;
    MethodParameters:
                  Name  Flags
      plugins           
      metaAccess        
      wordTypes         
      config            
      bytecodeProvider  

  private static void registerAESPlugins(org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins, org.graalvm.compiler.hotspot.GraalHotSpotVMConfig, org.graalvm.compiler.bytecode.BytecodeProvider);
    descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;Lorg/graalvm/compiler/bytecode/BytecodeProvider;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=8, locals=6, args_size=3
        start local 0 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins plugins
        start local 1 // org.graalvm.compiler.hotspot.GraalHotSpotVMConfig config
        start local 2 // org.graalvm.compiler.bytecode.BytecodeProvider bytecodeProvider
         0: .line 451
            aload 1 /* config */
            getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.useAESIntrinsics:Z
            ifeq 17
         1: .line 452
            getstatic org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins.$assertionsDisabled:Z
            ifne 2
            aload 1 /* config */
            getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.aescryptEncryptBlockStub:J
            lconst_0
            lcmp
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 453
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins.$assertionsDisabled:Z
            ifne 3
            aload 1 /* config */
            getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.aescryptDecryptBlockStub:J
            lconst_0
            lcmp
            ifne 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 454
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins.$assertionsDisabled:Z
            ifne 4
            aload 1 /* config */
            getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.cipherBlockChainingEncryptAESCryptStub:J
            lconst_0
            lcmp
            ifne 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 455
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins.$assertionsDisabled:Z
            ifne 5
            aload 1 /* config */
            getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.cipherBlockChainingDecryptAESCryptStub:J
            lconst_0
            lcmp
            ifne 5
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         5: .line 456
      StackMap locals:
      StackMap stack:
            aload 1 /* config */
            getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.osArch:Ljava/lang/String;
            astore 3 /* arch */
        start local 3 // java.lang.String arch
         6: .line 457
            aload 3 /* arch */
            ldc "sparc"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 7
            ldc "WithOriginalKey"
            goto 8
      StackMap locals: java.lang.String
      StackMap stack:
         7: ldc ""
      StackMap locals:
      StackMap stack: java.lang.String
         8: astore 4 /* decryptSuffix */
        start local 4 // java.lang.String decryptSuffix
         9: .line 458
            new org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration
            dup
            aload 0 /* plugins */
            ldc "com.sun.crypto.provider.CipherBlockChaining"
            aload 2 /* bytecodeProvider */
            invokespecial org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Ljava/lang/String;Lorg/graalvm/compiler/bytecode/BytecodeProvider;)V
            astore 5 /* r */
        start local 5 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
        10: .line 459
            aload 5 /* r */
            ldc Lorg/graalvm/compiler/hotspot/replacements/CipherBlockChainingSubstitutions;
            getstatic org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins.cbcEncryptName:Ljava/lang/String;
            bipush 6
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;
            aastore
            dup
            iconst_1
            ldc [B
            aastore
            dup
            iconst_2
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_3
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_4
            ldc [B
            aastore
            dup
            iconst_5
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.registerMethodSubstitution:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
        11: .line 460
            aload 5 /* r */
            ldc Lorg/graalvm/compiler/hotspot/replacements/CipherBlockChainingSubstitutions;
            getstatic org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins.cbcDecryptName:Ljava/lang/String;
            new java.lang.StringBuilder
            dup
            getstatic org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins.cbcDecryptName:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* decryptSuffix */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            bipush 6
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;
            aastore
            dup
            iconst_1
            ldc [B
            aastore
            dup
            iconst_2
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_3
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_4
            ldc [B
            aastore
            dup
            iconst_5
        12: .line 461
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
        13: .line 460
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.registerMethodSubstitution:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
        14: .line 462
            new org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration
            dup
            aload 0 /* plugins */
            ldc "com.sun.crypto.provider.AESCrypt"
            aload 2 /* bytecodeProvider */
            invokespecial org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Ljava/lang/String;Lorg/graalvm/compiler/bytecode/BytecodeProvider;)V
            astore 5 /* r */
        15: .line 463
            aload 5 /* r */
            ldc Lorg/graalvm/compiler/hotspot/replacements/AESCryptSubstitutions;
            getstatic org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins.aesEncryptName:Ljava/lang/String;
            iconst_5
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;
            aastore
            dup
            iconst_1
            ldc [B
            aastore
            dup
            iconst_2
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_3
            ldc [B
            aastore
            dup
            iconst_4
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.registerMethodSubstitution:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
        16: .line 464
            aload 5 /* r */
            ldc Lorg/graalvm/compiler/hotspot/replacements/AESCryptSubstitutions;
            getstatic org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins.aesDecryptName:Ljava/lang/String;
            new java.lang.StringBuilder
            dup
            getstatic org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins.aesDecryptName:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* decryptSuffix */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_5
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;
            aastore
            dup
            iconst_1
            ldc [B
            aastore
            dup
            iconst_2
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_3
            ldc [B
            aastore
            dup
            iconst_4
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.registerMethodSubstitution:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
        end local 5 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
        end local 4 // java.lang.String decryptSuffix
        end local 3 // java.lang.String arch
        17: .line 466
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.graalvm.compiler.bytecode.BytecodeProvider bytecodeProvider
        end local 1 // org.graalvm.compiler.hotspot.GraalHotSpotVMConfig config
        end local 0 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins plugins
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   18     0           plugins  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
            0   18     1            config  Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            0   18     2  bytecodeProvider  Lorg/graalvm/compiler/bytecode/BytecodeProvider;
            6   17     3              arch  Ljava/lang/String;
            9   17     4     decryptSuffix  Ljava/lang/String;
           10   17     5                 r  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$Registration;
    MethodParameters:
                  Name  Flags
      plugins           
      config            
      bytecodeProvider  

  private static void registerBigIntegerPlugins(org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins, org.graalvm.compiler.hotspot.GraalHotSpotVMConfig, org.graalvm.compiler.bytecode.BytecodeProvider);
    descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;Lorg/graalvm/compiler/bytecode/BytecodeProvider;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=8, locals=5, args_size=3
        start local 0 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins plugins
        start local 1 // org.graalvm.compiler.hotspot.GraalHotSpotVMConfig config
        start local 2 // org.graalvm.compiler.bytecode.BytecodeProvider bytecodeProvider
         0: .line 469
            new org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration
            dup
            aload 0 /* plugins */
            ldc Ljava/math/BigInteger;
            aload 2 /* bytecodeProvider */
            invokespecial org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Ljava/lang/reflect/Type;Lorg/graalvm/compiler/bytecode/BytecodeProvider;)V
            astore 3 /* r */
        start local 3 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
         1: .line 470
            aload 1 /* config */
            invokevirtual org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.useMultiplyToLenIntrinsic:()Z
            ifeq 19
         2: .line 471
            getstatic org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins.$assertionsDisabled:Z
            ifne 3
            aload 1 /* config */
            getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.multiplyToLen:J
            lconst_0
            lcmp
            ifne 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 472
      StackMap locals: org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration
      StackMap stack:
            getstatic org.graalvm.compiler.serviceprovider.JDK9Method.Java8OrEarlier:Z
            ifeq 16
         4: .line 474
            ldc Ljava/math/BigInteger;
            ldc "multiplyToLen"
            iconst_5
            anewarray java.lang.Class
            dup
            iconst_0
            ldc [I
            aastore
            dup
            iconst_1
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_2
            ldc [I
            aastore
            dup
            iconst_3
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_4
            ldc [I
            aastore
            invokevirtual java.lang.Class.getDeclaredMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            astore 4 /* m */
        start local 4 // java.lang.reflect.Method m
         5: .line 475
            aload 4 /* m */
            invokevirtual java.lang.reflect.Method.getModifiers:()I
            invokestatic java.lang.reflect.Modifier.isStatic:(I)Z
            ifeq 10
         6: .line 476
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/replacements/BigIntegerSubstitutions;
            ldc "multiplyToLen"
            ldc "multiplyToLenStatic"
            iconst_5
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc [I
            aastore
            dup
            iconst_1
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_2
            ldc [I
            aastore
            dup
            iconst_3
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_4
         7: .line 477
            ldc [I
            aastore
         8: .line 476
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.registerMethodSubstitution:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
         9: .line 478
            goto 19
        10: .line 479
      StackMap locals: java.lang.reflect.Method
      StackMap stack:
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/replacements/BigIntegerSubstitutions;
            ldc "multiplyToLen"
            bipush 6
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;
            aastore
            dup
            iconst_1
            ldc [I
            aastore
            dup
            iconst_2
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_3
            ldc [I
            aastore
            dup
            iconst_4
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_5
        11: .line 480
            ldc [I
            aastore
        12: .line 479
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.registerMethodSubstitution:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
        end local 4 // java.lang.reflect.Method m
        13: .line 482
            goto 19
      StackMap locals: org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins org.graalvm.compiler.hotspot.GraalHotSpotVMConfig org.graalvm.compiler.bytecode.BytecodeProvider org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration
      StackMap stack: java.lang.Exception
        14: astore 4 /* e */
        start local 4 // java.lang.Exception e
        15: .line 483
            new org.graalvm.compiler.debug.GraalError
            dup
            aload 4 /* e */
            invokespecial org.graalvm.compiler.debug.GraalError.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 4 // java.lang.Exception e
        16: .line 486
      StackMap locals:
      StackMap stack:
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/replacements/BigIntegerSubstitutions;
            ldc "implMultiplyToLen"
            ldc "multiplyToLenStatic"
            iconst_5
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc [I
            aastore
            dup
            iconst_1
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_2
            ldc [I
            aastore
            dup
            iconst_3
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_4
        17: .line 487
            ldc [I
            aastore
        18: .line 486
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.registerMethodSubstitution:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
        19: .line 490
      StackMap locals:
      StackMap stack:
            aload 1 /* config */
            invokevirtual org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.useMulAddIntrinsic:()Z
            ifeq 21
        20: .line 491
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/replacements/BigIntegerSubstitutions;
            ldc "implMulAdd"
            iconst_5
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc [I
            aastore
            dup
            iconst_1
            ldc [I
            aastore
            dup
            iconst_2
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_3
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_4
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.registerMethodSubstitution:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
        21: .line 493
      StackMap locals:
      StackMap stack:
            aload 1 /* config */
            invokevirtual org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.useMontgomeryMultiplyIntrinsic:()Z
            ifeq 23
        22: .line 494
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/replacements/BigIntegerSubstitutions;
            ldc "implMontgomeryMultiply"
            bipush 6
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc [I
            aastore
            dup
            iconst_1
            ldc [I
            aastore
            dup
            iconst_2
            ldc [I
            aastore
            dup
            iconst_3
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_4
            getstatic java.lang.Long.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_5
            ldc [I
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.registerMethodSubstitution:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
        23: .line 496
      StackMap locals:
      StackMap stack:
            aload 1 /* config */
            invokevirtual org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.useMontgomerySquareIntrinsic:()Z
            ifeq 25
        24: .line 497
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/replacements/BigIntegerSubstitutions;
            ldc "implMontgomerySquare"
            iconst_5
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc [I
            aastore
            dup
            iconst_1
            ldc [I
            aastore
            dup
            iconst_2
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_3
            getstatic java.lang.Long.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_4
            ldc [I
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.registerMethodSubstitution:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
        25: .line 499
      StackMap locals:
      StackMap stack:
            aload 1 /* config */
            invokevirtual org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.useSquareToLenIntrinsic:()Z
            ifeq 27
        26: .line 500
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/replacements/BigIntegerSubstitutions;
            ldc "implSquareToLen"
            iconst_4
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc [I
            aastore
            dup
            iconst_1
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_2
            ldc [I
            aastore
            dup
            iconst_3
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.registerMethodSubstitution:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
        27: .line 502
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
        end local 2 // org.graalvm.compiler.bytecode.BytecodeProvider bytecodeProvider
        end local 1 // org.graalvm.compiler.hotspot.GraalHotSpotVMConfig config
        end local 0 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins plugins
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   28     0           plugins  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
            0   28     1            config  Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            0   28     2  bytecodeProvider  Lorg/graalvm/compiler/bytecode/BytecodeProvider;
            1   28     3                 r  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$Registration;
            5   13     4                 m  Ljava/lang/reflect/Method;
           15   16     4                 e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           4    13      14  Class java.lang.NoSuchMethodException
           4    13      14  Class java.lang.SecurityException
    MethodParameters:
                  Name  Flags
      plugins           
      config            
      bytecodeProvider  

  private static void registerSHAPlugins(org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins, org.graalvm.compiler.hotspot.GraalHotSpotVMConfig, org.graalvm.compiler.bytecode.BytecodeProvider);
    descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;Lorg/graalvm/compiler/bytecode/BytecodeProvider;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=8, locals=4, args_size=3
        start local 0 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins plugins
        start local 1 // org.graalvm.compiler.hotspot.GraalHotSpotVMConfig config
        start local 2 // org.graalvm.compiler.bytecode.BytecodeProvider bytecodeProvider
         0: .line 505
            aload 1 /* config */
            invokevirtual org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.useSHA1Intrinsics:()Z
            ifeq 4
         1: .line 506
            getstatic org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins.$assertionsDisabled:Z
            ifne 2
            aload 1 /* config */
            getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.sha1ImplCompress:J
            lconst_0
            lcmp
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 507
      StackMap locals:
      StackMap stack:
            new org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration
            dup
            aload 0 /* plugins */
            ldc "sun.security.provider.SHA"
            aload 2 /* bytecodeProvider */
            invokespecial org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Ljava/lang/String;Lorg/graalvm/compiler/bytecode/BytecodeProvider;)V
            astore 3 /* r */
        start local 3 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
         3: .line 508
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/replacements/SHASubstitutions;
            getstatic org.graalvm.compiler.hotspot.replacements.SHASubstitutions.implCompressName:Ljava/lang/String;
            ldc "implCompress0"
            iconst_3
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;
            aastore
            dup
            iconst_1
            ldc [B
            aastore
            dup
            iconst_2
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.registerMethodSubstitution:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
        end local 3 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
         4: .line 510
      StackMap locals:
      StackMap stack:
            aload 1 /* config */
            invokevirtual org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.useSHA256Intrinsics:()Z
            ifeq 8
         5: .line 511
            getstatic org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins.$assertionsDisabled:Z
            ifne 6
            aload 1 /* config */
            getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.sha256ImplCompress:J
            lconst_0
            lcmp
            ifne 6
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         6: .line 512
      StackMap locals:
      StackMap stack:
            new org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration
            dup
            aload 0 /* plugins */
            ldc "sun.security.provider.SHA2"
            aload 2 /* bytecodeProvider */
            invokespecial org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Ljava/lang/String;Lorg/graalvm/compiler/bytecode/BytecodeProvider;)V
            astore 3 /* r */
        start local 3 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
         7: .line 513
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/replacements/SHA2Substitutions;
            getstatic org.graalvm.compiler.hotspot.replacements.SHA2Substitutions.implCompressName:Ljava/lang/String;
            ldc "implCompress0"
            iconst_3
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;
            aastore
            dup
            iconst_1
            ldc [B
            aastore
            dup
            iconst_2
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.registerMethodSubstitution:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
        end local 3 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
         8: .line 515
      StackMap locals:
      StackMap stack:
            aload 1 /* config */
            invokevirtual org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.useSHA512Intrinsics:()Z
            ifeq 12
         9: .line 516
            getstatic org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins.$assertionsDisabled:Z
            ifne 10
            aload 1 /* config */
            getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.sha512ImplCompress:J
            lconst_0
            lcmp
            ifne 10
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        10: .line 517
      StackMap locals:
      StackMap stack:
            new org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration
            dup
            aload 0 /* plugins */
            ldc "sun.security.provider.SHA5"
            aload 2 /* bytecodeProvider */
            invokespecial org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Ljava/lang/String;Lorg/graalvm/compiler/bytecode/BytecodeProvider;)V
            astore 3 /* r */
        start local 3 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
        11: .line 518
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/replacements/SHA5Substitutions;
            getstatic org.graalvm.compiler.hotspot.replacements.SHA5Substitutions.implCompressName:Ljava/lang/String;
            ldc "implCompress0"
            iconst_3
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            ldc Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;
            aastore
            dup
            iconst_1
            ldc [B
            aastore
            dup
            iconst_2
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.registerMethodSubstitution:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
        end local 3 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
        12: .line 520
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.graalvm.compiler.bytecode.BytecodeProvider bytecodeProvider
        end local 1 // org.graalvm.compiler.hotspot.GraalHotSpotVMConfig config
        end local 0 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins plugins
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   13     0           plugins  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
            0   13     1            config  Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            0   13     2  bytecodeProvider  Lorg/graalvm/compiler/bytecode/BytecodeProvider;
            3    4     3                 r  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$Registration;
            7    8     3                 r  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$Registration;
           11   12     3                 r  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$Registration;
    MethodParameters:
                  Name  Flags
      plugins           
      config            
      bytecodeProvider  

  private static void registerCRC32Plugins(org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins, org.graalvm.compiler.hotspot.GraalHotSpotVMConfig, org.graalvm.compiler.bytecode.BytecodeProvider);
    descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;Lorg/graalvm/compiler/bytecode/BytecodeProvider;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins plugins
        start local 1 // org.graalvm.compiler.hotspot.GraalHotSpotVMConfig config
        start local 2 // org.graalvm.compiler.bytecode.BytecodeProvider bytecodeProvider
         0: .line 523
            aload 1 /* config */
            getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.useCRC32Intrinsics:Z
            ifeq 9
         1: .line 524
            new org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration
            dup
            aload 0 /* plugins */
            ldc Ljava/util/zip/CRC32;
            aload 2 /* bytecodeProvider */
            invokespecial org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Ljava/lang/reflect/Type;Lorg/graalvm/compiler/bytecode/BytecodeProvider;)V
            astore 3 /* r */
        start local 3 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
         2: .line 525
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/replacements/CRC32Substitutions;
            ldc "update"
            iconst_2
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_1
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.registerMethodSubstitution:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
         3: .line 526
            getstatic org.graalvm.compiler.serviceprovider.JDK9Method.Java8OrEarlier:Z
            ifeq 7
         4: .line 527
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/replacements/CRC32Substitutions;
            ldc "updateBytes"
            iconst_4
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_1
            ldc [B
            aastore
            dup
            iconst_2
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_3
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.registerMethodSubstitution:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
         5: .line 528
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/replacements/CRC32Substitutions;
            ldc "updateByteBuffer"
            iconst_4
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_1
            getstatic java.lang.Long.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_2
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_3
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.registerMethodSubstitution:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
         6: .line 529
            goto 9
         7: .line 530
      StackMap locals: org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration
      StackMap stack:
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/replacements/CRC32Substitutions;
            ldc "updateBytes0"
            iconst_4
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_1
            ldc [B
            aastore
            dup
            iconst_2
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_3
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.registerMethodSubstitution:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
         8: .line 531
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/replacements/CRC32Substitutions;
            ldc "updateByteBuffer0"
            iconst_4
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_1
            getstatic java.lang.Long.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_2
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_3
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.registerMethodSubstitution:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
        end local 3 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
         9: .line 534
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.graalvm.compiler.bytecode.BytecodeProvider bytecodeProvider
        end local 1 // org.graalvm.compiler.hotspot.GraalHotSpotVMConfig config
        end local 0 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins plugins
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   10     0           plugins  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
            0   10     1            config  Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            0   10     2  bytecodeProvider  Lorg/graalvm/compiler/bytecode/BytecodeProvider;
            2    9     3                 r  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$Registration;
    MethodParameters:
                  Name  Flags
      plugins           
      config            
      bytecodeProvider  

  private static void registerCRC32CPlugins(org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins, org.graalvm.compiler.hotspot.GraalHotSpotVMConfig, org.graalvm.compiler.bytecode.BytecodeProvider);
    descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;Lorg/graalvm/compiler/bytecode/BytecodeProvider;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins plugins
        start local 1 // org.graalvm.compiler.hotspot.GraalHotSpotVMConfig config
        start local 2 // org.graalvm.compiler.bytecode.BytecodeProvider bytecodeProvider
         0: .line 537
            aload 1 /* config */
            getfield org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.useCRC32CIntrinsics:Z
            ifeq 4
         1: .line 538
            new org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration
            dup
            aload 0 /* plugins */
            ldc "java.util.zip.CRC32C"
            aload 2 /* bytecodeProvider */
            invokespecial org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Ljava/lang/String;Lorg/graalvm/compiler/bytecode/BytecodeProvider;)V
            astore 3 /* r */
        start local 3 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
         2: .line 539
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/replacements/CRC32CSubstitutions;
            ldc "updateBytes"
            iconst_4
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_1
            ldc [B
            aastore
            dup
            iconst_2
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_3
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.registerMethodSubstitution:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
         3: .line 540
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/replacements/CRC32CSubstitutions;
            ldc "updateDirectByteBuffer"
            iconst_4
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_1
            getstatic java.lang.Long.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_2
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_3
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.registerMethodSubstitution:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
        end local 3 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
         4: .line 542
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.graalvm.compiler.bytecode.BytecodeProvider bytecodeProvider
        end local 1 // org.graalvm.compiler.hotspot.GraalHotSpotVMConfig config
        end local 0 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins plugins
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0           plugins  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
            0    5     1            config  Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            0    5     2  bytecodeProvider  Lorg/graalvm/compiler/bytecode/BytecodeProvider;
            2    4     3                 r  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$Registration;
    MethodParameters:
                  Name  Flags
      plugins           
      config            
      bytecodeProvider  
}
SourceFile: "HotSpotGraphBuilderPlugins.java"
NestMembers:
  org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$1  org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$10  org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$11  org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$12  org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$13  org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$2  org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$3  org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$4  org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$5  org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$6  org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$7  org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$8  org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$9
InnerClasses:
  public Options = org.graalvm.compiler.hotspot.meta.HotSpotAOTProfilingPlugin$Options of org.graalvm.compiler.hotspot.meta.HotSpotAOTProfilingPlugin
  org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$1
  org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$10
  org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$11
  org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$12
  org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$13
  org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$2
  org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$3
  org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$4
  org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$5
  org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$6
  org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$7
  org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$8
  org.graalvm.compiler.hotspot.meta.HotSpotGraphBuilderPlugins$9
  public Plugins = org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins of org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration
  public abstract Receiver = org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin$Receiver of org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin
  public Registration = org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration of org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins
  public final BarrierType = org.graalvm.compiler.nodes.memory.HeapAccess$BarrierType of org.graalvm.compiler.nodes.memory.HeapAccess