public class org.graalvm.compiler.core.test.SingleImplementorInterfaceTest extends org.graalvm.compiler.core.test.GraalCompilerTest
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.graalvm.compiler.core.test.SingleImplementorInterfaceTest
super_class: org.graalvm.compiler.core.test.GraalCompilerTest
{
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.core.test.GraalCompilerTest.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/core/test/SingleImplementorInterfaceTest;
private static void singleImplementorInterfaceSnippet1(org.graalvm.compiler.core.test.SingleImplementorInterfaceTest$Interface2);
descriptor: (Lorg/graalvm/compiler/core/test/SingleImplementorInterfaceTest$Interface2;)V
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokeinterface org.graalvm.compiler.core.test.SingleImplementorInterfaceTest$Interface2.interfaceMethod:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 i Lorg/graalvm/compiler/core/test/SingleImplementorInterfaceTest$Interface2;
MethodParameters:
Name Flags
i
private static void singleImplementorInterfaceSnippet2(org.graalvm.compiler.core.test.SingleImplementorInterfaceTest$Interface1);
descriptor: (Lorg/graalvm/compiler/core/test/SingleImplementorInterfaceTest$Interface1;)V
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokeinterface org.graalvm.compiler.core.test.SingleImplementorInterfaceTest$Interface1.interfaceMethod:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 i Lorg/graalvm/compiler/core/test/SingleImplementorInterfaceTest$Interface1;
MethodParameters:
Name Flags
i
public void testSingleImplementorInterfaceDevirtualization1();
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/SingleImplementorInterfaceTest;
RuntimeInvisibleAnnotations:
Test()
public void testSingleImplementorInterfaceDevirtualization2();
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/SingleImplementorInterfaceTest;
RuntimeInvisibleAnnotations:
Test()
public void testSingleImplementorInterfaceInlining1();
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/SingleImplementorInterfaceTest;
RuntimeInvisibleAnnotations:
Test()
public void testSingleImplementorInterfaceInlining2();
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/SingleImplementorInterfaceTest;
RuntimeInvisibleAnnotations:
Test()
}
SourceFile: "SingleImplementorInterfaceTest.java"
NestMembers:
org.graalvm.compiler.core.test.SingleImplementorInterfaceTest$Interface0 org.graalvm.compiler.core.test.SingleImplementorInterfaceTest$Interface1 org.graalvm.compiler.core.test.SingleImplementorInterfaceTest$Interface2 org.graalvm.compiler.core.test.SingleImplementorInterfaceTest$SingleImplementor1
InnerClasses:
public abstract Interface0 = org.graalvm.compiler.core.test.SingleImplementorInterfaceTest$Interface0 of org.graalvm.compiler.core.test.SingleImplementorInterfaceTest
public abstract Interface1 = org.graalvm.compiler.core.test.SingleImplementorInterfaceTest$Interface1 of org.graalvm.compiler.core.test.SingleImplementorInterfaceTest
public abstract Interface2 = org.graalvm.compiler.core.test.SingleImplementorInterfaceTest$Interface2 of org.graalvm.compiler.core.test.SingleImplementorInterfaceTest
public SingleImplementor1 = org.graalvm.compiler.core.test.SingleImplementorInterfaceTest$SingleImplementor1 of org.graalvm.compiler.core.test.SingleImplementorInterfaceTest