public class org.graalvm.compiler.replacements.test.SubstitutionsTest extends org.graalvm.compiler.replacements.test.ReplacementsTest
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.graalvm.compiler.replacements.test.SubstitutionsTest
super_class: org.graalvm.compiler.replacements.test.ReplacementsTest
{
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.replacements.test.ReplacementsTest.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/replacements/test/SubstitutionsTest;
protected void registerInvocationPlugins(org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins);
descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tPluginFactory_SubstitutionsTest 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/replacements/test/SubstitutionsTest;
MethodParameters:
Name Flags
invocationPlugins
public static int callTest();
descriptor: ()I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: invokestatic org.graalvm.compiler.replacements.test.SubstitutionsTest$TestMethod.test:()I
ireturn
LocalVariableTable:
Start End Slot Name Signature
protected void checkHighTierGraph(org.graalvm.compiler.nodes.StructuredGraph);
descriptor: (Lorg/graalvm/compiler/nodes/StructuredGraph;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tAssert cannot be resolved\n\tAssert cannot be resolved\n\tThe method instanceOf(Class<SubstitutionsTest.TestValue>) is undefined for the type SubstitutionsTest\n\tAssert cannot be resolved\n\tThe method instanceOf(Class<SubstitutionsTest.TestGuard>) is undefined for the type SubstitutionsTest\n\tAssert cannot be resolved\n\tThe method instanceOf(Class<SubstitutionsTest.TestMemory>) is undefined for the type SubstitutionsTest\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/replacements/test/SubstitutionsTest;
MethodParameters:
Name Flags
graph
public void snippetTest();
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/replacements/test/SubstitutionsTest;
RuntimeInvisibleAnnotations:
Test()
}
SourceFile: "SubstitutionsTest.java"
NestMembers:
org.graalvm.compiler.replacements.test.SubstitutionsTest$TestGuard org.graalvm.compiler.replacements.test.SubstitutionsTest$TestMemory org.graalvm.compiler.replacements.test.SubstitutionsTest$TestMethod org.graalvm.compiler.replacements.test.SubstitutionsTest$TestMethodSubstitution org.graalvm.compiler.replacements.test.SubstitutionsTest$TestValue
InnerClasses:
TestGuard = org.graalvm.compiler.replacements.test.SubstitutionsTest$TestGuard of org.graalvm.compiler.replacements.test.SubstitutionsTest
TestMemory = org.graalvm.compiler.replacements.test.SubstitutionsTest$TestMemory of org.graalvm.compiler.replacements.test.SubstitutionsTest
private TestMethod = org.graalvm.compiler.replacements.test.SubstitutionsTest$TestMethod of org.graalvm.compiler.replacements.test.SubstitutionsTest
private TestMethodSubstitution = org.graalvm.compiler.replacements.test.SubstitutionsTest$TestMethodSubstitution of org.graalvm.compiler.replacements.test.SubstitutionsTest
TestValue = org.graalvm.compiler.replacements.test.SubstitutionsTest$TestValue of org.graalvm.compiler.replacements.test.SubstitutionsTest