public class org.graalvm.compiler.jtt.reflect.Invoke_except01 extends org.graalvm.compiler.jtt.JTTTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.jtt.reflect.Invoke_except01
  super_class: org.graalvm.compiler.jtt.JTTTest
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.reflect.Invoke_except01 this
         0: .line 36
            aload 0 /* this */
            invokespecial org.graalvm.compiler.jtt.JTTTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.jtt.reflect.Invoke_except01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/reflect/Invoke_except01;

  public static int test(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // int arg
         0: .line 46
            iload 0 /* arg */
            ifne 3
         1: .line 47
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iconst_0
            newarray 10
            aastore
            astore 1 /* args */
        start local 1 // java.lang.Object[] args
         2: .line 48
            goto 13
        end local 1 // java.lang.Object[] args
      StackMap locals:
      StackMap stack:
         3: iload 0 /* arg */
            iconst_1
            if_icmpne 6
         4: .line 49
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iconst_3
            newarray 10
            aastore
            astore 1 /* args */
        start local 1 // java.lang.Object[] args
         5: .line 50
            goto 13
        end local 1 // java.lang.Object[] args
      StackMap locals:
      StackMap stack:
         6: iload 0 /* arg */
            iconst_2
            if_icmpne 9
         7: .line 51
            iconst_1
            anewarray java.lang.Object
            astore 1 /* args */
        start local 1 // java.lang.Object[] args
         8: .line 52
            goto 13
        end local 1 // java.lang.Object[] args
      StackMap locals:
      StackMap stack:
         9: iload 0 /* arg */
            iconst_3
            if_icmpne 12
        10: .line 53
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iconst_3
            newarray 5
            aastore
            astore 1 /* args */
        start local 1 // java.lang.Object[] args
        11: .line 54
            goto 13
        end local 1 // java.lang.Object[] args
        12: .line 55
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 1 /* args */
        start local 1 // java.lang.Object[] args
        13: .line 57
      StackMap locals: java.lang.Object[]
      StackMap stack:
            ldc Lorg/graalvm/compiler/jtt/reflect/Invoke_except01$TestClass;
            invokevirtual java.lang.Class.getDeclaredMethods:()[Ljava/lang/reflect/Method;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 18
      StackMap locals: int java.lang.Object[] top int int java.lang.reflect.Method[]
      StackMap stack:
        14: aload 5
            iload 3
            aaload
            astore 2 /* m */
        start local 2 // java.lang.reflect.Method m
        15: .line 58
            ldc "method"
            aload 2 /* m */
            invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 17
        16: .line 59
            aload 2 /* m */
            aconst_null
            aload 1 /* args */
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            ireturn
        end local 2 // java.lang.reflect.Method m
        17: .line 57
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
        18: iload 3
            iload 4
            if_icmplt 14
        19: .line 62
            bipush 42
            ireturn
        end local 1 // java.lang.Object[] args
        end local 0 // int arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0   arg  I
            2    3     1  args  [Ljava/lang/Object;
            5    6     1  args  [Ljava/lang/Object;
            8    9     1  args  [Ljava/lang/Object;
           11   12     1  args  [Ljava/lang/Object;
           13   20     1  args  [Ljava/lang/Object;
           15   17     2     m  Ljava/lang/reflect/Method;
    Exceptions:
      throws java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException
    MethodParameters:
      Name  Flags
      arg   

  public void run0();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.reflect.Invoke_except01 this
         0: .line 65
            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.jtt.reflect.Invoke_except01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/reflect/Invoke_except01;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

  public void run1();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.reflect.Invoke_except01 this
         0: .line 70
            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.jtt.reflect.Invoke_except01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/reflect/Invoke_except01;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

  public void run2();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.reflect.Invoke_except01 this
         0: .line 75
            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.jtt.reflect.Invoke_except01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/reflect/Invoke_except01;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

  public void run3();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.reflect.Invoke_except01 this
         0: .line 80
            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.jtt.reflect.Invoke_except01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/reflect/Invoke_except01;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

  public void run4();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.reflect.Invoke_except01 this
         0: .line 85
            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.jtt.reflect.Invoke_except01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/reflect/Invoke_except01;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "Invoke_except01.java"
NestMembers:
  org.graalvm.compiler.jtt.reflect.Invoke_except01$TestClass
InnerClasses:
  public TestClass = org.graalvm.compiler.jtt.reflect.Invoke_except01$TestClass of org.graalvm.compiler.jtt.reflect.Invoke_except01