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 57
            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 204
            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 205
            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 206
            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 207
            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 208
            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 209
            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 210
            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 211
            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 212
            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 213
            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 214
            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 215
            aload 0 /* this */
            aload 1 /* invocationPlugins */
            invokespecial org.graalvm.compiler.core.test.GraalCompilerTest.registerInvocationPlugins:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;)V
        12: .line 216
            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 219
            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 220
            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 221
            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 222
            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 226
            bipush 42
            invokestatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest$Substitutee.singleEffect:(I)I
            pop
         1: .line 227
            getstatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.ValueFountain:I
            bipush 42
            if_icmpne 3
         2: .line 228
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.deoptimize:()V
         3: .line 230
      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 233
            bipush 42
            invokestatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest$Substitutee.sequentialEffectInvalid:(I)I
            pop
         1: .line 234
            getstatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.ValueFountain:I
            bipush 42
            if_icmpne 3
         2: .line 235
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.deoptimize:()V
         3: .line 237
      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 240
            bipush 42
            invokestatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest$Substitutee.sequentialEffectInvalidVoid:(I)V
         1: .line 241
            getstatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.ValueFountain:I
            bipush 42
            if_icmpne 3
         2: .line 242
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.deoptimize:()V
         3: .line 244
      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 247
            getstatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.ValueFountain:I
            invokestatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest$Substitutee.splitEffect:(I)I
            pop
         1: .line 248
            getstatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.ValueFountain:I
            bipush 42
            if_icmpne 3
         2: .line 249
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.deoptimize:()V
         3: .line 251
      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 254
            getstatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.ValueFountain:I
            invokestatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest$Substitutee.splitEffectVoid:(I)V
         1: .line 255
            getstatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.ValueFountain:I
            bipush 42
            if_icmpne 3
         2: .line 256
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.deoptimize:()V
         3: .line 258
      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 261
            getstatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.ValueFountain:I
            invokestatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest$Substitutee.splitEffectWrong:(I)I
            pop
         1: .line 262
            getstatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.ValueFountain:I
            bipush 42
            if_icmpne 3
         2: .line 263
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.deoptimize:()V
         3: .line 265
      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 268
            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 269
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.deoptimize:()V
         2: .line 271
      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 274
            getstatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.ValueFountain:I
            invokestatic org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest$Substitutee.multiSplitEffectNoMerge:(I)I
            pop
         1: .line 275
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private org.graalvm.compiler.debug.DebugContext getDebugContext(jdk.vm.ci.meta.ResolvedJavaMethod);
    descriptor: (Ljdk/vm/ci/meta/ResolvedJavaMethod;)Lorg/graalvm/compiler/debug/DebugContext;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
        start local 1 // jdk.vm.ci.meta.ResolvedJavaMethod method
         0: .line 282
            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_2
            anewarray java.lang.Object
            dup
            iconst_0
         1: .line 283
            getstatic org.graalvm.compiler.java.BytecodeParserOptions.InlinePartialIntrinsicExitDuringParsing:Lorg/graalvm/compiler/options/OptionKey;
            aastore
            dup
            iconst_1
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
         2: .line 282
            aastore
            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
         3: .line 284
            aload 0 /* this */
            aload 2 /* options */
            aconst_null
            aload 1 /* method */
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getDebugContext:(Lorg/graalvm/compiler/options/OptionValues;Ljava/lang/String;Ljdk/vm/ci/meta/ResolvedJavaMethod;)Lorg/graalvm/compiler/debug/DebugContext;
            areturn
        end local 2 // org.graalvm.compiler.options.OptionValues options
        end local 1 // jdk.vm.ci.meta.ResolvedJavaMethod method
        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;
            0    4     1   method  Ljdk/vm/ci/meta/ResolvedJavaMethod;
            3    4     2  options  Lorg/graalvm/compiler/options/OptionValues;
    MethodParameters:
        Name  Flags
      method  

  org.graalvm.compiler.nodes.StructuredGraph getGraph(jdk.vm.ci.meta.ResolvedJavaMethod, org.graalvm.compiler.debug.DebugContext);
    descriptor: (Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/debug/DebugContext;)Lorg/graalvm/compiler/nodes/StructuredGraph;
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
        start local 1 // jdk.vm.ci.meta.ResolvedJavaMethod method
        start local 2 // org.graalvm.compiler.debug.DebugContext debug
         0: .line 288
            aload 0 /* this */
            aload 1 /* method */
            getstatic org.graalvm.compiler.nodes.StructuredGraph$AllowAssumptions.NO:Lorg/graalvm/compiler/nodes/StructuredGraph$AllowAssumptions;
            aload 2 /* debug */
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.parseEager:(Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/nodes/StructuredGraph$AllowAssumptions;Lorg/graalvm/compiler/debug/DebugContext;)Lorg/graalvm/compiler/nodes/StructuredGraph;
            astore 3 /* g */
        start local 3 // org.graalvm.compiler.nodes.StructuredGraph g
         1: .line 289
            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
         2: .line 290
            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
         3: .line 291
            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
         4: .line 292
            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.debug.DebugContext debug
        end local 1 // jdk.vm.ci.meta.ResolvedJavaMethod method
        end local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest;
            0    5     1  method  Ljdk/vm/ci/meta/ResolvedJavaMethod;
            0    5     2   debug  Lorg/graalvm/compiler/debug/DebugContext;
            1    5     3       g  Lorg/graalvm/compiler/nodes/StructuredGraph;
            2    5     4       s  Lorg/graalvm/compiler/phases/tiers/Suites;
    MethodParameters:
        Name  Flags
      method  
      debug   

  org.graalvm.compiler.nodes.StructuredGraph getGraph(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/graalvm/compiler/nodes/StructuredGraph;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
        start local 1 // java.lang.String snippet
         0: .line 296
            aload 0 /* this */
            aload 1 /* snippet */
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getResolvedJavaMethod:(Ljava/lang/String;)Ljdk/vm/ci/meta/ResolvedJavaMethod;
            astore 2 /* method */
        start local 2 // jdk.vm.ci.meta.ResolvedJavaMethod method
         1: .line 297
            aload 0 /* this */
            aload 2 /* method */
            aload 0 /* this */
            aload 2 /* method */
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getDebugContext:(Ljdk/vm/ci/meta/ResolvedJavaMethod;)Lorg/graalvm/compiler/debug/DebugContext;
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getGraph:(Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/debug/DebugContext;)Lorg/graalvm/compiler/nodes/StructuredGraph;
            areturn
        end local 2 // jdk.vm.ci.meta.ResolvedJavaMethod method
        end local 1 // java.lang.String snippet
        end local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest;
            0    2     1  snippet  Ljava/lang/String;
            1    2     2   method  Ljdk/vm/ci/meta/ResolvedJavaMethod;
    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 300
            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 305
            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 322
            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 339
            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 344
            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 349
            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 366
            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 371
            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 376
            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