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=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
         0: .line 302
            aload 0 /* this */
            ldc "snippet01"
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getGraph:(Ljava/lang/String;)Lorg/graalvm/compiler/nodes/StructuredGraph;
            pop
         1: .line 303
            return
        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;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void test2();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
         0: .line 308
            aload 0 /* this */
            ldc "snippet02"
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getResolvedJavaMethod:(Ljava/lang/String;)Ljdk/vm/ci/meta/ResolvedJavaMethod;
            astore 1 /* method */
        start local 1 // jdk.vm.ci.meta.ResolvedJavaMethod method
         1: .line 309
            aconst_null
            astore 2
            aconst_null
            astore 3
         2: new org.graalvm.compiler.debug.TTY$Filter
            dup
            invokespecial org.graalvm.compiler.debug.TTY$Filter.<init>:()V
            astore 4 /* c */
        start local 4 // java.lang.AutoCloseable c
         3: .line 310
            aload 0 /* this */
            aload 1 /* method */
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getDebugContext:(Ljdk/vm/ci/meta/ResolvedJavaMethod;)Lorg/graalvm/compiler/debug/DebugContext;
            astore 5 /* debug */
        start local 5 // org.graalvm.compiler.debug.DebugContext debug
         4: .line 311
            aload 5 /* debug */
            invokevirtual org.graalvm.compiler.debug.DebugContext.disableIntercept:()Lorg/graalvm/compiler/debug/DebugCloseable;
            astore 6 /* s */
        start local 6 // org.graalvm.compiler.debug.DebugCloseable s
         5: .line 312
            aload 0 /* this */
            aload 1 /* method */
            aload 5 /* debug */
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getGraph:(Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/debug/DebugContext;)Lorg/graalvm/compiler/nodes/StructuredGraph;
            pop
         6: .line 313
            ldc "Compilation should not reach this point, must throw an exception before"
            invokestatic org.junit.Assert.fail:(Ljava/lang/String;)V
         7: .line 314
            aload 6 /* s */
            ifnull 10
            aload 6 /* s */
            invokeinterface org.graalvm.compiler.debug.DebugCloseable.close:()V
            goto 10
      StackMap locals: org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest jdk.vm.ci.meta.ResolvedJavaMethod java.lang.Throwable java.lang.Throwable java.lang.AutoCloseable org.graalvm.compiler.debug.DebugContext org.graalvm.compiler.debug.DebugCloseable
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 6 /* s */
            ifnull 9
            aload 6 /* s */
            invokeinterface org.graalvm.compiler.debug.DebugCloseable.close:()V
        end local 6 // org.graalvm.compiler.debug.DebugCloseable s
      StackMap locals:
      StackMap stack:
         9: aload 2
            athrow
      StackMap locals:
      StackMap stack:
        10: aload 5 /* debug */
            ifnull 15
            aload 5 /* debug */
            invokevirtual org.graalvm.compiler.debug.DebugContext.close:()V
            goto 15
      StackMap locals:
      StackMap stack: java.lang.Throwable
        11: astore 3
            aload 2
            ifnonnull 12
            aload 3
            astore 2
            goto 13
      StackMap locals:
      StackMap stack:
        12: aload 2
            aload 3
            if_acmpeq 13
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        13: aload 5 /* debug */
            ifnull 14
            aload 5 /* debug */
            invokevirtual org.graalvm.compiler.debug.DebugContext.close:()V
        end local 5 // org.graalvm.compiler.debug.DebugContext debug
      StackMap locals:
      StackMap stack:
        14: aload 2
            athrow
      StackMap locals:
      StackMap stack:
        15: aload 4 /* c */
            ifnull 27
            aload 4 /* c */
            invokeinterface java.lang.AutoCloseable.close:()V
            goto 27
      StackMap locals:
      StackMap stack: java.lang.Throwable
        16: astore 3
            aload 2
            ifnonnull 17
            aload 3
            astore 2
            goto 18
      StackMap locals:
      StackMap stack:
        17: aload 2
            aload 3
            if_acmpeq 18
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        18: aload 4 /* c */
            ifnull 19
            aload 4 /* c */
            invokeinterface java.lang.AutoCloseable.close:()V
        end local 4 // java.lang.AutoCloseable c
      StackMap locals:
      StackMap stack:
        19: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        20: astore 3
            aload 2
            ifnonnull 21
            aload 3
            astore 2
            goto 22
      StackMap locals:
      StackMap stack:
        21: aload 2
            aload 3
            if_acmpeq 22
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        22: aload 2
            athrow
      StackMap locals: org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest jdk.vm.ci.meta.ResolvedJavaMethod
      StackMap stack: java.lang.Throwable
        23: astore 2 /* t */
        start local 2 // java.lang.Throwable t
        24: .line 315
            aload 2 /* t */
            invokevirtual java.lang.Throwable.getCause:()Ljava/lang/Throwable;
            instanceof org.graalvm.compiler.debug.GraalError
            ifeq 26
            aload 2 /* t */
            invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
            ldc "unexpected node between return StateSplit and last instruction"
            invokevirtual java.lang.String.contains:(Ljava/lang/CharSequence;)Z
            ifeq 26
        25: .line 316
            return
        26: .line 318
      StackMap locals: java.lang.Throwable
      StackMap stack:
            new java.lang.AssertionError
            dup
            aload 2 /* t */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 2 // java.lang.Throwable t
        27: .line 320
      StackMap locals:
      StackMap stack:
            return
        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   28     0    this  Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest;
            1   28     1  method  Ljdk/vm/ci/meta/ResolvedJavaMethod;
            3   19     4       c  Ljava/lang/AutoCloseable;
            4   14     5   debug  Lorg/graalvm/compiler/debug/DebugContext;
            5    9     6       s  Lorg/graalvm/compiler/debug/DebugCloseable;
           24   27     2       t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           5     7       8  any
           4    10      11  any
           3    15      16  any
           2    20      20  any
           1    23      23  Class java.lang.Throwable
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void test3();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
         0: .line 325
            aload 0 /* this */
            ldc "snippet03"
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getResolvedJavaMethod:(Ljava/lang/String;)Ljdk/vm/ci/meta/ResolvedJavaMethod;
            astore 1 /* method */
        start local 1 // jdk.vm.ci.meta.ResolvedJavaMethod method
         1: .line 326
            aconst_null
            astore 2
            aconst_null
            astore 3
         2: new org.graalvm.compiler.debug.TTY$Filter
            dup
            invokespecial org.graalvm.compiler.debug.TTY$Filter.<init>:()V
            astore 4 /* c */
        start local 4 // java.lang.AutoCloseable c
         3: .line 327
            aload 0 /* this */
            aload 1 /* method */
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getDebugContext:(Ljdk/vm/ci/meta/ResolvedJavaMethod;)Lorg/graalvm/compiler/debug/DebugContext;
            astore 5 /* debug */
        start local 5 // org.graalvm.compiler.debug.DebugContext debug
         4: .line 328
            aload 5 /* debug */
            invokevirtual org.graalvm.compiler.debug.DebugContext.disableIntercept:()Lorg/graalvm/compiler/debug/DebugCloseable;
            astore 6 /* s */
        start local 6 // org.graalvm.compiler.debug.DebugCloseable s
         5: .line 329
            aload 0 /* this */
            aload 1 /* method */
            aload 5 /* debug */
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getGraph:(Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/debug/DebugContext;)Lorg/graalvm/compiler/nodes/StructuredGraph;
            pop
         6: .line 330
            ldc "Compilation should not reach this point, must throw an exception before"
            invokestatic org.junit.Assert.fail:(Ljava/lang/String;)V
         7: .line 331
            aload 6 /* s */
            ifnull 10
            aload 6 /* s */
            invokeinterface org.graalvm.compiler.debug.DebugCloseable.close:()V
            goto 10
      StackMap locals: org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest jdk.vm.ci.meta.ResolvedJavaMethod java.lang.Throwable java.lang.Throwable java.lang.AutoCloseable org.graalvm.compiler.debug.DebugContext org.graalvm.compiler.debug.DebugCloseable
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 6 /* s */
            ifnull 9
            aload 6 /* s */
            invokeinterface org.graalvm.compiler.debug.DebugCloseable.close:()V
        end local 6 // org.graalvm.compiler.debug.DebugCloseable s
      StackMap locals:
      StackMap stack:
         9: aload 2
            athrow
      StackMap locals:
      StackMap stack:
        10: aload 5 /* debug */
            ifnull 15
            aload 5 /* debug */
            invokevirtual org.graalvm.compiler.debug.DebugContext.close:()V
            goto 15
      StackMap locals:
      StackMap stack: java.lang.Throwable
        11: astore 3
            aload 2
            ifnonnull 12
            aload 3
            astore 2
            goto 13
      StackMap locals:
      StackMap stack:
        12: aload 2
            aload 3
            if_acmpeq 13
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        13: aload 5 /* debug */
            ifnull 14
            aload 5 /* debug */
            invokevirtual org.graalvm.compiler.debug.DebugContext.close:()V
        end local 5 // org.graalvm.compiler.debug.DebugContext debug
      StackMap locals:
      StackMap stack:
        14: aload 2
            athrow
      StackMap locals:
      StackMap stack:
        15: aload 4 /* c */
            ifnull 27
            aload 4 /* c */
            invokeinterface java.lang.AutoCloseable.close:()V
            goto 27
      StackMap locals:
      StackMap stack: java.lang.Throwable
        16: astore 3
            aload 2
            ifnonnull 17
            aload 3
            astore 2
            goto 18
      StackMap locals:
      StackMap stack:
        17: aload 2
            aload 3
            if_acmpeq 18
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        18: aload 4 /* c */
            ifnull 19
            aload 4 /* c */
            invokeinterface java.lang.AutoCloseable.close:()V
        end local 4 // java.lang.AutoCloseable c
      StackMap locals:
      StackMap stack:
        19: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        20: astore 3
            aload 2
            ifnonnull 21
            aload 3
            astore 2
            goto 22
      StackMap locals:
      StackMap stack:
        21: aload 2
            aload 3
            if_acmpeq 22
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        22: aload 2
            athrow
      StackMap locals: org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest jdk.vm.ci.meta.ResolvedJavaMethod
      StackMap stack: java.lang.Throwable
        23: astore 2 /* t */
        start local 2 // java.lang.Throwable t
        24: .line 332
            aload 2 /* t */
            invokevirtual java.lang.Throwable.getCause:()Ljava/lang/Throwable;
            instanceof org.graalvm.compiler.debug.GraalError
            ifeq 26
            aload 2 /* t */
            invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
            ldc " produced invalid framestate"
            invokevirtual java.lang.String.contains:(Ljava/lang/CharSequence;)Z
            ifeq 26
        25: .line 333
            return
        26: .line 335
      StackMap locals: java.lang.Throwable
      StackMap stack:
            new java.lang.AssertionError
            dup
            aload 2 /* t */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 2 // java.lang.Throwable t
        27: .line 337
      StackMap locals:
      StackMap stack:
            return
        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   28     0    this  Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest;
            1   28     1  method  Ljdk/vm/ci/meta/ResolvedJavaMethod;
            3   19     4       c  Ljava/lang/AutoCloseable;
            4   14     5   debug  Lorg/graalvm/compiler/debug/DebugContext;
            5    9     6       s  Lorg/graalvm/compiler/debug/DebugCloseable;
           24   27     2       t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           5     7       8  any
           4    10      11  any
           3    15      16  any
           2    20      20  any
           1    23      23  Class java.lang.Throwable
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void test4();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
         0: .line 341
            aload 0 /* this */
            ldc "snippet04"
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getGraph:(Ljava/lang/String;)Lorg/graalvm/compiler/nodes/StructuredGraph;
            pop
         1: .line 342
            return
        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;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void test5();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
         0: .line 346
            aload 0 /* this */
            ldc "snippet05"
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getGraph:(Ljava/lang/String;)Lorg/graalvm/compiler/nodes/StructuredGraph;
            pop
         1: .line 347
            return
        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;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void test6();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
         0: .line 352
            aload 0 /* this */
            ldc "snippet06"
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getResolvedJavaMethod:(Ljava/lang/String;)Ljdk/vm/ci/meta/ResolvedJavaMethod;
            astore 1 /* method */
        start local 1 // jdk.vm.ci.meta.ResolvedJavaMethod method
         1: .line 353
            aconst_null
            astore 2
            aconst_null
            astore 3
         2: new org.graalvm.compiler.debug.TTY$Filter
            dup
            invokespecial org.graalvm.compiler.debug.TTY$Filter.<init>:()V
            astore 4 /* c */
        start local 4 // java.lang.AutoCloseable c
         3: .line 354
            aload 0 /* this */
            aload 1 /* method */
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getDebugContext:(Ljdk/vm/ci/meta/ResolvedJavaMethod;)Lorg/graalvm/compiler/debug/DebugContext;
            astore 5 /* debug */
        start local 5 // org.graalvm.compiler.debug.DebugContext debug
         4: .line 355
            aload 5 /* debug */
            invokevirtual org.graalvm.compiler.debug.DebugContext.disableIntercept:()Lorg/graalvm/compiler/debug/DebugCloseable;
            astore 6 /* s */
        start local 6 // org.graalvm.compiler.debug.DebugCloseable s
         5: .line 356
            aload 0 /* this */
            aload 1 /* method */
            aload 5 /* debug */
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getGraph:(Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/debug/DebugContext;)Lorg/graalvm/compiler/nodes/StructuredGraph;
            pop
         6: .line 357
            ldc "Compilation should not reach this point, must throw an exception before"
            invokestatic org.junit.Assert.fail:(Ljava/lang/String;)V
         7: .line 358
            aload 6 /* s */
            ifnull 10
            aload 6 /* s */
            invokeinterface org.graalvm.compiler.debug.DebugCloseable.close:()V
            goto 10
      StackMap locals: org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest jdk.vm.ci.meta.ResolvedJavaMethod java.lang.Throwable java.lang.Throwable java.lang.AutoCloseable org.graalvm.compiler.debug.DebugContext org.graalvm.compiler.debug.DebugCloseable
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 6 /* s */
            ifnull 9
            aload 6 /* s */
            invokeinterface org.graalvm.compiler.debug.DebugCloseable.close:()V
        end local 6 // org.graalvm.compiler.debug.DebugCloseable s
      StackMap locals:
      StackMap stack:
         9: aload 2
            athrow
      StackMap locals:
      StackMap stack:
        10: aload 5 /* debug */
            ifnull 15
            aload 5 /* debug */
            invokevirtual org.graalvm.compiler.debug.DebugContext.close:()V
            goto 15
      StackMap locals:
      StackMap stack: java.lang.Throwable
        11: astore 3
            aload 2
            ifnonnull 12
            aload 3
            astore 2
            goto 13
      StackMap locals:
      StackMap stack:
        12: aload 2
            aload 3
            if_acmpeq 13
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        13: aload 5 /* debug */
            ifnull 14
            aload 5 /* debug */
            invokevirtual org.graalvm.compiler.debug.DebugContext.close:()V
        end local 5 // org.graalvm.compiler.debug.DebugContext debug
      StackMap locals:
      StackMap stack:
        14: aload 2
            athrow
      StackMap locals:
      StackMap stack:
        15: aload 4 /* c */
            ifnull 27
            aload 4 /* c */
            invokeinterface java.lang.AutoCloseable.close:()V
            goto 27
      StackMap locals:
      StackMap stack: java.lang.Throwable
        16: astore 3
            aload 2
            ifnonnull 17
            aload 3
            astore 2
            goto 18
      StackMap locals:
      StackMap stack:
        17: aload 2
            aload 3
            if_acmpeq 18
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        18: aload 4 /* c */
            ifnull 19
            aload 4 /* c */
            invokeinterface java.lang.AutoCloseable.close:()V
        end local 4 // java.lang.AutoCloseable c
      StackMap locals:
      StackMap stack:
        19: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        20: astore 3
            aload 2
            ifnonnull 21
            aload 3
            astore 2
            goto 22
      StackMap locals:
      StackMap stack:
        21: aload 2
            aload 3
            if_acmpeq 22
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        22: aload 2
            athrow
      StackMap locals: org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest jdk.vm.ci.meta.ResolvedJavaMethod
      StackMap stack: java.lang.Throwable
        23: astore 2 /* t */
        start local 2 // java.lang.Throwable t
        24: .line 359
            aload 2 /* t */
            invokevirtual java.lang.Throwable.getCause:()Ljava/lang/Throwable;
            instanceof org.graalvm.compiler.debug.GraalError
            ifeq 26
            aload 2 /* t */
            invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
            ldc " produced invalid framestate"
            invokevirtual java.lang.String.contains:(Ljava/lang/CharSequence;)Z
            ifeq 26
        25: .line 360
            return
        26: .line 362
      StackMap locals: java.lang.Throwable
      StackMap stack:
            new java.lang.AssertionError
            dup
            aload 2 /* t */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 2 // java.lang.Throwable t
        27: .line 364
      StackMap locals:
      StackMap stack:
            return
        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   28     0    this  Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest;
            1   28     1  method  Ljdk/vm/ci/meta/ResolvedJavaMethod;
            3   19     4       c  Ljava/lang/AutoCloseable;
            4   14     5   debug  Lorg/graalvm/compiler/debug/DebugContext;
            5    9     6       s  Lorg/graalvm/compiler/debug/DebugCloseable;
           24   27     2       t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           5     7       8  any
           4    10      11  any
           3    15      16  any
           2    20      20  any
           1    23      23  Class java.lang.Throwable
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void test7();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
         0: .line 368
            aload 0 /* this */
            ldc "snippet07"
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getGraph:(Ljava/lang/String;)Lorg/graalvm/compiler/nodes/StructuredGraph;
            pop
         1: .line 369
            return
        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;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void test8();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
         0: .line 373
            aload 0 /* this */
            ldc "snippet08"
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getGraph:(Ljava/lang/String;)Lorg/graalvm/compiler/nodes/StructuredGraph;
            pop
         1: .line 374
            return
        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;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testRootCompiles();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=11, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
         0: .line 379
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* intrinisicsWithoutErrors */
        start local 1 // java.util.ArrayList intrinisicsWithoutErrors
         1: .line 380
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* intrinisicsErrors */
        start local 2 // java.util.ArrayList intrinisicsErrors
         2: .line 382
            aload 1 /* intrinisicsWithoutErrors */
            aload 0 /* this */
            ldc Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest$Substitutee;
            ldc "singleEffect"
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getResolvedJavaMethod:(Ljava/lang/Class;Ljava/lang/String;)Ljdk/vm/ci/meta/ResolvedJavaMethod;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         3: .line 383
            aload 1 /* intrinisicsWithoutErrors */
            aload 0 /* this */
            ldc Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest$Substitutee;
            ldc "splitEffect"
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getResolvedJavaMethod:(Ljava/lang/Class;Ljava/lang/String;)Ljdk/vm/ci/meta/ResolvedJavaMethod;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         4: .line 384
            aload 1 /* intrinisicsWithoutErrors */
            aload 0 /* this */
            ldc Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest$Substitutee;
            ldc "splitEffectVoid"
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getResolvedJavaMethod:(Ljava/lang/Class;Ljava/lang/String;)Ljdk/vm/ci/meta/ResolvedJavaMethod;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         5: .line 385
            aload 1 /* intrinisicsWithoutErrors */
            aload 0 /* this */
            ldc Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest$Substitutee;
            ldc "multiSplitEffectNoMerge"
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getResolvedJavaMethod:(Ljava/lang/Class;Ljava/lang/String;)Ljdk/vm/ci/meta/ResolvedJavaMethod;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         6: .line 386
            aload 1 /* intrinisicsWithoutErrors */
            aload 0 /* this */
            ldc Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest$Substitutee;
            ldc "splitParitalIntrinsicExit"
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getResolvedJavaMethod:(Ljava/lang/Class;Ljava/lang/String;)Ljdk/vm/ci/meta/ResolvedJavaMethod;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         7: .line 388
            aload 2 /* intrinisicsErrors */
            aload 0 /* this */
            ldc Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest$Substitutee;
            ldc "sequentialEffectInvalid"
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getResolvedJavaMethod:(Ljava/lang/Class;Ljava/lang/String;)Ljdk/vm/ci/meta/ResolvedJavaMethod;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         8: .line 389
            aload 2 /* intrinisicsErrors */
            aload 0 /* this */
            ldc Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest$Substitutee;
            ldc "sequentialEffectInvalidVoid"
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getResolvedJavaMethod:(Ljava/lang/Class;Ljava/lang/String;)Ljdk/vm/ci/meta/ResolvedJavaMethod;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         9: .line 390
            aload 2 /* intrinisicsErrors */
            aload 0 /* this */
            ldc Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest$Substitutee;
            ldc "splitEffectWrong"
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getResolvedJavaMethod:(Ljava/lang/Class;Ljava/lang/String;)Ljdk/vm/ci/meta/ResolvedJavaMethod;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        10: .line 391
            aload 2 /* intrinisicsErrors */
            aload 0 /* this */
            ldc Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest$Substitutee;
            ldc "multiSplitEffectNoMergeInvalid"
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getResolvedJavaMethod:(Ljava/lang/Class;Ljava/lang/String;)Ljdk/vm/ci/meta/ResolvedJavaMethod;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        11: .line 393
            aload 1 /* intrinisicsWithoutErrors */
            invokevirtual java.util.ArrayList.iterator:()Ljava/util/Iterator;
            astore 4
            goto 15
      StackMap locals: org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest java.util.ArrayList java.util.ArrayList top java.util.Iterator
      StackMap stack:
        12: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast jdk.vm.ci.meta.ResolvedJavaMethod
            astore 3 /* method */
        start local 3 // jdk.vm.ci.meta.ResolvedJavaMethod method
        13: .line 394
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getProviders:()Lorg/graalvm/compiler/phases/util/Providers;
            invokevirtual org.graalvm.compiler.phases.util.Providers.getReplacements:()Lorg/graalvm/compiler/nodes/spi/Replacements;
            aload 3 /* method */
            getstatic org.graalvm.compiler.core.common.CompilationIdentifier.INVALID_COMPILATION_ID:Lorg/graalvm/compiler/core/common/CompilationRequestIdentifier;
            aload 0 /* this */
            aload 3 /* method */
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getDebugContext:(Ljdk/vm/ci/meta/ResolvedJavaMethod;)Lorg/graalvm/compiler/debug/DebugContext;
            getstatic org.graalvm.compiler.nodes.StructuredGraph$AllowAssumptions.YES:Lorg/graalvm/compiler/nodes/StructuredGraph$AllowAssumptions;
            aconst_null
            invokeinterface org.graalvm.compiler.nodes.spi.Replacements.getIntrinsicGraph:(Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/core/common/CompilationIdentifier;Lorg/graalvm/compiler/debug/DebugContext;Lorg/graalvm/compiler/nodes/StructuredGraph$AllowAssumptions;Lorg/graalvm/compiler/nodes/Cancellable;)Lorg/graalvm/compiler/nodes/StructuredGraph;
            astore 5 /* graph */
        start local 5 // org.graalvm.compiler.nodes.StructuredGraph graph
        14: .line 395
            aload 0 /* this */
            aload 3 /* method */
            aload 5 /* graph */
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getCode:(Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/nodes/StructuredGraph;)Ljdk/vm/ci/code/InstalledCode;
            pop
        end local 5 // org.graalvm.compiler.nodes.StructuredGraph graph
        end local 3 // jdk.vm.ci.meta.ResolvedJavaMethod method
        15: .line 393
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 12
        16: .line 397
            aload 2 /* intrinisicsErrors */
            invokevirtual java.util.ArrayList.iterator:()Ljava/util/Iterator;
            astore 4
            goto 46
      StackMap locals:
      StackMap stack:
        17: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast jdk.vm.ci.meta.ResolvedJavaMethod
            astore 3 /* method */
        start local 3 // jdk.vm.ci.meta.ResolvedJavaMethod method
        18: .line 398
            aconst_null
            astore 5
            aconst_null
            astore 6
        19: new org.graalvm.compiler.debug.TTY$Filter
            dup
            invokespecial org.graalvm.compiler.debug.TTY$Filter.<init>:()V
            astore 7 /* c */
        start local 7 // java.lang.AutoCloseable c
        20: .line 399
            aload 0 /* this */
            aload 3 /* method */
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getDebugContext:(Ljdk/vm/ci/meta/ResolvedJavaMethod;)Lorg/graalvm/compiler/debug/DebugContext;
            astore 8 /* debug */
        start local 8 // org.graalvm.compiler.debug.DebugContext debug
        21: .line 400
            aload 8 /* debug */
            invokevirtual org.graalvm.compiler.debug.DebugContext.disableIntercept:()Lorg/graalvm/compiler/debug/DebugCloseable;
            astore 9 /* s */
        start local 9 // org.graalvm.compiler.debug.DebugCloseable s
        22: .line 401
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getProviders:()Lorg/graalvm/compiler/phases/util/Providers;
            invokevirtual org.graalvm.compiler.phases.util.Providers.getReplacements:()Lorg/graalvm/compiler/nodes/spi/Replacements;
            aload 3 /* method */
            getstatic org.graalvm.compiler.core.common.CompilationIdentifier.INVALID_COMPILATION_ID:Lorg/graalvm/compiler/core/common/CompilationRequestIdentifier;
            aload 8 /* debug */
            getstatic org.graalvm.compiler.nodes.StructuredGraph$AllowAssumptions.YES:Lorg/graalvm/compiler/nodes/StructuredGraph$AllowAssumptions;
            aconst_null
            invokeinterface org.graalvm.compiler.nodes.spi.Replacements.getIntrinsicGraph:(Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/core/common/CompilationIdentifier;Lorg/graalvm/compiler/debug/DebugContext;Lorg/graalvm/compiler/nodes/StructuredGraph$AllowAssumptions;Lorg/graalvm/compiler/nodes/Cancellable;)Lorg/graalvm/compiler/nodes/StructuredGraph;
            astore 10 /* graph */
        start local 10 // org.graalvm.compiler.nodes.StructuredGraph graph
        23: .line 402
            aload 0 /* this */
            aload 3 /* method */
            aload 10 /* graph */
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest.getCode:(Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/nodes/StructuredGraph;)Ljdk/vm/ci/code/InstalledCode;
            pop
        24: .line 403
            ldc "Compilation should not reach this point, must throw an exception before"
            invokestatic org.junit.Assert.fail:(Ljava/lang/String;)V
        end local 10 // org.graalvm.compiler.nodes.StructuredGraph graph
        25: .line 404
            aload 9 /* s */
            ifnull 28
            aload 9 /* s */
            invokeinterface org.graalvm.compiler.debug.DebugCloseable.close:()V
            goto 28
      StackMap locals: org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest java.util.ArrayList java.util.ArrayList jdk.vm.ci.meta.ResolvedJavaMethod java.util.Iterator java.lang.Throwable java.lang.Throwable java.lang.AutoCloseable org.graalvm.compiler.debug.DebugContext org.graalvm.compiler.debug.DebugCloseable
      StackMap stack: java.lang.Throwable
        26: astore 5
            aload 9 /* s */
            ifnull 27
            aload 9 /* s */
            invokeinterface org.graalvm.compiler.debug.DebugCloseable.close:()V
        end local 9 // org.graalvm.compiler.debug.DebugCloseable s
      StackMap locals:
      StackMap stack:
        27: aload 5
            athrow
      StackMap locals:
      StackMap stack:
        28: aload 8 /* debug */
            ifnull 33
            aload 8 /* debug */
            invokevirtual org.graalvm.compiler.debug.DebugContext.close:()V
            goto 33
      StackMap locals:
      StackMap stack: java.lang.Throwable
        29: astore 6
            aload 5
            ifnonnull 30
            aload 6
            astore 5
            goto 31
      StackMap locals:
      StackMap stack:
        30: aload 5
            aload 6
            if_acmpeq 31
            aload 5
            aload 6
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        31: aload 8 /* debug */
            ifnull 32
            aload 8 /* debug */
            invokevirtual org.graalvm.compiler.debug.DebugContext.close:()V
        end local 8 // org.graalvm.compiler.debug.DebugContext debug
      StackMap locals:
      StackMap stack:
        32: aload 5
            athrow
      StackMap locals:
      StackMap stack:
        33: aload 7 /* c */
            ifnull 46
            aload 7 /* c */
            invokeinterface java.lang.AutoCloseable.close:()V
            goto 46
      StackMap locals:
      StackMap stack: java.lang.Throwable
        34: astore 6
            aload 5
            ifnonnull 35
            aload 6
            astore 5
            goto 36
      StackMap locals:
      StackMap stack:
        35: aload 5
            aload 6
            if_acmpeq 36
            aload 5
            aload 6
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        36: aload 7 /* c */
            ifnull 37
            aload 7 /* c */
            invokeinterface java.lang.AutoCloseable.close:()V
        end local 7 // java.lang.AutoCloseable c
      StackMap locals:
      StackMap stack:
        37: aload 5
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        38: astore 6
            aload 5
            ifnonnull 39
            aload 6
            astore 5
            goto 40
      StackMap locals:
      StackMap stack:
        39: aload 5
            aload 6
            if_acmpeq 40
            aload 5
            aload 6
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        40: aload 5
            athrow
      StackMap locals: org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest java.util.ArrayList java.util.ArrayList jdk.vm.ci.meta.ResolvedJavaMethod java.util.Iterator
      StackMap stack: java.lang.Throwable
        41: astore 5 /* t */
        start local 5 // java.lang.Throwable t
        42: .line 405
            aload 5 /* t */
            invokevirtual java.lang.Throwable.getCause:()Ljava/lang/Throwable;
            instanceof org.graalvm.compiler.debug.GraalError
            ifne 43
            aload 5 /* t */
            instanceof org.graalvm.compiler.debug.GraalError
            ifeq 45
      StackMap locals: java.lang.Throwable
      StackMap stack:
        43: aload 5 /* t */
            invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
            ldc "invalid state"
            invokevirtual java.lang.String.contains:(Ljava/lang/CharSequence;)Z
            ifeq 45
        44: .line 406
            goto 46
        45: .line 408
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            aload 5 /* t */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 5 // java.lang.Throwable t
        end local 3 // jdk.vm.ci.meta.ResolvedJavaMethod method
        46: .line 397
      StackMap locals: org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest java.util.ArrayList java.util.ArrayList top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 17
        47: .line 412
            return
        end local 2 // java.util.ArrayList intrinisicsErrors
        end local 1 // java.util.ArrayList intrinisicsWithoutErrors
        end local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   48     0                      this  Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionEffectTest;
            1   48     1  intrinisicsWithoutErrors  Ljava/util/ArrayList<Ljdk/vm/ci/meta/ResolvedJavaMethod;>;
            2   48     2         intrinisicsErrors  Ljava/util/ArrayList<Ljdk/vm/ci/meta/ResolvedJavaMethod;>;
           13   15     3                    method  Ljdk/vm/ci/meta/ResolvedJavaMethod;
           14   15     5                     graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
           18   46     3                    method  Ljdk/vm/ci/meta/ResolvedJavaMethod;
           20   37     7                         c  Ljava/lang/AutoCloseable;
           21   32     8                     debug  Lorg/graalvm/compiler/debug/DebugContext;
           22   27     9                         s  Lorg/graalvm/compiler/debug/DebugCloseable;
           23   25    10                     graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
           42   46     5                         t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
          22    25      26  any
          21    28      29  any
          20    33      34  any
          19    38      38  any
          18    41      41  Class java.lang.Throwable
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "MethodSubstitutionEffectTest.java"
NestMembers:
  org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest$Substitutee  org.graalvm.compiler.hotspot.test.MethodSubstitutionEffectTest$Substitutor
InnerClasses:
  public Filter = org.graalvm.compiler.debug.TTY$Filter of org.graalvm.compiler.debug.TTY
  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