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

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

  final org.graalvm.polyglot.Value value;
    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$ContextLookupSingleContext this
         0: .line 100
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 96
            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$ContextLookupSingleContext.source:Lorg/graalvm/polyglot/Source;
         2: .line 97
            aload 0 /* this */
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "benchmark-test-language"
            aastore
            invokestatic org.graalvm.polyglot.Context.create:([Ljava/lang/String;)Lorg/graalvm/polyglot/Context;
            putfield com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupSingleContext.context:Lorg/graalvm/polyglot/Context;
         3: .line 98
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupSingleContext.context:Lorg/graalvm/polyglot/Context;
            aload 0 /* this */
            getfield com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupSingleContext.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$ContextLookupSingleContext.value:Lorg/graalvm/polyglot/Value;
         4: .line 101
            return
        end local 0 // com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupSingleContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/truffle/api/benchmark/EngineBenchmark$ContextLookupSingleContext;

  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$ContextLookupSingleContext this
         0: .line 105
            aload 0 /* this */
            getfield com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupSingleContext.context:Lorg/graalvm/polyglot/Context;
            invokevirtual org.graalvm.polyglot.Context.close:()V
         1: .line 106
            return
        end local 0 // com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupSingleContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/benchmark/EngineBenchmark$ContextLookupSingleContext;
    RuntimeVisibleAnnotations: 
      org.openjdk.jmh.annotations.TearDown()
}
SourceFile: "EngineBenchmark.java"
NestHost: com.oracle.truffle.api.benchmark.EngineBenchmark
InnerClasses:
  public ContextLookupSingleContext = com.oracle.truffle.api.benchmark.EngineBenchmark$ContextLookupSingleContext of com.oracle.truffle.api.benchmark.EngineBenchmark
  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;)