public class org.graalvm.compiler.truffle.test.CompilerInitializationTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.truffle.test.CompilerInitializationTest
  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 // org.graalvm.compiler.truffle.test.CompilerInitializationTest this
         0: .line 44
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.truffle.test.CompilerInitializationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/CompilerInitializationTest;

  public void resetCompiler();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.CompilerInitializationTest this
         0: .line 48
            ldc "This test does not apply to SVM runtime where the compiler is initialized eagerly."
            getstatic com.oracle.truffle.api.TruffleOptions.AOT:Z
            invokestatic org.junit.Assume.assumeFalse:(Ljava/lang/String;Z)V
         1: .line 50
            invokestatic com.oracle.truffle.api.Truffle.getRuntime:()Lcom/oracle/truffle/api/TruffleRuntime;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc "resetCompiler"
            iconst_0
            anewarray java.lang.Class
            invokevirtual java.lang.Class.getMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            astore 1 /* m */
        start local 1 // java.lang.reflect.Method m
         2: .line 51
            aload 1 /* m */
            invokestatic com.oracle.truffle.api.Truffle.getRuntime:()Lcom/oracle/truffle/api/TruffleRuntime;
            iconst_0
            anewarray java.lang.Object
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 1 // java.lang.reflect.Method m
         3: .line 52
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Exception
         4: astore 1 /* e */
        start local 1 // java.lang.Exception e
         5: .line 53
            new java.lang.AssertionError
            dup
            aload 1 /* e */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 1 // java.lang.Exception e
         6: .line 55
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.graalvm.compiler.truffle.test.CompilerInitializationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/graalvm/compiler/truffle/test/CompilerInitializationTest;
            2    3     1     m  Ljava/lang/reflect/Method;
            5    6     1     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     3       4  Class java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.Before()

  public void testDefault();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.CompilerInitializationTest this
         0: .line 59
            iconst_0
            invokestatic org.graalvm.compiler.truffle.test.CompilerInitializationTest.assertTruffleCompilerInitialized:(Z)V
         1: .line 60
            iconst_0
            anewarray java.lang.String
            invokestatic org.graalvm.polyglot.Context.newBuilder:([Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
            iconst_1
            invokevirtual org.graalvm.polyglot.Context$Builder.allowExperimentalOptions:(Z)Lorg/graalvm/polyglot/Context$Builder;
         2: .line 61
            ldc "engine.BackgroundCompilation"
            ldc "false"
            invokevirtual org.graalvm.polyglot.Context$Builder.option:(Ljava/lang/String;Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
            invokevirtual org.graalvm.polyglot.Context$Builder.build:()Lorg/graalvm/polyglot/Context;
         3: .line 60
            astore 1 /* context */
        start local 1 // org.graalvm.polyglot.Context context
         4: .line 64
            iconst_0
            invokestatic org.graalvm.compiler.truffle.test.CompilerInitializationTest.assertTruffleCompilerInitialized:(Z)V
         5: .line 65
            aload 1 /* context */
            ldc "instrumentation-test-language"
            ldc "EXPRESSION"
            invokevirtual org.graalvm.polyglot.Context.eval:(Ljava/lang/String;Ljava/lang/CharSequence;)Lorg/graalvm/polyglot/Value;
            pop
         6: .line 68
            iconst_1
            invokestatic org.graalvm.compiler.truffle.test.CompilerInitializationTest.assertTruffleCompilerInitialized:(Z)V
         7: .line 69
            aload 1 /* context */
            invokevirtual org.graalvm.polyglot.Context.close:()V
         8: .line 70
            return
        end local 1 // org.graalvm.polyglot.Context context
        end local 0 // org.graalvm.compiler.truffle.test.CompilerInitializationTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/graalvm/compiler/truffle/test/CompilerInitializationTest;
            4    9     1  context  Lorg/graalvm/polyglot/Context;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testNoCompilation();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.CompilerInitializationTest this
         0: .line 78
            iconst_0
            invokestatic org.graalvm.compiler.truffle.test.CompilerInitializationTest.assertTruffleCompilerInitialized:(Z)V
         1: .line 79
            iconst_0
            anewarray java.lang.String
            invokestatic org.graalvm.polyglot.Context.newBuilder:([Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
            iconst_1
            invokevirtual org.graalvm.polyglot.Context$Builder.allowExperimentalOptions:(Z)Lorg/graalvm/polyglot/Context$Builder;
         2: .line 80
            ldc "engine.BackgroundCompilation"
            ldc "false"
            invokevirtual org.graalvm.polyglot.Context$Builder.option:(Ljava/lang/String;Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
         3: .line 81
            ldc "engine.Compilation"
            ldc "false"
            invokevirtual org.graalvm.polyglot.Context$Builder.option:(Ljava/lang/String;Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
         4: .line 82
            invokevirtual org.graalvm.polyglot.Context$Builder.build:()Lorg/graalvm/polyglot/Context;
         5: .line 79
            astore 1 /* context */
        start local 1 // org.graalvm.polyglot.Context context
         6: .line 84
            iconst_0
            invokestatic org.graalvm.compiler.truffle.test.CompilerInitializationTest.assertTruffleCompilerInitialized:(Z)V
         7: .line 85
            aload 1 /* context */
            ldc "instrumentation-test-language"
            ldc "EXPRESSION"
            invokevirtual org.graalvm.polyglot.Context.eval:(Ljava/lang/String;Ljava/lang/CharSequence;)Lorg/graalvm/polyglot/Value;
            pop
         8: .line 86
            iconst_1
            invokestatic org.graalvm.compiler.truffle.test.CompilerInitializationTest.assertTruffleCompilerInitialized:(Z)V
         9: .line 87
            aload 1 /* context */
            invokevirtual org.graalvm.polyglot.Context.close:()V
        10: .line 88
            return
        end local 1 // org.graalvm.polyglot.Context context
        end local 0 // org.graalvm.compiler.truffle.test.CompilerInitializationTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/graalvm/compiler/truffle/test/CompilerInitializationTest;
            6   11     1  context  Lorg/graalvm/polyglot/Context;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public static void assertTruffleCompilerInitialized(boolean);
    descriptor: (Z)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // boolean expected
         0: .line 91
            iload 0 /* expected */
            ifeq 3
         1: .line 92
            invokestatic org.graalvm.compiler.truffle.test.CompilerInitializationTest.compilerField:()Ljava/lang/reflect/Field;
            invokestatic com.oracle.truffle.api.Truffle.getRuntime:()Lcom/oracle/truffle/api/TruffleRuntime;
            invokevirtual java.lang.reflect.Field.get:(Ljava/lang/Object;)Ljava/lang/Object;
            invokestatic org.junit.Assert.assertNotNull:(Ljava/lang/Object;)V
         2: .line 93
            goto 4
         3: .line 94
      StackMap locals:
      StackMap stack:
            invokestatic org.graalvm.compiler.truffle.test.CompilerInitializationTest.compilerField:()Ljava/lang/reflect/Field;
            invokestatic com.oracle.truffle.api.Truffle.getRuntime:()Lcom/oracle/truffle/api/TruffleRuntime;
            invokevirtual java.lang.reflect.Field.get:(Ljava/lang/Object;)Ljava/lang/Object;
            invokestatic org.junit.Assert.assertNull:(Ljava/lang/Object;)V
         4: .line 96
      StackMap locals:
      StackMap stack:
            return
        end local 0 // boolean expected
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0  expected  Z
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
          Name  Flags
      expected  

  private static java.lang.reflect.Field compilerField();
    descriptor: ()Ljava/lang/reflect/Field;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=0
         0: .line 99
            ldc Lorg/graalvm/compiler/truffle/runtime/GraalTruffleRuntime;
            ldc "truffleCompiler"
            invokevirtual java.lang.Class.getDeclaredField:(Ljava/lang/String;)Ljava/lang/reflect/Field;
            astore 0 /* f */
        start local 0 // java.lang.reflect.Field f
         1: .line 100
            aload 0 /* f */
            iconst_1
            invokestatic com.oracle.truffle.api.test.ReflectionUtils.setAccessible:(Ljava/lang/reflect/Field;Z)V
         2: .line 101
            aload 0 /* f */
            areturn
        end local 0 // java.lang.reflect.Field f
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    3     0     f  Ljava/lang/reflect/Field;
    Exceptions:
      throws java.lang.NoSuchFieldException
}
SourceFile: "CompilerInitializationTest.java"
InnerClasses:
  public final Builder = org.graalvm.polyglot.Context$Builder of org.graalvm.polyglot.Context