public class com.oracle.truffle.api.instrumentation.test.CompileImmediatelyCheck
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.CompileImmediatelyCheck
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.CompileImmediatelyCheck this
         0: .line 49
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.CompileImmediatelyCheck this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/CompileImmediatelyCheck;

  public static boolean isCompileImmediately();
    descriptor: ()Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=0
         0: .line 52
            invokestatic com.oracle.truffle.api.Truffle.getRuntime:()Lcom/oracle/truffle/api/TruffleRuntime;
            new com.oracle.truffle.api.instrumentation.test.CompileImmediatelyCheck$1
            dup
            aconst_null
            invokespecial com.oracle.truffle.api.instrumentation.test.CompileImmediatelyCheck$1.<init>:(Lcom/oracle/truffle/api/TruffleLanguage;)V
            invokeinterface com.oracle.truffle.api.TruffleRuntime.createCallTarget:(Lcom/oracle/truffle/api/nodes/RootNode;)Lcom/oracle/truffle/api/RootCallTarget;
            astore 0 /* target */
        start local 0 // com.oracle.truffle.api.CallTarget target
         1: .line 58
            aload 0 /* target */
            iconst_0
            anewarray java.lang.Object
            invokeinterface com.oracle.truffle.api.CallTarget.call:([Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        end local 0 // com.oracle.truffle.api.CallTarget target
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            1    2     0  target  Lcom/oracle/truffle/api/CallTarget;
}
SourceFile: "CompileImmediatelyCheck.java"
NestMembers:
  com.oracle.truffle.api.instrumentation.test.CompileImmediatelyCheck$1
InnerClasses:
  com.oracle.truffle.api.instrumentation.test.CompileImmediatelyCheck$1