public class com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiThreadMultiContext
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiThreadMultiContext
  super_class: java.lang.Object
{
  final org.graalvm.polyglot.Source source;
    descriptor: Lorg/graalvm/polyglot/Source;
    flags: (0x0010) ACC_FINAL

  final org.graalvm.polyglot.Engine engine;
    descriptor: Lorg/graalvm/polyglot/Engine;
    flags: (0x0010) ACC_FINAL

  final org.graalvm.polyglot.Context context1;
    descriptor: Lorg/graalvm/polyglot/Context;
    flags: (0x0010) ACC_FINAL

  final org.graalvm.polyglot.Context context2;
    descriptor: Lorg/graalvm/polyglot/Context;
    flags: (0x0010) ACC_FINAL

  final org.graalvm.polyglot.Context context3;
    descriptor: Lorg/graalvm/polyglot/Context;
    flags: (0x0010) ACC_FINAL

  final org.graalvm.polyglot.Value value1;
    descriptor: Lorg/graalvm/polyglot/Value;
    flags: (0x0010) ACC_FINAL

  final org.graalvm.polyglot.Value value2;
    descriptor: Lorg/graalvm/polyglot/Value;
    flags: (0x0010) ACC_FINAL

  final org.graalvm.polyglot.Value value3;
    descriptor: Lorg/graalvm/polyglot/Value;
    flags: (0x0010) ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiThreadMultiContext this
         0: .line 200
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 191
            aload 0 /* this */
            ldc "benchmark-test-language"
            ldc "1"
            ldc "contextLookup"
            invokestatic org.graalvm.polyglot.Source.newBuilder:(Ljava/lang/String;Ljava/lang/CharSequence;Ljava/lang/String;)Lorg/graalvm/polyglot/Source$Builder;
            invokevirtual org.graalvm.polyglot.Source$Builder.buildLiteral:()Lorg/graalvm/polyglot/Source;
            putfield com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiThreadMultiContext.source:Lorg/graalvm/polyglot/Source;
         2: .line 192
            aload 0 /* this */
            invokestatic org.graalvm.polyglot.Engine.create:()Lorg/graalvm/polyglot/Engine;
            putfield com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiThreadMultiContext.engine:Lorg/graalvm/polyglot/Engine;
         3: .line 193
            aload 0 /* this */
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "benchmark-test-language"
            aastore
            invokestatic org.graalvm.polyglot.Context.newBuilder:([Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
            aload 0 /* this */
            getfield com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiThreadMultiContext.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;
            putfield com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiThreadMultiContext.context1:Lorg/graalvm/polyglot/Context;
         4: .line 194
            aload 0 /* this */
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "benchmark-test-language"
            aastore
            invokestatic org.graalvm.polyglot.Context.newBuilder:([Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
            aload 0 /* this */
            getfield com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiThreadMultiContext.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;
            putfield com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiThreadMultiContext.context2:Lorg/graalvm/polyglot/Context;
         5: .line 195
            aload 0 /* this */
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "benchmark-test-language"
            aastore
            invokestatic org.graalvm.polyglot.Context.newBuilder:([Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
            aload 0 /* this */
            getfield com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiThreadMultiContext.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;
            putfield com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiThreadMultiContext.context3:Lorg/graalvm/polyglot/Context;
         6: .line 196
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiThreadMultiContext.context1:Lorg/graalvm/polyglot/Context;
            aload 0 /* this */
            getfield com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiThreadMultiContext.source:Lorg/graalvm/polyglot/Source;
            invokevirtual org.graalvm.polyglot.Context.eval:(Lorg/graalvm/polyglot/Source;)Lorg/graalvm/polyglot/Value;
            putfield com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiThreadMultiContext.value1:Lorg/graalvm/polyglot/Value;
         7: .line 197
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiThreadMultiContext.context2:Lorg/graalvm/polyglot/Context;
            aload 0 /* this */
            getfield com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiThreadMultiContext.source:Lorg/graalvm/polyglot/Source;
            invokevirtual org.graalvm.polyglot.Context.eval:(Lorg/graalvm/polyglot/Source;)Lorg/graalvm/polyglot/Value;
            putfield com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiThreadMultiContext.value2:Lorg/graalvm/polyglot/Value;
         8: .line 198
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiThreadMultiContext.context3:Lorg/graalvm/polyglot/Context;
            aload 0 /* this */
            getfield com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiThreadMultiContext.source:Lorg/graalvm/polyglot/Source;
            invokevirtual org.graalvm.polyglot.Context.eval:(Lorg/graalvm/polyglot/Source;)Lorg/graalvm/polyglot/Value;
            putfield com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiThreadMultiContext.value3:Lorg/graalvm/polyglot/Value;
         9: .line 201
            return
        end local 0 // com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiThreadMultiContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/oracle/truffle/api/benchmark/EngineBenchmark$ContextLookupMultiThreadMultiContext;

  public void enterThread();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiThreadMultiContext this
         0: .line 205
            return
        end local 0 // com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiThreadMultiContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/benchmark/EngineBenchmark$ContextLookupMultiThreadMultiContext;
    RuntimeVisibleAnnotations: 
      org.openjdk.jmh.annotations.Setup(value = org.openjdk.jmh.annotations.Level.Trial:Lorg/openjdk/jmh/annotations/Level;)

  public void tearDown();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiThreadMultiContext this
         0: .line 209
            aload 0 /* this */
            getfield com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiThreadMultiContext.context1:Lorg/graalvm/polyglot/Context;
            invokevirtual org.graalvm.polyglot.Context.close:()V
         1: .line 210
            aload 0 /* this */
            getfield com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiThreadMultiContext.context2:Lorg/graalvm/polyglot/Context;
            invokevirtual org.graalvm.polyglot.Context.close:()V
         2: .line 211
            aload 0 /* this */
            getfield com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiThreadMultiContext.context3:Lorg/graalvm/polyglot/Context;
            invokevirtual org.graalvm.polyglot.Context.close:()V
         3: .line 212
            return
        end local 0 // com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiThreadMultiContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/api/benchmark/EngineBenchmark$ContextLookupMultiThreadMultiContext;
    RuntimeVisibleAnnotations: 
      org.openjdk.jmh.annotations.TearDown()
}
SourceFile: "EngineBenchmark.java"
NestHost: com.oracle.truffle.api.benchmark.EngineBenchmark
InnerClasses:
  public ContextLookupMultiThreadMultiContext = com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiThreadMultiContext of com.oracle.truffle.api.benchmark.EngineBenchmark
  public final Builder = org.graalvm.polyglot.Context$Builder of org.graalvm.polyglot.Context
  public Builder = org.graalvm.polyglot.Source$Builder of org.graalvm.polyglot.Source
    RuntimeVisibleAnnotations: 
      org.openjdk.jmh.annotations.State(value = org.openjdk.jmh.annotations.Scope.Benchmark:Lorg/openjdk/jmh/annotations/Scope;)