public class com.oracle.svm.hosted.code.CompileQueue$VirtualCallReason extends com.oracle.svm.hosted.code.CompileQueue$CompileReason
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.oracle.svm.hosted.code.CompileQueue$VirtualCallReason
super_class: com.oracle.svm.hosted.code.CompileQueue$CompileReason
{
private final com.oracle.svm.hosted.meta.HostedMethod caller;
descriptor: Lcom/oracle/svm/hosted/meta/HostedMethod;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final com.oracle.svm.hosted.meta.HostedMethod callTarget;
descriptor: Lcom/oracle/svm/hosted/meta/HostedMethod;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(com.oracle.svm.hosted.meta.HostedMethod, com.oracle.svm.hosted.meta.HostedMethod, com.oracle.svm.hosted.code.CompileQueue$CompileReason);
descriptor: (Lcom/oracle/svm/hosted/meta/HostedMethod;Lcom/oracle/svm/hosted/meta/HostedMethod;Lcom/oracle/svm/hosted/code/CompileQueue$CompileReason;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 3
invokespecial com.oracle.svm.hosted.code.CompileQueue$CompileReason.<init>:(Lcom/oracle/svm/hosted/code/CompileQueue$CompileReason;)V
1: aload 0
aload 1
putfield com.oracle.svm.hosted.code.CompileQueue$VirtualCallReason.caller:Lcom/oracle/svm/hosted/meta/HostedMethod;
2: aload 0
aload 2
putfield com.oracle.svm.hosted.code.CompileQueue$VirtualCallReason.callTarget:Lcom/oracle/svm/hosted/meta/HostedMethod;
3: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/oracle/svm/hosted/code/CompileQueue$VirtualCallReason;
0 4 1 caller Lcom/oracle/svm/hosted/meta/HostedMethod;
0 4 2 callTarget Lcom/oracle/svm/hosted/meta/HostedMethod;
0 4 3 prevReason Lcom/oracle/svm/hosted/code/CompileQueue$CompileReason;
MethodParameters:
Name Flags
caller
callTarget
prevReason
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
ldc "Virtual call from "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield com.oracle.svm.hosted.code.CompileQueue$VirtualCallReason.caller:Lcom/oracle/svm/hosted/meta/HostedMethod;
ldc "%r %h.%n(%p)"
invokevirtual com.oracle.svm.hosted.meta.HostedMethod.format:(Ljava/lang/String;)Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc ", callTarget "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield com.oracle.svm.hosted.code.CompileQueue$VirtualCallReason.callTarget:Lcom/oracle/svm/hosted/meta/HostedMethod;
ldc "%r %h.%n(%p)"
invokevirtual com.oracle.svm.hosted.meta.HostedMethod.format:(Ljava/lang/String;)Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/svm/hosted/code/CompileQueue$VirtualCallReason;
}
SourceFile: "CompileQueue.java"
NestHost: com.oracle.svm.hosted.code.CompileQueue
InnerClasses:
public abstract CompileReason = com.oracle.svm.hosted.code.CompileQueue$CompileReason of com.oracle.svm.hosted.code.CompileQueue
public VirtualCallReason = com.oracle.svm.hosted.code.CompileQueue$VirtualCallReason of com.oracle.svm.hosted.code.CompileQueue