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: 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 0: aload 0
invokespecial org.graalvm.compiler.jtt.JTTTest.<init>:()V
return
end local 0 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 0: iload 0
iconst_1
if_icmpne 4
1: 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
start local 1 2: aload 1
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
start local 2 3: aload 2
checkcast java.lang.Integer
invokevirtual java.lang.Integer.intValue:()I
ireturn
end local 2 end local 1 4: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 0 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 0: 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 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