public class com.oracle.svm.hosted.code.CompileQueue$TrivialInlineTask implements com.oracle.graal.pointsto.util.CompletionExecutor$DebugContextRunnable
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.oracle.svm.hosted.code.CompileQueue$TrivialInlineTask
super_class: java.lang.Object
{
private final com.oracle.svm.hosted.meta.HostedMethod method;
descriptor: Lcom/oracle/svm/hosted/meta/HostedMethod;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.graalvm.compiler.debug.DebugContext$Description description;
descriptor: Lorg/graalvm/compiler/debug/DebugContext$Description;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
final com.oracle.svm.hosted.code.CompileQueue this$0;
descriptor: Lcom/oracle/svm/hosted/code/CompileQueue;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.oracle.svm.hosted.code.CompileQueue, com.oracle.svm.hosted.meta.HostedMethod);
descriptor: (Lcom/oracle/svm/hosted/code/CompileQueue;Lcom/oracle/svm/hosted/meta/HostedMethod;)V
flags: (0x0000)
Code:
stack=5, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield com.oracle.svm.hosted.code.CompileQueue$TrivialInlineTask.this$0:Lcom/oracle/svm/hosted/code/CompileQueue;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 2
putfield com.oracle.svm.hosted.code.CompileQueue$TrivialInlineTask.method:Lcom/oracle/svm/hosted/meta/HostedMethod;
2: aload 0
new org.graalvm.compiler.debug.DebugContext$Description
dup
aload 2
aload 2
invokevirtual com.oracle.svm.hosted.meta.HostedMethod.getName:()Ljava/lang/String;
invokespecial org.graalvm.compiler.debug.DebugContext$Description.<init>:(Ljava/lang/Object;Ljava/lang/String;)V
putfield com.oracle.svm.hosted.code.CompileQueue$TrivialInlineTask.description:Lorg/graalvm/compiler/debug/DebugContext$Description;
3: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/oracle/svm/hosted/code/CompileQueue$TrivialInlineTask;
0 4 2 method Lcom/oracle/svm/hosted/meta/HostedMethod;
MethodParameters:
Name Flags
this$0 final
method
public void run(org.graalvm.compiler.debug.DebugContext);
descriptor: (Lorg/graalvm/compiler/debug/DebugContext;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.oracle.svm.hosted.code.CompileQueue$TrivialInlineTask.this$0:Lcom/oracle/svm/hosted/code/CompileQueue;
aload 1
aload 0
getfield com.oracle.svm.hosted.code.CompileQueue$TrivialInlineTask.method:Lcom/oracle/svm/hosted/meta/HostedMethod;
invokevirtual com.oracle.svm.hosted.code.CompileQueue.doInlineTrivial:(Lorg/graalvm/compiler/debug/DebugContext;Lcom/oracle/svm/hosted/meta/HostedMethod;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/oracle/svm/hosted/code/CompileQueue$TrivialInlineTask;
0 2 1 debug Lorg/graalvm/compiler/debug/DebugContext;
MethodParameters:
Name Flags
debug
public org.graalvm.compiler.debug.DebugContext$Description getDescription();
descriptor: ()Lorg/graalvm/compiler/debug/DebugContext$Description;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.oracle.svm.hosted.code.CompileQueue$TrivialInlineTask.description:Lorg/graalvm/compiler/debug/DebugContext$Description;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/svm/hosted/code/CompileQueue$TrivialInlineTask;
}
SourceFile: "CompileQueue.java"
NestHost: com.oracle.svm.hosted.code.CompileQueue
InnerClasses:
public abstract DebugContextRunnable = com.oracle.graal.pointsto.util.CompletionExecutor$DebugContextRunnable of com.oracle.graal.pointsto.util.CompletionExecutor
protected TrivialInlineTask = com.oracle.svm.hosted.code.CompileQueue$TrivialInlineTask of com.oracle.svm.hosted.code.CompileQueue
public Description = org.graalvm.compiler.debug.DebugContext$Description of org.graalvm.compiler.debug.DebugContext