class org.graalvm.compiler.core.test.InterfaceMethodHandleTest$M2Thrower implements org.graalvm.compiler.core.test.InterfaceMethodHandleTest$I
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.graalvm.compiler.core.test.InterfaceMethodHandleTest$M2Thrower
super_class: java.lang.Object
{
void <init>();
descriptor: ()V
flags: (0x0000)
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$M2Thrower;
public int m();
descriptor: ()I
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"
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$M2Thrower;
public int m2(int, int, int, int, int, int, int, int, int, int);
descriptor: (IIIIIIIIII)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=11, args_size=11
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$M2Thrower;
MethodParameters:
Name Flags
a
b
c
d
e
f
g
h
i
j
}
SourceFile: "InterfaceMethodHandleTest.java"
NestHost: org.graalvm.compiler.core.test.InterfaceMethodHandleTest
InnerClasses:
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