public class org.graalvm.compiler.jtt.reflect.Invoke_virtual01 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_virtual01
  super_class: org.graalvm.compiler.jtt.JTTTest
{
  static final org.graalvm.compiler.jtt.reflect.Invoke_virtual01$HelperTest helper;
    descriptor: Lorg/graalvm/compiler/jtt/reflect/Invoke_virtual01$HelperTest;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 38
            new org.graalvm.compiler.jtt.reflect.Invoke_virtual01$HelperTest
            dup
            bipush 55
            invokespecial org.graalvm.compiler.jtt.reflect.Invoke_virtual01$HelperTest.<init>:(I)V
            putstatic org.graalvm.compiler.jtt.reflect.Invoke_virtual01.helper:Lorg/graalvm/compiler/jtt/reflect/Invoke_virtual01$HelperTest;
            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.jtt.reflect.Invoke_virtual01 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_virtual01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/reflect/Invoke_virtual01;

  public static int test(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // int input
         0: .line 41
            iload 0 /* input */
            iconst_1
            if_icmpne 4
         1: .line 42
            ldc Lorg/graalvm/compiler/jtt/reflect/Invoke_virtual01$HelperTest;
            ldc "getInt"
            iconst_0
            anewarray java.lang.Class
            invokevirtual java.lang.Class.getDeclaredMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            astore 1 /* m */
        start local 1 // java.lang.reflect.Method m
         2: .line 43
            aload 1 /* m */
            getstatic org.graalvm.compiler.jtt.reflect.Invoke_virtual01.helper:Lorg/graalvm/compiler/jtt/reflect/Invoke_virtual01$HelperTest;
            iconst_0
            anewarray java.lang.Object
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* o */
        start local 2 // java.lang.Object o
         3: .line 44
            aload 2 /* o */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            ireturn
        end local 2 // java.lang.Object o
        end local 1 // java.lang.reflect.Method m
         4: .line 46
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // int input
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0  input  I
            2    4     1      m  Ljava/lang/reflect/Method;
            3    4     2      o  Ljava/lang/Object;
    Exceptions:
      throws java.lang.NoSuchMethodException, java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException
    MethodParameters:
       Name  Flags
      input  

  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_virtual01 this
         0: .line 62
            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_virtual01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/reflect/Invoke_virtual01;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "Invoke_virtual01.java"
NestMembers:
  org.graalvm.compiler.jtt.reflect.Invoke_virtual01$HelperTest
InnerClasses:
  public HelperTest = org.graalvm.compiler.jtt.reflect.Invoke_virtual01$HelperTest of org.graalvm.compiler.jtt.reflect.Invoke_virtual01