class com.oracle.truffle.js.test.threading.ExecutorsTest$1 implements java.util.function.Supplier<org.graalvm.polyglot.Context>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.js.test.threading.ExecutorsTest$1
  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 org.graalvm.polyglot.Engine val$engine;
    descriptor: Lorg/graalvm/polyglot/Engine;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public org.graalvm.polyglot.Context get();
    descriptor: ()Lorg/graalvm/polyglot/Context;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.threading.ExecutorsTest$1 this
         0: .line 78
            iconst_0
            anewarray java.lang.String
            invokestatic com.oracle.truffle.js.test.threading.TestUtil.newContextBuilder:([Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
            aload 0 /* this */
            getfield com.oracle.truffle.js.test.threading.ExecutorsTest$1.val$engine:Lorg/graalvm/polyglot/Engine;
            invokevirtual org.graalvm.polyglot.Context$Builder.engine:(Lorg/graalvm/polyglot/Engine;)Lorg/graalvm/polyglot/Context$Builder;
            invokevirtual org.graalvm.polyglot.Context$Builder.build:()Lorg/graalvm/polyglot/Context;
            areturn
        end local 0 // com.oracle.truffle.js.test.threading.ExecutorsTest$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/threading/ExecutorsTest$1;

  public java.lang.Object get();
    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$1.get:()Lorg/graalvm/polyglot/Context;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/function/Supplier<Lorg/graalvm/polyglot/Context;>;
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$1
  public final Builder = org.graalvm.polyglot.Context$Builder of org.graalvm.polyglot.Context