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

  final org.graalvm.polyglot.Source multiLookup;
    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

  final org.graalvm.polyglot.Value multiLookup1;
    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$ContextLookupMultiContext this
         0: .line 133
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 122
            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$ContextLookupMultiContext.singleLookup:Lorg/graalvm/polyglot/Source;
         2: .line 123
            aload 0 /* this */
            ldc "benchmark-test-language"
            ldc "50"
            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$ContextLookupMultiContext.multiLookup:Lorg/graalvm/polyglot/Source;
         3: .line 124
            aload 0 /* this */
            invokestatic org.graalvm.polyglot.Engine.create:()Lorg/graalvm/polyglot/Engine;
            putfield com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiContext.engine:Lorg/graalvm/polyglot/Engine;
         4: .line 125
            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$ContextLookupMultiContext.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$ContextLookupMultiContext.context1:Lorg/graalvm/polyglot/Context;
         5: .line 126
            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$ContextLookupMultiContext.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$ContextLookupMultiContext.context2:Lorg/graalvm/polyglot/Context;
         6: .line 127
            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$ContextLookupMultiContext.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$ContextLookupMultiContext.context3:Lorg/graalvm/polyglot/Context;
         7: .line 128
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiContext.context1:Lorg/graalvm/polyglot/Context;
            aload 0 /* this */
            getfield com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiContext.singleLookup: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$ContextLookupMultiContext.value1:Lorg/graalvm/polyglot/Value;
         8: .line 129
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiContext.context2:Lorg/graalvm/polyglot/Context;
            aload 0 /* this */
            getfield com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiContext.singleLookup: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$ContextLookupMultiContext.value2:Lorg/graalvm/polyglot/Value;
         9: .line 130
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiContext.context3:Lorg/graalvm/polyglot/Context;
            aload 0 /* this */
            getfield com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiContext.singleLookup: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$ContextLookupMultiContext.value3:Lorg/graalvm/polyglot/Value;
        10: .line 131
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiContext.context1:Lorg/graalvm/polyglot/Context;
            aload 0 /* this */
            getfield com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiContext.multiLookup: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$ContextLookupMultiContext.multiLookup1:Lorg/graalvm/polyglot/Value;
        11: .line 134
            return
        end local 0 // com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/oracle/truffle/api/benchmark/EngineBenchmark$ContextLookupMultiContext;

  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$ContextLookupMultiContext this
         0: .line 138
            aload 0 /* this */
            getfield com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiContext.context1:Lorg/graalvm/polyglot/Context;
            invokevirtual org.graalvm.polyglot.Context.close:()V
         1: .line 139
            aload 0 /* this */
            getfield com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiContext.context2:Lorg/graalvm/polyglot/Context;
            invokevirtual org.graalvm.polyglot.Context.close:()V
         2: .line 140
            aload 0 /* this */
            getfield com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiContext.context3:Lorg/graalvm/polyglot/Context;
            invokevirtual org.graalvm.polyglot.Context.close:()V
         3: .line 141
            return
        end local 0 // com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/api/benchmark/EngineBenchmark$ContextLookupMultiContext;
    RuntimeVisibleAnnotations: 
      org.openjdk.jmh.annotations.TearDown()
}
SourceFile: "EngineBenchmark.java"
NestHost: com.oracle.truffle.api.benchmark.EngineBenchmark
InnerClasses:
  public ContextLookupMultiContext = com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupMultiContext 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.Thread:Lorg/openjdk/jmh/annotations/Scope;)