class com.oracle.truffle.js.test.threading.ExecutorsTest$2 implements java.util.concurrent.Callable<org.graalvm.polyglot.Value>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.js.test.threading.ExecutorsTest$2
  super_class: java.lang.Object
{
  final com.oracle.truffle.js.test.threading.ExecutorsTest this$0;
    descriptor: Lcom/oracle/truffle/js/test/threading/ExecutorsTest;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.ThreadLocal val$tl;
    descriptor: Ljava/lang/ThreadLocal;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.js.test.threading.ExecutorsTest, java.lang.ThreadLocal);
    descriptor: (Lcom/oracle/truffle/js/test/threading/ExecutorsTest;Ljava/lang/ThreadLocal;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.test.threading.ExecutorsTest$2 this
         0: .line 84
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.js.test.threading.ExecutorsTest$2.this$0:Lcom/oracle/truffle/js/test/threading/ExecutorsTest;
            aload 0 /* this */
            aload 2
            putfield com.oracle.truffle.js.test.threading.ExecutorsTest$2.val$tl:Ljava/lang/ThreadLocal;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.js.test.threading.ExecutorsTest$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/threading/ExecutorsTest$2;
    MethodParameters:
        Name  Flags
      this$0  final
      val$tl  final

  public org.graalvm.polyglot.Value call();
    descriptor: ()Lorg/graalvm/polyglot/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // com.oracle.truffle.js.test.threading.ExecutorsTest$2 this
         0: .line 88
            aload 0 /* this */
            getfield com.oracle.truffle.js.test.threading.ExecutorsTest$2.val$tl:Ljava/lang/ThreadLocal;
            invokevirtual java.lang.ThreadLocal.get:()Ljava/lang/Object;
            checkcast org.graalvm.polyglot.Context
            astore 1 /* cx */
        start local 1 // org.graalvm.polyglot.Context cx
         1: .line 89
            aload 1 /* cx */
            invokevirtual org.graalvm.polyglot.Context.enter:()V
         2: .line 91
            aload 1 /* cx */
            ldc "js"
            ldc "42;"
            invokevirtual org.graalvm.polyglot.Context.eval:(Ljava/lang/String;Ljava/lang/CharSequence;)Lorg/graalvm/polyglot/Value;
            astore 3
         3: .line 93
            aload 1 /* cx */
            invokevirtual org.graalvm.polyglot.Context.leave:()V
         4: .line 91
            aload 3
            areturn
         5: .line 92
      StackMap locals: com.oracle.truffle.js.test.threading.ExecutorsTest$2 org.graalvm.polyglot.Context
      StackMap stack: java.lang.Throwable
            astore 2
         6: .line 93
            aload 1 /* cx */
            invokevirtual org.graalvm.polyglot.Context.leave:()V
         7: .line 94
            aload 2
            athrow
        end local 1 // org.graalvm.polyglot.Context cx
        end local 0 // com.oracle.truffle.js.test.threading.ExecutorsTest$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/oracle/truffle/js/test/threading/ExecutorsTest$2;
            1    8     1    cx  Lorg/graalvm/polyglot/Context;
      Exception table:
        from    to  target  type
           2     3       5  any
    Exceptions:
      throws java.lang.Exception

  public java.lang.Object call();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.oracle.truffle.js.test.threading.ExecutorsTest$2.call:()Lorg/graalvm/polyglot/Value;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Ljava/lang/Object;Ljava/util/concurrent/Callable<Lorg/graalvm/polyglot/Value;>;
SourceFile: "ExecutorsTest.java"
EnclosingMethod: com.oracle.truffle.js.test.threading.ExecutorsTest.fixedThreadPool:()V
NestHost: com.oracle.truffle.js.test.threading.ExecutorsTest
InnerClasses:
  com.oracle.truffle.js.test.threading.ExecutorsTest$2