class org.graalvm.compiler.replacements.test.NullBytecodeExceptionTest$1 implements org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.graalvm.compiler.replacements.test.NullBytecodeExceptionTest$1
super_class: java.lang.Object
{
final org.graalvm.compiler.replacements.test.NullBytecodeExceptionTest this$0;
descriptor: Lorg/graalvm/compiler/replacements/test/NullBytecodeExceptionTest;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(org.graalvm.compiler.replacements.test.NullBytecodeExceptionTest);
descriptor: (Lorg/graalvm/compiler/replacements/test/NullBytecodeExceptionTest;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // org.graalvm.compiler.replacements.test.NullBytecodeExceptionTest$1 this
0: .line 48
aload 0 /* this */
aload 1
putfield org.graalvm.compiler.replacements.test.NullBytecodeExceptionTest$1.this$0:Lorg/graalvm/compiler/replacements/test/NullBytecodeExceptionTest;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // org.graalvm.compiler.replacements.test.NullBytecodeExceptionTest$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/replacements/test/NullBytecodeExceptionTest$1;
MethodParameters:
Name Flags
this$0 final
public boolean apply(org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext, jdk.vm.ci.meta.ResolvedJavaMethod, org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin$Receiver);
descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderContext;Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 // org.graalvm.compiler.replacements.test.NullBytecodeExceptionTest$1 this
start local 1 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext b
start local 2 // jdk.vm.ci.meta.ResolvedJavaMethod targetMethod
start local 3 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin$Receiver receiver
0: .line 51
aload 0 /* this */
getfield org.graalvm.compiler.replacements.test.NullBytecodeExceptionTest$1.this$0:Lorg/graalvm/compiler/replacements/test/NullBytecodeExceptionTest;
aload 1 /* b */
getstatic org.graalvm.compiler.nodes.extended.BytecodeExceptionNode$BytecodeExceptionKind.NULL_POINTER:Lorg/graalvm/compiler/nodes/extended/BytecodeExceptionNode$BytecodeExceptionKind;
iconst_0
anewarray org.graalvm.compiler.nodes.ValueNode
invokevirtual org.graalvm.compiler.replacements.test.NullBytecodeExceptionTest.throwBytecodeException:(Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderContext;Lorg/graalvm/compiler/nodes/extended/BytecodeExceptionNode$BytecodeExceptionKind;[Lorg/graalvm/compiler/nodes/ValueNode;)Z
ireturn
end local 3 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin$Receiver receiver
end local 2 // jdk.vm.ci.meta.ResolvedJavaMethod targetMethod
end local 1 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext b
end local 0 // org.graalvm.compiler.replacements.test.NullBytecodeExceptionTest$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/replacements/test/NullBytecodeExceptionTest$1;
0 1 1 b Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderContext;
0 1 2 targetMethod Ljdk/vm/ci/meta/ResolvedJavaMethod;
0 1 3 receiver Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;
MethodParameters:
Name Flags
b
targetMethod
receiver
}
SourceFile: "NullBytecodeExceptionTest.java"
EnclosingMethod: org.graalvm.compiler.replacements.test.NullBytecodeExceptionTest.registerInvocationPlugins:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;)V
NestHost: org.graalvm.compiler.replacements.test.NullBytecodeExceptionTest
InnerClasses:
public final BytecodeExceptionKind = org.graalvm.compiler.nodes.extended.BytecodeExceptionNode$BytecodeExceptionKind of org.graalvm.compiler.nodes.extended.BytecodeExceptionNode
public abstract Receiver = org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin$Receiver of org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin
org.graalvm.compiler.replacements.test.NullBytecodeExceptionTest$1