class com.oracle.svm.hosted.thread.VMThreadMTFeature$5 implements org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.oracle.svm.hosted.thread.VMThreadMTFeature$5
super_class: java.lang.Object
{
final com.oracle.svm.hosted.thread.VMThreadMTFeature this$0;
descriptor: Lcom/oracle/svm/hosted/thread/VMThreadMTFeature;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final boolean val$isVolatile;
descriptor: Z
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(com.oracle.svm.hosted.thread.VMThreadMTFeature, boolean);
descriptor: (Lcom/oracle/svm/hosted/thread/VMThreadMTFeature;Z)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield com.oracle.svm.hosted.thread.VMThreadMTFeature$5.this$0:Lcom/oracle/svm/hosted/thread/VMThreadMTFeature;
aload 0
iload 2
putfield com.oracle.svm.hosted.thread.VMThreadMTFeature$5.val$isVolatile:Z
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/svm/hosted/thread/VMThreadMTFeature$5;
MethodParameters:
Name Flags
this$0 final
val$isVolatile 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=6, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
invokestatic com.oracle.svm.hosted.thread.VMThreadMTFeature.currentThread:(Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderContext;)Lorg/graalvm/compiler/nodes/ValueNode;
astore 4
start local 4 1: aload 0
getfield com.oracle.svm.hosted.thread.VMThreadMTFeature$5.this$0:Lcom/oracle/svm/hosted/thread/VMThreadMTFeature;
aload 1
aload 2
aload 3
aload 4
aload 0
getfield com.oracle.svm.hosted.thread.VMThreadMTFeature$5.val$isVolatile:Z
invokevirtual com.oracle.svm.hosted.thread.VMThreadMTFeature.handleGet:(Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderContext;Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;Lorg/graalvm/compiler/nodes/ValueNode;Z)Z
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/oracle/svm/hosted/thread/VMThreadMTFeature$5;
0 2 1 b Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderContext;
0 2 2 targetMethod Ljdk/vm/ci/meta/ResolvedJavaMethod;
0 2 3 receiver Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;
1 2 4 threadNode Lorg/graalvm/compiler/nodes/ValueNode;
MethodParameters:
Name Flags
b
targetMethod
receiver
}
SourceFile: "VMThreadMTFeature.java"
EnclosingMethod: com.oracle.svm.hosted.thread.VMThreadMTFeature.registerAccessors:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$Registration;Ljava/lang/Class;Z)V
NestHost: com.oracle.svm.hosted.thread.VMThreadMTFeature
InnerClasses:
com.oracle.svm.hosted.thread.VMThreadMTFeature$5
public abstract Receiver = org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin$Receiver of org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin
public Registration = org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration of org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins