public class org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest 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.MethodSubstitutionForeignCallTest
  super_class: org.graalvm.compiler.core.test.GraalCompilerTest
{
  public static final org.graalvm.compiler.core.common.spi.ForeignCallDescriptor TEST_CALL_DEOPT;
    descriptor: Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.graalvm.compiler.core.common.spi.ForeignCallDescriptor TEST_CALL_REEXECUTABLE;
    descriptor: Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.graalvm.compiler.core.common.spi.ForeignCallDescriptor TEST_CALL_NON_DEOPT;
    descriptor: Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static int SideEffect;
    descriptor: I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=9, locals=0, args_size=0
         0: .line 60
            new org.graalvm.compiler.core.common.spi.ForeignCallDescriptor
            dup
            ldc "test"
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            iconst_0
            iconst_0
            anewarray jdk.internal.vm.compiler.word.LocationIdentity
            iconst_1
            iconst_1
            invokespecial org.graalvm.compiler.core.common.spi.ForeignCallDescriptor.<init>:(Ljava/lang/String;Ljava/lang/Class;[Ljava/lang/Class;Z[Ljdk/internal/vm/compiler/word/LocationIdentity;ZZ)V
            putstatic org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest.TEST_CALL_DEOPT:Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;
         1: .line 61
            new org.graalvm.compiler.core.common.spi.ForeignCallDescriptor
            dup
            ldc "test"
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            iconst_1
            iconst_0
            anewarray jdk.internal.vm.compiler.word.LocationIdentity
            iconst_0
            iconst_0
            invokespecial org.graalvm.compiler.core.common.spi.ForeignCallDescriptor.<init>:(Ljava/lang/String;Ljava/lang/Class;[Ljava/lang/Class;Z[Ljdk/internal/vm/compiler/word/LocationIdentity;ZZ)V
            putstatic org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest.TEST_CALL_REEXECUTABLE:Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;
         2: .line 62
            new org.graalvm.compiler.core.common.spi.ForeignCallDescriptor
            dup
            ldc "test"
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            iconst_0
            iconst_0
            anewarray jdk.internal.vm.compiler.word.LocationIdentity
            iconst_0
            iconst_0
            invokespecial org.graalvm.compiler.core.common.spi.ForeignCallDescriptor.<init>:(Ljava/lang/String;Ljava/lang/Class;[Ljava/lang/Class;Z[Ljdk/internal/vm/compiler/word/LocationIdentity;ZZ)V
            putstatic org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest.TEST_CALL_NON_DEOPT:Lorg/graalvm/compiler/core/common/spi/ForeignCallDescriptor;
         3: .line 180
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  protected void registerInvocationPlugins(org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins);
    descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=4, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest this
        start local 1 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins invocationPlugins
         0: .line 133
            aload 1 /* invocationPlugins */
            new org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest$1
            dup
            aload 0 /* this */
            invokespecial org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest$1.<init>:(Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionForeignCallTest;)V
         1: .line 143
            ldc Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionForeignCallTest;
            ldc "testDeopt"
            iconst_1
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
         2: .line 133
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins.register:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;Ljava/lang/reflect/Type;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
         3: .line 144
            aload 1 /* invocationPlugins */
            new org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest$2
            dup
            aload 0 /* this */
            invokespecial org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest$2.<init>:(Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionForeignCallTest;)V
         4: .line 153
            ldc Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionForeignCallTest;
            ldc "testNonDeopting"
            iconst_1
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
         5: .line 144
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins.register:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;Ljava/lang/reflect/Type;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
         6: .line 154
            aload 1 /* invocationPlugins */
            new org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest$3
            dup
            aload 0 /* this */
            invokespecial org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest$3.<init>:(Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionForeignCallTest;)V
         7: .line 163
            ldc Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionForeignCallTest;
            ldc "testPureReexectuable"
            iconst_1
            anewarray java.lang.reflect.Type
            dup
            iconst_0
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
         8: .line 154
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins.register:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;Ljava/lang/reflect/Type;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
         9: .line 164
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest.getSystemClassLoaderBytecodeProvider:()Lorg/graalvm/compiler/replacements/classfile/ClassfileBytecodeProvider;
            astore 2 /* bytecodeProvider */
        start local 2 // org.graalvm.compiler.replacements.classfile.ClassfileBytecodeProvider bytecodeProvider
        10: .line 165
            new org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration
            dup
            aload 1 /* invocationPlugins */
            ldc Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionForeignCallTest$A;
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest.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
        11: .line 166
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionForeignCallTest$ASubstitutions;
            ldc "invalidConsecutiveForeignCall1"
            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
        12: .line 167
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionForeignCallTest$ASubstitutions;
            ldc "invalidConsecutiveForeignCall2"
            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
        13: .line 168
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionForeignCallTest$ASubstitutions;
            ldc "validConsecutiveForeignCallReexecutable"
            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
        14: .line 169
            aload 3 /* r */
            ldc Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionForeignCallTest$ASubstitutions;
            ldc "splitForeignCallInvalid"
            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
        15: .line 170
            aload 0 /* this */
            aload 1 /* invocationPlugins */
            invokespecial org.graalvm.compiler.core.test.GraalCompilerTest.registerInvocationPlugins:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;)V
        16: .line 171
            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.MethodSubstitutionForeignCallTest this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   17     0               this  Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionForeignCallTest;
            0   17     1  invocationPlugins  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
           10   17     2   bytecodeProvider  Lorg/graalvm/compiler/replacements/classfile/ClassfileBytecodeProvider;
           11   17     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.MethodSubstitutionForeignCallTest this
         0: .line 174
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest.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 175
            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 176
            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 177
            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.MethodSubstitutionForeignCallTest this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionForeignCallTest;
            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;

  public static int testDeopt(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // int value
         0: .line 183
            iload 0 /* value */
            putstatic org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest.SideEffect:I
         1: .line 184
            iload 0 /* value */
            ireturn
        end local 0 // int value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  value  I
    MethodParameters:
       Name  Flags
      value  

  public static int testNonDeopting(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // int value
         0: .line 188
            iload 0 /* value */
            ireturn
        end local 0 // int value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  value  I
    MethodParameters:
       Name  Flags
      value  

  public static int testPureReexectuable(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // int value
         0: .line 192
            iload 0 /* value */
            ireturn
        end local 0 // int value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  value  I
    MethodParameters:
       Name  Flags
      value  

  public static void testSnippetInvalidSequential();
    descriptor: ()V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 196
            getstatic org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest.SideEffect:I
            invokestatic org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest$A.invalidConsecutiveForeignCall1:(I)V
         1: .line 197
            getstatic org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest.SideEffect:I
            iconst_1
            if_icmpne 3
         2: .line 198
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.deoptimize:()V
         3: .line 200
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static void testNonDeoptingInvalid();
    descriptor: ()V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 203
            getstatic org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest.SideEffect:I
            invokestatic org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest$A.invalidConsecutiveForeignCall2:(I)V
         1: .line 204
            getstatic org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest.SideEffect:I
            iconst_1
            if_icmpne 3
         2: .line 205
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.deoptimize:()V
         3: .line 207
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static void testNonDeoptingSplit();
    descriptor: ()V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 210
            getstatic org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest.SideEffect:I
            invokestatic org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest$A.splitForeignCallInvalid:(I)V
         1: .line 211
            getstatic org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest.SideEffect:I
            iconst_1
            if_icmpne 3
         2: .line 212
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.deoptimize:()V
         3: .line 214
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static void testNonDeoptingReexectuable();
    descriptor: ()V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 217
            getstatic org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest.SideEffect:I
            invokestatic org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest$A.validConsecutiveForeignCallReexecutable:(I)V
         1: .line 218
            getstatic org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest.SideEffect:I
            iconst_1
            if_icmpne 3
         2: .line 219
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.deoptimize:()V
         3: .line 221
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.MethodSubstitutionForeignCallTest this
         0: .line 223
            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.MethodSubstitutionForeignCallTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionForeignCallTest;
    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.MethodSubstitutionForeignCallTest this
         0: .line 241
            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.MethodSubstitutionForeignCallTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionForeignCallTest;
    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.MethodSubstitutionForeignCallTest this
         0: .line 259
            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.MethodSubstitutionForeignCallTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionForeignCallTest;
    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.MethodSubstitutionForeignCallTest this
         0: .line 277
            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.MethodSubstitutionForeignCallTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/MethodSubstitutionForeignCallTest;
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "MethodSubstitutionForeignCallTest.java"
NestMembers:
  org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest$1  org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest$2  org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest$3  org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest$A  org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest$ASubstitutions
InnerClasses:
  org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest$1
  org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest$2
  org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest$3
  public A = org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest$A of org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest
  public ASubstitutions = org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest$ASubstitutions of org.graalvm.compiler.hotspot.test.MethodSubstitutionForeignCallTest
  public Registration = org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration of org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins