public class org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest extends org.graalvm.compiler.core.test.GraalCompilerTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest
  super_class: org.graalvm.compiler.core.test.GraalCompilerTest
{
  public static int ValueFountain;
    descriptor: I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

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

  protected void registerInvocationPlugins(org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins);
    descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
        start local 1 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins invocationPlugins
         0: .line 202
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getSystemClassLoaderBytecodeProvider:()Lorg/graalvm/compiler/replacements/classfile/ClassfileBytecodeProvider;
            astore 2 /* bytecodeProvider */
        start local 2 // org.graalvm.compiler.replacements.classfile.ClassfileBytecodeProvider bytecodeProvider
         1: .line 203
            new org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration
            dup
            aload 1 /* invocationPlugins */
            ldc Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest$Substitutee;
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getReplacements:()Lorg/graalvm/compiler/nodes/spi/Replacements;
            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/nodes/spi/Replacements;Lorg/graalvm/compiler/bytecode/BytecodeProvider;)V
            astore 3 /* r */
        start local 3 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
         2: .line 204
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest$Substitutor;
            ldc "singleEffect"
            iconst_1
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            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 205
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest$Substitutor;
            ldc "sequentialEffectInvalid"
            iconst_1
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            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
         4: .line 206
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest$Substitutor;
            ldc "sequentialEffectInvalidVoid"
            iconst_1
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            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 207
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest$Substitutor;
            ldc "splitEffect"
            iconst_1
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            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 208
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest$Substitutor;
            ldc "splitEffectVoid"
            iconst_1
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            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
         7: .line 209
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest$Substitutor;
            ldc "multiSplitEffectNoMerge"
            iconst_1
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            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 210
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest$Substitutor;
            ldc "multiSplitEffectNoMergeInvalid"
            iconst_1
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            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
         9: .line 211
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest$Substitutor;
            ldc "splitEffectWrong"
            iconst_1
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            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
        10: .line 212
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest$Substitutor;
            ldc "splitParitalIntrinsicExit"
            iconst_1
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            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 213
            aload 0 /* this */
            aload 1 /* invocationPlugins */
            invokespecial org.graalvm.compiler.core.test.GraalCompilerTest.registerInvocationPlugins:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;)V
        12: .line 214
            return
        end local 3 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
        end local 2 // org.graalvm.compiler.replacements.classfile.ClassfileBytecodeProvider bytecodeProvider
        end local 1 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins invocationPlugins
        end local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest;
            0   13     1  invocationPlugins  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
            1   13     2   bytecodeProvider  Lorg/graalvm/compiler/replacements/classfile/ClassfileBytecodeProvider;
            2   13     3                  r  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$Registration;
    MethodParameters:
                   Name  Flags
      invocationPlugins  

  private org.graalvm.compiler.replacements.classfile.ClassfileBytecodeProvider getSystemClassLoaderBytecodeProvider();
    descriptor: ()Lorg/graalvm/compiler/replacements/classfile/ClassfileBytecodeProvider;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
         0: .line 217
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getReplacements:()Lorg/graalvm/compiler/nodes/spi/Replacements;
            checkcast org.graalvm.compiler.replacements.ReplacementsImpl
            astore 1 /* d */
        start local 1 // org.graalvm.compiler.replacements.ReplacementsImpl d
         1: .line 218
            aload 1 /* d */
            invokevirtual org.graalvm.compiler.replacements.ReplacementsImpl.getProviders:()Lorg/graalvm/compiler/phases/util/Providers;
            invokevirtual org.graalvm.compiler.phases.util.Providers.getMetaAccess:()Ljdk/vm/ci/meta/MetaAccessProvider;
            astore 2 /* metaAccess */
        start local 2 // jdk.vm.ci.meta.MetaAccessProvider metaAccess
         2: .line 219
            new org.graalvm.compiler.replacements.classfile.ClassfileBytecodeProvider
            dup
            aload 2 /* metaAccess */
            aload 1 /* d */
            getfield org.graalvm.compiler.replacements.ReplacementsImpl.snippetReflection:Lorg/graalvm/compiler/api/replacements/SnippetReflectionProvider;
            invokestatic java.lang.ClassLoader.getSystemClassLoader:()Ljava/lang/ClassLoader;
            invokespecial org.graalvm.compiler.replacements.classfile.ClassfileBytecodeProvider.<init>:(Ljdk/vm/ci/meta/MetaAccessProvider;Lorg/graalvm/compiler/api/replacements/SnippetReflectionProvider;Ljava/lang/ClassLoader;)V
            astore 3 /* bytecodeProvider */
        start local 3 // org.graalvm.compiler.replacements.classfile.ClassfileBytecodeProvider bytecodeProvider
         3: .line 220
            aload 3 /* bytecodeProvider */
            areturn
        end local 3 // org.graalvm.compiler.replacements.classfile.ClassfileBytecodeProvider bytecodeProvider
        end local 2 // jdk.vm.ci.meta.MetaAccessProvider metaAccess
        end local 1 // org.graalvm.compiler.replacements.ReplacementsImpl d
        end local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest;
            1    4     1                 d  Lorg/graalvm/compiler/replacements/ReplacementsImpl;
            2    4     2        metaAccess  Ljdk/vm/ci/meta/MetaAccessProvider;
            3    4     3  bytecodeProvider  Lorg/graalvm/compiler/replacements/classfile/ClassfileBytecodeProvider;

  static void snippet01();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 224
            bipush 42
            invokestatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest$Substitutee.singleEffect:(I)I
            pop
         1: .line 225
            getstatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.ValueFountain:I
            bipush 42
            if_icmpne 3
         2: .line 226
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.deoptimize:()V
         3: .line 228
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static void snippet02();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 231
            bipush 42
            invokestatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest$Substitutee.sequentialEffectInvalid:(I)I
            pop
         1: .line 232
            getstatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.ValueFountain:I
            bipush 42
            if_icmpne 3
         2: .line 233
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.deoptimize:()V
         3: .line 235
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static void snippet03();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 238
            bipush 42
            invokestatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest$Substitutee.sequentialEffectInvalidVoid:(I)V
         1: .line 239
            getstatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.ValueFountain:I
            bipush 42
            if_icmpne 3
         2: .line 240
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.deoptimize:()V
         3: .line 242
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static void snippet04();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 245
            getstatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.ValueFountain:I
            invokestatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest$Substitutee.splitEffect:(I)I
            pop
         1: .line 246
            getstatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.ValueFountain:I
            bipush 42
            if_icmpne 3
         2: .line 247
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.deoptimize:()V
         3: .line 249
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static void snippet05();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 252
            getstatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.ValueFountain:I
            invokestatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest$Substitutee.splitEffectVoid:(I)V
         1: .line 253
            getstatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.ValueFountain:I
            bipush 42
            if_icmpne 3
         2: .line 254
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.deoptimize:()V
         3: .line 256
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static void snippet06();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 259
            getstatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.ValueFountain:I
            invokestatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest$Substitutee.splitEffectWrong:(I)I
            pop
         1: .line 260
            getstatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.ValueFountain:I
            bipush 42
            if_icmpne 3
         2: .line 261
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.deoptimize:()V
         3: .line 263
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static void snippet07();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 266
            getstatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.ValueFountain:I
            invokestatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest$Substitutee.splitParitalIntrinsicExit:(I)I
            bipush 42
            if_icmpne 2
         1: .line 267
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.deoptimize:()V
         2: .line 269
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static void snippet08();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 272
            getstatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.ValueFountain:I
            invokestatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest$Substitutee.multiSplitEffectNoMerge:(I)I
            pop
         1: .line 273
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  org.graalvm.compiler.nodes.StructuredGraph getGraph(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/graalvm/compiler/nodes/StructuredGraph;
    flags: (0x0000) 
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
        start local 1 // java.lang.String snippet
         0: .line 276
            new org.graalvm.compiler.options.OptionValues
            dup
            invokestatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getInitialOptions:()Lorg/graalvm/compiler/options/OptionValues;
            getstatic org.graalvm.compiler.debug.DebugOptions.DumpOnError:Lorg/graalvm/compiler/options/OptionKey;
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            iconst_0
            anewarray java.lang.Object
            invokespecial org.graalvm.compiler.options.OptionValues.<init>:(Lorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/options/OptionKey;Ljava/lang/Object;[Ljava/lang/Object;)V
            astore 2 /* options */
        start local 2 // org.graalvm.compiler.options.OptionValues options
         1: .line 281
            new org.graalvm.compiler.options.OptionValues
            dup
            invokestatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getInitialOptions:()Lorg/graalvm/compiler/options/OptionValues;
            getstatic org.graalvm.compiler.java.BytecodeParserOptions.InlinePartialIntrinsicExitDuringParsing:Lorg/graalvm/compiler/options/OptionKey;
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            iconst_0
            anewarray java.lang.Object
            invokespecial org.graalvm.compiler.options.OptionValues.<init>:(Lorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/options/OptionKey;Ljava/lang/Object;[Ljava/lang/Object;)V
            astore 2 /* options */
         2: .line 282
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* snippet */
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getResolvedJavaMethod:(Ljava/lang/String;)Ljdk/vm/ci/meta/ResolvedJavaMethod;
            getstatic org.graalvm.compiler.nodes.StructuredGraph$AllowAssumptions.NO:Lorg/graalvm/compiler/nodes/StructuredGraph$AllowAssumptions;
            aload 2 /* options */
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.parseEager:(Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/nodes/StructuredGraph$AllowAssumptions;Lorg/graalvm/compiler/options/OptionValues;)Lorg/graalvm/compiler/nodes/StructuredGraph;
            astore 3 /* g */
        start local 3 // org.graalvm.compiler.nodes.StructuredGraph g
         3: .line 283
            ldc Lorg/graalvm/compiler/runtime/RuntimeProvider;
            invokestatic org.graalvm.compiler.api.test.Graal.getRequiredCapability:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast org.graalvm.compiler.runtime.RuntimeProvider
            invokeinterface org.graalvm.compiler.runtime.RuntimeProvider.getHostBackend:()Lorg/graalvm/compiler/core/target/Backend;
            invokevirtual org.graalvm.compiler.core.target.Backend.getSuites:()Lorg/graalvm/compiler/phases/tiers/SuitesProvider;
            invokestatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getInitialOptions:()Lorg/graalvm/compiler/options/OptionValues;
            invokeinterface org.graalvm.compiler.phases.tiers.SuitesProvider.getDefaultSuites:(Lorg/graalvm/compiler/options/OptionValues;)Lorg/graalvm/compiler/phases/tiers/Suites;
            astore 4 /* s */
        start local 4 // org.graalvm.compiler.phases.tiers.Suites s
         4: .line 284
            aload 4 /* s */
            invokevirtual org.graalvm.compiler.phases.tiers.Suites.getHighTier:()Lorg/graalvm/compiler/phases/PhaseSuite;
            aload 3 /* g */
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getDefaultHighTierContext:()Lorg/graalvm/compiler/phases/tiers/HighTierContext;
            invokevirtual org.graalvm.compiler.phases.PhaseSuite.apply:(Lorg/graalvm/compiler/nodes/StructuredGraph;Ljava/lang/Object;)V
         5: .line 285
            aload 4 /* s */
            invokevirtual org.graalvm.compiler.phases.tiers.Suites.getMidTier:()Lorg/graalvm/compiler/phases/PhaseSuite;
            aload 3 /* g */
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getDefaultMidTierContext:()Lorg/graalvm/compiler/phases/tiers/MidTierContext;
            invokevirtual org.graalvm.compiler.phases.PhaseSuite.apply:(Lorg/graalvm/compiler/nodes/StructuredGraph;Ljava/lang/Object;)V
         6: .line 286
            aload 3 /* g */
            areturn
        end local 4 // org.graalvm.compiler.phases.tiers.Suites s
        end local 3 // org.graalvm.compiler.nodes.StructuredGraph g
        end local 2 // org.graalvm.compiler.options.OptionValues options
        end local 1 // java.lang.String snippet
        end local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest;
            0    7     1  snippet  Ljava/lang/String;
            1    7     2  options  Lorg/graalvm/compiler/options/OptionValues;
            3    7     3        g  Lorg/graalvm/compiler/nodes/StructuredGraph;
            4    7     4        s  Lorg/graalvm/compiler/phases/tiers/Suites;
    MethodParameters:
         Name  Flags
      snippet  

  public void test1();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
         0: .line 289
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test2();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
         0: .line 294
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tAssert cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test3();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
         0: .line 308
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tAssert cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test4();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
         0: .line 322
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test5();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
         0: .line 327
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test6();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
         0: .line 332
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tAssert cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test7();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
         0: .line 346
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test8();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
         0: .line 351
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testRootCompiles();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
         0: .line 356
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tAssert cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest;
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "MethodSubstitutionEffectTest.java"
NestMembers:
  org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest$Substitutee  org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest$Substitutor
InnerClasses:
  Substitutee = org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest$Substitutee of org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest
  public Substitutor = org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest$Substitutor of org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest
  public final AllowAssumptions = org.graalvm.compiler.nodes.StructuredGraph$AllowAssumptions of org.graalvm.compiler.nodes.StructuredGraph
  public Registration = org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration of org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins