public class com.oracle.svm.hosted.code.CompileQueue$DirectCallReason 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$DirectCallReason
  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

  public void <init>(com.oracle.svm.hosted.meta.HostedMethod, com.oracle.svm.hosted.code.CompileQueue$CompileReason);
    descriptor: (Lcom/oracle/svm/hosted/meta/HostedMethod;Lcom/oracle/svm/hosted/code/CompileQueue$CompileReason;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.svm.hosted.code.CompileQueue$DirectCallReason this
        start local 1 // com.oracle.svm.hosted.meta.HostedMethod caller
        start local 2 // com.oracle.svm.hosted.code.CompileQueue$CompileReason prevReason
         0: .line 210
            aload 0 /* this */
            aload 2 /* prevReason */
            invokespecial com.oracle.svm.hosted.code.CompileQueue$CompileReason.<init>:(Lcom/oracle/svm/hosted/code/CompileQueue$CompileReason;)V
         1: .line 211
            aload 0 /* this */
            aload 1 /* caller */
            putfield com.oracle.svm.hosted.code.CompileQueue$DirectCallReason.caller:Lcom/oracle/svm/hosted/meta/HostedMethod;
         2: .line 212
            return
        end local 2 // com.oracle.svm.hosted.code.CompileQueue$CompileReason prevReason
        end local 1 // com.oracle.svm.hosted.meta.HostedMethod caller
        end local 0 // com.oracle.svm.hosted.code.CompileQueue$DirectCallReason this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/oracle/svm/hosted/code/CompileQueue$DirectCallReason;
            0    3     1      caller  Lcom/oracle/svm/hosted/meta/HostedMethod;
            0    3     2  prevReason  Lcom/oracle/svm/hosted/code/CompileQueue$CompileReason;
    MethodParameters:
            Name  Flags
      caller      
      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 // com.oracle.svm.hosted.code.CompileQueue$DirectCallReason this
         0: .line 216
            new java.lang.StringBuilder
            dup
            ldc "Direct call from "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.oracle.svm.hosted.code.CompileQueue$DirectCallReason.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;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.oracle.svm.hosted.code.CompileQueue$DirectCallReason this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/code/CompileQueue$DirectCallReason;
}
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 DirectCallReason = com.oracle.svm.hosted.code.CompileQueue$DirectCallReason of com.oracle.svm.hosted.code.CompileQueue