public class com.oracle.truffle.api.test.polyglot.MultiThreadedCloseTest extends com.oracle.truffle.api.test.polyglot.AbstractPolyglotTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.test.polyglot.MultiThreadedCloseTest
  super_class: com.oracle.truffle.api.test.polyglot.AbstractPolyglotTest
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.MultiThreadedCloseTest this
         0: .line 60
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.test.polyglot.AbstractPolyglotTest.<init>:()V
         1: .line 61
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.api.test.polyglot.MultiThreadedCloseTest.enterContext:Z
         2: .line 62
            return
        end local 0 // com.oracle.truffle.api.test.polyglot.MultiThreadedCloseTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/test/polyglot/MultiThreadedCloseTest;

  public void testWithExecutor();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.MultiThreadedCloseTest this
         0: .line 66
            aload 0 /* this */
            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.allowCreateThread:(Z)Lorg/graalvm/polyglot/Context$Builder;
            invokevirtual org.graalvm.polyglot.Context$Builder.build:()Lorg/graalvm/polyglot/Context;
            new com.oracle.truffle.api.test.polyglot.MultiThreadedCloseTest$1
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.test.polyglot.MultiThreadedCloseTest$1.<init>:(Lcom/oracle/truffle/api/test/polyglot/MultiThreadedCloseTest;)V
            invokevirtual com.oracle.truffle.api.test.polyglot.MultiThreadedCloseTest.setupEnv:(Lorg/graalvm/polyglot/Context;Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;)V
         1: .line 89
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.MultiThreadedCloseTest.context:Lorg/graalvm/polyglot/Context;
            ldc "proxyLanguage"
            ldc ""
            invokevirtual org.graalvm.polyglot.Context.eval:(Ljava/lang/String;Ljava/lang/CharSequence;)Lorg/graalvm/polyglot/Value;
            pop
         2: .line 90
            return
        end local 0 // com.oracle.truffle.api.test.polyglot.MultiThreadedCloseTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/test/polyglot/MultiThreadedCloseTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testWithThreads();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.polyglot.MultiThreadedCloseTest this
         0: .line 94
            aload 0 /* this */
            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.allowCreateThread:(Z)Lorg/graalvm/polyglot/Context$Builder;
            invokevirtual org.graalvm.polyglot.Context$Builder.build:()Lorg/graalvm/polyglot/Context;
            new com.oracle.truffle.api.test.polyglot.MultiThreadedCloseTest$2
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.test.polyglot.MultiThreadedCloseTest$2.<init>:(Lcom/oracle/truffle/api/test/polyglot/MultiThreadedCloseTest;)V
            invokevirtual com.oracle.truffle.api.test.polyglot.MultiThreadedCloseTest.setupEnv:(Lorg/graalvm/polyglot/Context;Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;)V
         1: .line 112
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.MultiThreadedCloseTest.context:Lorg/graalvm/polyglot/Context;
            ldc "proxyLanguage"
            ldc ""
            invokevirtual org.graalvm.polyglot.Context.eval:(Ljava/lang/String;Ljava/lang/CharSequence;)Lorg/graalvm/polyglot/Value;
            pop
         2: .line 113
            return
        end local 0 // com.oracle.truffle.api.test.polyglot.MultiThreadedCloseTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/test/polyglot/MultiThreadedCloseTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "MultiThreadedCloseTest.java"
NestMembers:
  com.oracle.truffle.api.test.polyglot.MultiThreadedCloseTest$1  com.oracle.truffle.api.test.polyglot.MultiThreadedCloseTest$2  com.oracle.truffle.api.test.polyglot.MultiThreadedCloseTest$CloseContext  com.oracle.truffle.api.test.polyglot.MultiThreadedCloseTest$CloseLanguage
InnerClasses:
  com.oracle.truffle.api.test.polyglot.MultiThreadedCloseTest$1
  com.oracle.truffle.api.test.polyglot.MultiThreadedCloseTest$2
  private CloseContext = com.oracle.truffle.api.test.polyglot.MultiThreadedCloseTest$CloseContext of com.oracle.truffle.api.test.polyglot.MultiThreadedCloseTest
  private abstract CloseLanguage = com.oracle.truffle.api.test.polyglot.MultiThreadedCloseTest$CloseLanguage of com.oracle.truffle.api.test.polyglot.MultiThreadedCloseTest
  public final Builder = org.graalvm.polyglot.Context$Builder of org.graalvm.polyglot.Context