public final class org.graalvm.compiler.core.test.InterfaceMethodHandleTest extends org.graalvm.compiler.core.test.GraalCompilerTest
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.graalvm.compiler.core.test.InterfaceMethodHandleTest
super_class: org.graalvm.compiler.core.test.GraalCompilerTest
{
private static final java.lang.invoke.MethodHandle INTERFACE_HANDLE_M;
descriptor: Ljava/lang/invoke/MethodHandle;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final java.lang.invoke.MethodHandle INTERFACE_HANDLE_M2;
descriptor: Ljava/lang/invoke/MethodHandle;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final java.lang.String BASENAME;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final java.lang.String NAME;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private org.graalvm.compiler.core.test.InterfaceMethodHandleTest$AsmLoader loader;
descriptor: Lorg/graalvm/compiler/core/test/InterfaceMethodHandleTest$AsmLoader;
flags: (0x0002) ACC_PRIVATE
public void <init>();
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 problems: \n\tThe import org.junit cannot be resolved\n\tThe import org.objectweb cannot be resolved\n\tThe import org.objectweb cannot be resolved\n\tThe import org.objectweb cannot be resolved\n\tThe import org.objectweb cannot be resolved\n\tOpcodes cannot be resolved to a type\n\tTest cannot be resolved to a type\n\tTest cannot be resolved to a type\n\tTest cannot be resolved to a type\n\tClassWriter cannot be resolved to a type\n\tClassWriter cannot be resolved to a type\n\tMethodVisitor cannot be resolved to a type\n\tACC_SUPER cannot be resolved to a variable\n\tACC_PUBLIC cannot be resolved to a variable\n\tACC_PUBLIC cannot be resolved to a variable\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tALOAD cannot be resolved to a variable\n\tINVOKESPECIAL cannot be resolved to a variable\n\tRETURN cannot be resolved to a variable\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tACC_PRIVATE cannot be resolved to a variable\n\tLabel cannot be resolved to a type\n\tICONST_0 cannot be resolved to a variable\n\tIRETURN cannot be resolved to a variable\n\tLabel cannot be resolved to a type\n\tACC_PRIVATE cannot be resolved to a variable\n\tLabel cannot be resolved to a type\n\tICONST_0 cannot be resolved to a variable\n\tIRETURN cannot be resolved to a variable\n\tLabel 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/core/test/InterfaceMethodHandleTest;
public static java.lang.Object invokeInterfaceHandle(org.graalvm.compiler.core.test.InterfaceMethodHandleTest$I);
descriptor: (Lorg/graalvm/compiler/core/test/InterfaceMethodHandleTest$I;)Ljava/lang/Object;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.Throwable
MethodParameters:
Name Flags
o
public void testInvokeInterface01();
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/core/test/InterfaceMethodHandleTest;
RuntimeInvisibleAnnotations:
Test()
public void testInvokeInterface02();
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/core/test/InterfaceMethodHandleTest;
Exceptions:
throws java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.ClassNotFoundException
RuntimeInvisibleAnnotations:
Test()
public static java.lang.Object invokeInterfaceHandle2(org.graalvm.compiler.core.test.InterfaceMethodHandleTest$I, int, int, int, int, int, int, int, int, int, int);
descriptor: (Lorg/graalvm/compiler/core/test/InterfaceMethodHandleTest$I;IIIIIIIIII)Ljava/lang/Object;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=11, args_size=11
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.Throwable
MethodParameters:
Name Flags
o
a
b
c
d
e
f
g
h
i
j
protected jdk.vm.ci.code.InstalledCode addMethod(jdk.vm.ci.meta.ResolvedJavaMethod, org.graalvm.compiler.code.CompilationResult);
descriptor: (Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/code/CompilationResult;)Ljdk/vm/ci/code/InstalledCode;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \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/core/test/InterfaceMethodHandleTest;
MethodParameters:
Name Flags
method
compResult
public void testInvokeInterface03();
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/core/test/InterfaceMethodHandleTest;
Exceptions:
throws java.lang.Throwable
RuntimeInvisibleAnnotations:
Test()
public static byte[] bytesForB();
descriptor: ()[B
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tClassWriter cannot be resolved to a type\n\tClassWriter cannot be resolved to a type\n\tMethodVisitor cannot be resolved to a type\n\tACC_SUPER cannot be resolved to a variable\n\tACC_PUBLIC cannot be resolved to a variable\n\tACC_PUBLIC cannot be resolved to a variable\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tALOAD cannot be resolved to a variable\n\tINVOKESPECIAL cannot be resolved to a variable\n\tRETURN cannot be resolved to a variable\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tACC_PRIVATE cannot be resolved to a variable\n\tLabel cannot be resolved to a type\n\tICONST_0 cannot be resolved to a variable\n\tIRETURN cannot be resolved to a variable\n\tLabel cannot be resolved to a type\n\tACC_PRIVATE cannot be resolved to a variable\n\tLabel cannot be resolved to a type\n\tICONST_0 cannot be resolved to a variable\n\tIRETURN cannot be resolved to a variable\n\tLabel cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "InterfaceMethodHandleTest.java"
NestMembers:
org.graalvm.compiler.core.test.InterfaceMethodHandleTest$A org.graalvm.compiler.core.test.InterfaceMethodHandleTest$AsmLoader org.graalvm.compiler.core.test.InterfaceMethodHandleTest$I org.graalvm.compiler.core.test.InterfaceMethodHandleTest$M2Thrower
InnerClasses:
A = org.graalvm.compiler.core.test.InterfaceMethodHandleTest$A of org.graalvm.compiler.core.test.InterfaceMethodHandleTest
public AsmLoader = org.graalvm.compiler.core.test.InterfaceMethodHandleTest$AsmLoader of org.graalvm.compiler.core.test.InterfaceMethodHandleTest
public abstract I = org.graalvm.compiler.core.test.InterfaceMethodHandleTest$I of org.graalvm.compiler.core.test.InterfaceMethodHandleTest
M2Thrower = org.graalvm.compiler.core.test.InterfaceMethodHandleTest$M2Thrower of org.graalvm.compiler.core.test.InterfaceMethodHandleTest