public class org.graalvm.compiler.truffle.test.LanguageContextFreedTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.truffle.test.LanguageContextFreedTest
  super_class: java.lang.Object
{
  private static final int COMPILATION_THRESHOLD;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 10

  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.LanguageContextFreedTest this
         0: .line 54
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.truffle.test.LanguageContextFreedTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/LanguageContextFreedTest;

  public void testLanguageContexFreedNoSharing();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.LanguageContextFreedTest this
         0: .line 60
            invokedynamic get()Ljava/util/function/Supplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  org/graalvm/compiler/truffle/test/LanguageContextFreedTest.lambda$0()Lorg/graalvm/polyglot/Context; (6)
                  ()Lorg/graalvm/polyglot/Context;
            invokestatic org.graalvm.compiler.truffle.test.LanguageContextFreedTest.doTest:(Ljava/util/function/Supplier;)V
         1: .line 67
            return
        end local 0 // org.graalvm.compiler.truffle.test.LanguageContextFreedTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/truffle/test/LanguageContextFreedTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testLanguageContexFreedSharedEngine();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.LanguageContextFreedTest this
         0: .line 71
            invokedynamic get()Ljava/util/function/Supplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  org/graalvm/compiler/truffle/test/LanguageContextFreedTest.lambda$1()Lorg/graalvm/polyglot/Context; (6)
                  ()Lorg/graalvm/polyglot/Context;
            invokestatic org.graalvm.compiler.truffle.test.LanguageContextFreedTest.doTest:(Ljava/util/function/Supplier;)V
         1: .line 79
            return
        end local 0 // org.graalvm.compiler.truffle.test.LanguageContextFreedTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/truffle/test/LanguageContextFreedTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  private static void doTest(java.util.function.Supplier<org.graalvm.polyglot.Context>);
    descriptor: (Ljava/util/function/Supplier;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // java.util.function.Supplier contextFactory
         0: .line 82
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* contextFactory */
            invokeinterface java.util.function.Supplier.get:()Ljava/lang/Object;
            checkcast org.graalvm.polyglot.Context
            astore 3 /* ctx */
        start local 3 // org.graalvm.polyglot.Context ctx
         2: .line 83
            aload 3 /* ctx */
            ldc "LanguageContextFreedTestExclusive"
            ldc "LanguageContextFreedTestExclusive"
            invokestatic org.graalvm.compiler.truffle.test.LanguageContextFreedTest.testRun:(Lorg/graalvm/polyglot/Context;Ljava/lang/String;Ljava/lang/String;)V
         3: .line 84
            aload 3 /* ctx */
            ifnull 9
            aload 3 /* ctx */
            invokevirtual org.graalvm.polyglot.Context.close:()V
            goto 9
      StackMap locals: java.util.function.Supplier java.lang.Throwable java.lang.Throwable org.graalvm.polyglot.Context
      StackMap stack: java.lang.Throwable
         4: astore 1
            aload 3 /* ctx */
            ifnull 5
            aload 3 /* ctx */
            invokevirtual org.graalvm.polyglot.Context.close:()V
        end local 3 // org.graalvm.polyglot.Context ctx
      StackMap locals:
      StackMap stack:
         5: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: astore 2
            aload 1
            ifnonnull 7
            aload 2
            astore 1
            goto 8
      StackMap locals:
      StackMap stack:
         7: aload 1
            aload 2
            if_acmpeq 8
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
         8: aload 1
            athrow
         9: .line 85
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 1
            aconst_null
            astore 2
        10: aload 0 /* contextFactory */
            invokeinterface java.util.function.Supplier.get:()Ljava/lang/Object;
            checkcast org.graalvm.polyglot.Context
            astore 3 /* ctx */
        start local 3 // org.graalvm.polyglot.Context ctx
        11: .line 86
            aload 3 /* ctx */
            ldc "LanguageContextFreedTestExclusive"
            ldc "LanguageContextFreedTestShared"
            invokestatic org.graalvm.compiler.truffle.test.LanguageContextFreedTest.testRun:(Lorg/graalvm/polyglot/Context;Ljava/lang/String;Ljava/lang/String;)V
        12: .line 87
            aload 3 /* ctx */
            ifnull 18
            aload 3 /* ctx */
            invokevirtual org.graalvm.polyglot.Context.close:()V
            goto 18
      StackMap locals: java.util.function.Supplier java.lang.Throwable java.lang.Throwable org.graalvm.polyglot.Context
      StackMap stack: java.lang.Throwable
        13: astore 1
            aload 3 /* ctx */
            ifnull 14
            aload 3 /* ctx */
            invokevirtual org.graalvm.polyglot.Context.close:()V
        end local 3 // org.graalvm.polyglot.Context ctx
      StackMap locals:
      StackMap stack:
        14: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        15: astore 2
            aload 1
            ifnonnull 16
            aload 2
            astore 1
            goto 17
      StackMap locals:
      StackMap stack:
        16: aload 1
            aload 2
            if_acmpeq 17
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        17: aload 1
            athrow
        18: .line 88
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 1
            aconst_null
            astore 2
        19: aload 0 /* contextFactory */
            invokeinterface java.util.function.Supplier.get:()Ljava/lang/Object;
            checkcast org.graalvm.polyglot.Context
            astore 3 /* ctx */
        start local 3 // org.graalvm.polyglot.Context ctx
        20: .line 89
            aload 3 /* ctx */
            ldc "LanguageContextFreedTestShared"
            ldc "LanguageContextFreedTestExclusive"
            invokestatic org.graalvm.compiler.truffle.test.LanguageContextFreedTest.testRun:(Lorg/graalvm/polyglot/Context;Ljava/lang/String;Ljava/lang/String;)V
        21: .line 90
            aload 3 /* ctx */
            ifnull 27
            aload 3 /* ctx */
            invokevirtual org.graalvm.polyglot.Context.close:()V
            goto 27
      StackMap locals: java.util.function.Supplier java.lang.Throwable java.lang.Throwable org.graalvm.polyglot.Context
      StackMap stack: java.lang.Throwable
        22: astore 1
            aload 3 /* ctx */
            ifnull 23
            aload 3 /* ctx */
            invokevirtual org.graalvm.polyglot.Context.close:()V
        end local 3 // org.graalvm.polyglot.Context ctx
      StackMap locals:
      StackMap stack:
        23: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        24: astore 2
            aload 1
            ifnonnull 25
            aload 2
            astore 1
            goto 26
      StackMap locals:
      StackMap stack:
        25: aload 1
            aload 2
            if_acmpeq 26
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        26: aload 1
            athrow
        27: .line 91
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 1
            aconst_null
            astore 2
        28: aload 0 /* contextFactory */
            invokeinterface java.util.function.Supplier.get:()Ljava/lang/Object;
            checkcast org.graalvm.polyglot.Context
            astore 3 /* ctx */
        start local 3 // org.graalvm.polyglot.Context ctx
        29: .line 92
            aload 3 /* ctx */
            ldc "LanguageContextFreedTestShared"
            ldc "LanguageContextFreedTestShared"
            invokestatic org.graalvm.compiler.truffle.test.LanguageContextFreedTest.testRun:(Lorg/graalvm/polyglot/Context;Ljava/lang/String;Ljava/lang/String;)V
        30: .line 93
            aload 3 /* ctx */
            ifnull 36
            aload 3 /* ctx */
            invokevirtual org.graalvm.polyglot.Context.close:()V
            goto 36
      StackMap locals: java.util.function.Supplier java.lang.Throwable java.lang.Throwable org.graalvm.polyglot.Context
      StackMap stack: java.lang.Throwable
        31: astore 1
            aload 3 /* ctx */
            ifnull 32
            aload 3 /* ctx */
            invokevirtual org.graalvm.polyglot.Context.close:()V
        end local 3 // org.graalvm.polyglot.Context ctx
      StackMap locals:
      StackMap stack:
        32: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        33: astore 2
            aload 1
            ifnonnull 34
            aload 2
            astore 1
            goto 35
      StackMap locals:
      StackMap stack:
        34: aload 1
            aload 2
            if_acmpeq 35
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        35: aload 1
            athrow
        36: .line 94
      StackMap locals:
      StackMap stack:
            return
        end local 0 // java.util.function.Supplier contextFactory
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   37     0  contextFactory  Ljava/util/function/Supplier<Lorg/graalvm/polyglot/Context;>;
            2    5     3             ctx  Lorg/graalvm/polyglot/Context;
           11   14     3             ctx  Lorg/graalvm/polyglot/Context;
           20   23     3             ctx  Lorg/graalvm/polyglot/Context;
           29   32     3             ctx  Lorg/graalvm/polyglot/Context;
      Exception table:
        from    to  target  type
           2     3       4  any
           1     6       6  any
          11    12      13  any
          10    15      15  any
          20    21      22  any
          19    24      24  any
          29    30      31  any
          28    33      33  any
    Signature: (Ljava/util/function/Supplier<Lorg/graalvm/polyglot/Context;>;)V
    MethodParameters:
                Name  Flags
      contextFactory  

  private static void testRun(org.graalvm.polyglot.Context, java.lang.String, java.lang.String);
    descriptor: (Lorg/graalvm/polyglot/Context;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=10, args_size=3
        start local 0 // org.graalvm.polyglot.Context ctx
        start local 1 // java.lang.String sourceLanguage
        start local 2 // java.lang.String targetLanguage
         0: .line 97
            aload 1 /* sourceLanguage */
            aload 2 /* targetLanguage */
            invokestatic org.graalvm.polyglot.Source.create:(Ljava/lang/String;Ljava/lang/CharSequence;)Lorg/graalvm/polyglot/Source;
            astore 3 /* src */
        start local 3 // org.graalvm.polyglot.Source src
         1: .line 98
            aload 0 /* ctx */
            ldc "LanguageContextFreedTestExclusive"
            invokevirtual org.graalvm.polyglot.Context.initialize:(Ljava/lang/String;)Z
            pop
         2: .line 99
            aload 0 /* ctx */
            ldc "LanguageContextFreedTestShared"
            invokevirtual org.graalvm.polyglot.Context.initialize:(Ljava/lang/String;)Z
            pop
         3: .line 103
            aload 0 /* ctx */
            invokevirtual org.graalvm.polyglot.Context.enter:()V
         4: .line 105
            aload 1 /* sourceLanguage */
            invokestatic org.graalvm.compiler.truffle.test.LanguageContextFreedTest$Base.getContext:(Ljava/lang/String;)Lorg/graalvm/compiler/truffle/test/LanguageContextFreedTest$LanguageContext;
            astore 4 /* sourceContext */
        start local 4 // org.graalvm.compiler.truffle.test.LanguageContextFreedTest$LanguageContext sourceContext
         5: .line 106
            aload 4 /* sourceContext */
            getfield org.graalvm.compiler.truffle.test.LanguageContextFreedTest$LanguageContext.language:Lorg/graalvm/compiler/truffle/test/LanguageContextFreedTest$Base;
            getfield org.graalvm.compiler.truffle.test.LanguageContextFreedTest$Base.contextLocal:Lcom/oracle/truffle/api/ContextLocal;
            invokevirtual com.oracle.truffle.api.ContextLocal.get:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.truffle.test.LanguageContextFreedTest$ContextLocalValue
            astore 5 /* contextLocal */
        start local 5 // org.graalvm.compiler.truffle.test.LanguageContextFreedTest$ContextLocalValue contextLocal
         6: .line 107
            aload 4 /* sourceContext */
            getfield org.graalvm.compiler.truffle.test.LanguageContextFreedTest$LanguageContext.language:Lorg/graalvm/compiler/truffle/test/LanguageContextFreedTest$Base;
            getfield org.graalvm.compiler.truffle.test.LanguageContextFreedTest$Base.threadLocal:Lcom/oracle/truffle/api/ContextThreadLocal;
            invokevirtual com.oracle.truffle.api.ContextThreadLocal.get:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.truffle.test.LanguageContextFreedTest$ContextLocalValue
            astore 6 /* threadLocal */
        start local 6 // org.graalvm.compiler.truffle.test.LanguageContextFreedTest$ContextLocalValue threadLocal
         7: .line 108
            goto 11
        end local 6 // org.graalvm.compiler.truffle.test.LanguageContextFreedTest$ContextLocalValue threadLocal
        end local 5 // org.graalvm.compiler.truffle.test.LanguageContextFreedTest$ContextLocalValue contextLocal
        end local 4 // org.graalvm.compiler.truffle.test.LanguageContextFreedTest$LanguageContext sourceContext
      StackMap locals: org.graalvm.polyglot.Context java.lang.String java.lang.String org.graalvm.polyglot.Source
      StackMap stack: java.lang.Throwable
         8: astore 7
         9: .line 109
            aload 0 /* ctx */
            invokevirtual org.graalvm.polyglot.Context.leave:()V
        10: .line 110
            aload 7
            athrow
        start local 4 // org.graalvm.compiler.truffle.test.LanguageContextFreedTest$LanguageContext sourceContext
        start local 5 // org.graalvm.compiler.truffle.test.LanguageContextFreedTest$ContextLocalValue contextLocal
        start local 6 // org.graalvm.compiler.truffle.test.LanguageContextFreedTest$ContextLocalValue threadLocal
        11: .line 109
      StackMap locals: org.graalvm.compiler.truffle.test.LanguageContextFreedTest$LanguageContext org.graalvm.compiler.truffle.test.LanguageContextFreedTest$ContextLocalValue org.graalvm.compiler.truffle.test.LanguageContextFreedTest$ContextLocalValue
      StackMap stack:
            aload 0 /* ctx */
            invokevirtual org.graalvm.polyglot.Context.leave:()V
        12: .line 112
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        13: goto 16
        14: .line 113
      StackMap locals: int
      StackMap stack:
            aload 0 /* ctx */
            aload 3 /* src */
            invokevirtual org.graalvm.polyglot.Context.eval:(Lorg/graalvm/polyglot/Source;)Lorg/graalvm/polyglot/Value;
            pop
        15: .line 112
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 7 /* i */
            bipush 10
            if_icmplt 14
        end local 7 // int i
        17: .line 115
            aload 4 /* sourceContext */
            getfield org.graalvm.compiler.truffle.test.LanguageContextFreedTest$LanguageContext.currentTarget:Lorg/graalvm/compiler/truffle/runtime/OptimizedCallTarget;
            invokevirtual org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.isValid:()Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        18: .line 116
            aload 0 /* ctx */
            invokevirtual org.graalvm.polyglot.Context.close:()V
        19: .line 118
            new java.lang.ref.WeakReference
            dup
            aload 4 /* sourceContext */
            invokespecial java.lang.ref.WeakReference.<init>:(Ljava/lang/Object;)V
            astore 7 /* langContextRef */
        start local 7 // java.lang.ref.WeakReference langContextRef
        20: .line 119
            new java.lang.ref.WeakReference
            dup
            aload 5 /* contextLocal */
            invokespecial java.lang.ref.WeakReference.<init>:(Ljava/lang/Object;)V
            astore 8 /* contextLocalRef */
        start local 8 // java.lang.ref.WeakReference contextLocalRef
        21: .line 120
            new java.lang.ref.WeakReference
            dup
            aload 6 /* threadLocal */
            invokespecial java.lang.ref.WeakReference.<init>:(Ljava/lang/Object;)V
            astore 9 /* threadLocalRef */
        start local 9 // java.lang.ref.WeakReference threadLocalRef
        22: .line 122
            aconst_null
            astore 4 /* sourceContext */
        23: .line 123
            aconst_null
            astore 5 /* contextLocal */
        24: .line 124
            aconst_null
            astore 6 /* threadLocal */
        25: .line 126
            ldc "Language context should be freed when polyglot Context is closed."
            aload 7 /* langContextRef */
            invokestatic com.oracle.truffle.api.test.GCUtils.assertGc:(Ljava/lang/String;Ljava/lang/ref/Reference;)V
        26: .line 127
            ldc "Context local should be freed when polyglot Context is closed."
        27: .line 128
            aload 8 /* contextLocalRef */
        28: .line 127
            invokestatic com.oracle.truffle.api.test.GCUtils.assertGc:(Ljava/lang/String;Ljava/lang/ref/Reference;)V
        29: .line 129
            ldc "Context thread local should be freed when polyglot Context is closed."
        30: .line 130
            aload 9 /* threadLocalRef */
        31: .line 129
            invokestatic com.oracle.truffle.api.test.GCUtils.assertGc:(Ljava/lang/String;Ljava/lang/ref/Reference;)V
        32: .line 131
            return
        end local 9 // java.lang.ref.WeakReference threadLocalRef
        end local 8 // java.lang.ref.WeakReference contextLocalRef
        end local 7 // java.lang.ref.WeakReference langContextRef
        end local 6 // org.graalvm.compiler.truffle.test.LanguageContextFreedTest$ContextLocalValue threadLocal
        end local 5 // org.graalvm.compiler.truffle.test.LanguageContextFreedTest$ContextLocalValue contextLocal
        end local 4 // org.graalvm.compiler.truffle.test.LanguageContextFreedTest$LanguageContext sourceContext
        end local 3 // org.graalvm.polyglot.Source src
        end local 2 // java.lang.String targetLanguage
        end local 1 // java.lang.String sourceLanguage
        end local 0 // org.graalvm.polyglot.Context ctx
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   33     0              ctx  Lorg/graalvm/polyglot/Context;
            0   33     1   sourceLanguage  Ljava/lang/String;
            0   33     2   targetLanguage  Ljava/lang/String;
            1   33     3              src  Lorg/graalvm/polyglot/Source;
            5    8     4    sourceContext  Lorg/graalvm/compiler/truffle/test/LanguageContextFreedTest$LanguageContext;
           11   33     4    sourceContext  Lorg/graalvm/compiler/truffle/test/LanguageContextFreedTest$LanguageContext;
            6    8     5     contextLocal  Lorg/graalvm/compiler/truffle/test/LanguageContextFreedTest$ContextLocalValue;
           11   33     5     contextLocal  Lorg/graalvm/compiler/truffle/test/LanguageContextFreedTest$ContextLocalValue;
            7    8     6      threadLocal  Lorg/graalvm/compiler/truffle/test/LanguageContextFreedTest$ContextLocalValue;
           11   33     6      threadLocal  Lorg/graalvm/compiler/truffle/test/LanguageContextFreedTest$ContextLocalValue;
           13   17     7                i  I
           20   33     7   langContextRef  Ljava/lang/ref/WeakReference<*>;
           21   33     8  contextLocalRef  Ljava/lang/ref/WeakReference<*>;
           22   33     9   threadLocalRef  Ljava/lang/ref/WeakReference<*>;
      Exception table:
        from    to  target  type
           4     8       8  any
    MethodParameters:
                Name  Flags
      ctx             
      sourceLanguage  
      targetLanguage  

  private static org.graalvm.polyglot.Context lambda$0();
    descriptor: ()Lorg/graalvm/polyglot/Context;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 61
            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.allowAllAccess:(Z)Lorg/graalvm/polyglot/Context$Builder;
            iconst_1
            invokevirtual org.graalvm.polyglot.Context$Builder.allowExperimentalOptions:(Z)Lorg/graalvm/polyglot/Context$Builder;
         1: .line 62
            ldc "engine.BackgroundCompilation"
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.toString:()Ljava/lang/String;
            invokevirtual org.graalvm.polyglot.Context$Builder.option:(Ljava/lang/String;Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
         2: .line 63
            ldc "engine.MultiTier"
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.toString:()Ljava/lang/String;
            invokevirtual org.graalvm.polyglot.Context$Builder.option:(Ljava/lang/String;Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
         3: .line 64
            ldc "engine.CompilationThreshold"
            bipush 10
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokevirtual org.graalvm.polyglot.Context$Builder.option:(Ljava/lang/String;Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
         4: .line 65
            ldc "engine.CompileImmediately"
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.toString:()Ljava/lang/String;
            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;
         5: .line 61
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static org.graalvm.polyglot.Context lambda$1();
    descriptor: ()Lorg/graalvm/polyglot/Context;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 72
            invokestatic org.graalvm.polyglot.Engine.newBuilder:()Lorg/graalvm/polyglot/Engine$Builder;
            iconst_1
            invokevirtual org.graalvm.polyglot.Engine$Builder.allowExperimentalOptions:(Z)Lorg/graalvm/polyglot/Engine$Builder;
         1: .line 73
            ldc "engine.BackgroundCompilation"
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.toString:()Ljava/lang/String;
            invokevirtual org.graalvm.polyglot.Engine$Builder.option:(Ljava/lang/String;Ljava/lang/String;)Lorg/graalvm/polyglot/Engine$Builder;
         2: .line 74
            ldc "engine.MultiTier"
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.toString:()Ljava/lang/String;
            invokevirtual org.graalvm.polyglot.Engine$Builder.option:(Ljava/lang/String;Ljava/lang/String;)Lorg/graalvm/polyglot/Engine$Builder;
         3: .line 75
            ldc "engine.CompilationThreshold"
            bipush 10
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokevirtual org.graalvm.polyglot.Engine$Builder.option:(Ljava/lang/String;Ljava/lang/String;)Lorg/graalvm/polyglot/Engine$Builder;
         4: .line 76
            ldc "engine.CompileImmediately"
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.toString:()Ljava/lang/String;
            invokevirtual org.graalvm.polyglot.Engine$Builder.option:(Ljava/lang/String;Ljava/lang/String;)Lorg/graalvm/polyglot/Engine$Builder;
            invokevirtual org.graalvm.polyglot.Engine$Builder.build:()Lorg/graalvm/polyglot/Engine;
         5: .line 72
            astore 0 /* engine */
        start local 0 // org.graalvm.polyglot.Engine engine
         6: .line 77
            iconst_0
            anewarray java.lang.String
            invokestatic org.graalvm.polyglot.Context.newBuilder:([Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
            aload 0 /* engine */
            invokevirtual org.graalvm.polyglot.Context$Builder.engine:(Lorg/graalvm/polyglot/Engine;)Lorg/graalvm/polyglot/Context$Builder;
            iconst_1
            invokevirtual org.graalvm.polyglot.Context$Builder.allowAllAccess:(Z)Lorg/graalvm/polyglot/Context$Builder;
            invokevirtual org.graalvm.polyglot.Context$Builder.build:()Lorg/graalvm/polyglot/Context;
            areturn
        end local 0 // org.graalvm.polyglot.Engine engine
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            6    7     0  engine  Lorg/graalvm/polyglot/Engine;
}
SourceFile: "LanguageContextFreedTest.java"
NestMembers:
  org.graalvm.compiler.truffle.test.LanguageContextFreedTest$Base  org.graalvm.compiler.truffle.test.LanguageContextFreedTest$Base$1  org.graalvm.compiler.truffle.test.LanguageContextFreedTest$ContextLocalValue  org.graalvm.compiler.truffle.test.LanguageContextFreedTest$Exclusive  org.graalvm.compiler.truffle.test.LanguageContextFreedTest$LanguageContext  org.graalvm.compiler.truffle.test.LanguageContextFreedTest$Shared
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Base = org.graalvm.compiler.truffle.test.LanguageContextFreedTest$Base of org.graalvm.compiler.truffle.test.LanguageContextFreedTest
  private ContextLocalValue = org.graalvm.compiler.truffle.test.LanguageContextFreedTest$ContextLocalValue of org.graalvm.compiler.truffle.test.LanguageContextFreedTest
  public Exclusive = org.graalvm.compiler.truffle.test.LanguageContextFreedTest$Exclusive of org.graalvm.compiler.truffle.test.LanguageContextFreedTest
  final LanguageContext = org.graalvm.compiler.truffle.test.LanguageContextFreedTest$LanguageContext of org.graalvm.compiler.truffle.test.LanguageContextFreedTest
  public Shared = org.graalvm.compiler.truffle.test.LanguageContextFreedTest$Shared of org.graalvm.compiler.truffle.test.LanguageContextFreedTest
  public final Builder = org.graalvm.polyglot.Context$Builder of org.graalvm.polyglot.Context
  public final Builder = org.graalvm.polyglot.Engine$Builder of org.graalvm.polyglot.Engine