final class com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest$Runner implements java.lang.AutoCloseable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest$Runner
  super_class: java.lang.Object
{
  private final java.lang.String testName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.graalvm.polyglot.Context context;
    descriptor: Lorg/graalvm/polyglot/Context;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.graalvm.polyglot.Value library;
    descriptor: Lorg/graalvm/polyglot/Value;
    flags: (0x0002) ACC_PRIVATE

  void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest$Runner this
        start local 1 // java.lang.String testName
         0: .line 66
            aload 0 /* this */
            aload 1 /* testName */
            invokestatic java.util.Collections.emptyMap:()Ljava/util/Map;
            invokespecial com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest$Runner.<init>:(Ljava/lang/String;Ljava/util/Map;)V
         1: .line 67
            return
        end local 1 // java.lang.String testName
        end local 0 // com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest$Runner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/oracle/truffle/llvm/tests/other/EagerParsingLazyFailingTest$Runner;
            0    2     1  testName  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      testName  

  void <init>(java.lang.String, java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/util/Map;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest$Runner this
        start local 1 // java.lang.String testName
        start local 2 // java.util.Map options
         0: .line 69
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 70
            aload 0 /* this */
            aload 1 /* testName */
            putfield com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest$Runner.testName:Ljava/lang/String;
         2: .line 71
            aload 0 /* this */
            iconst_0
            anewarray java.lang.String
            invokestatic org.graalvm.polyglot.Context.newBuilder:([Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
            aload 2 /* options */
            invokevirtual org.graalvm.polyglot.Context$Builder.options:(Ljava/util/Map;)Lorg/graalvm/polyglot/Context$Builder;
            iconst_1
            invokevirtual org.graalvm.polyglot.Context$Builder.allowAllAccess:(Z)Lorg/graalvm/polyglot/Context$Builder;
            invokevirtual org.graalvm.polyglot.Context$Builder.build:()Lorg/graalvm/polyglot/Context;
            putfield com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest$Runner.context:Lorg/graalvm/polyglot/Context;
         3: .line 72
            aload 0 /* this */
            aconst_null
            putfield com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest$Runner.library:Lorg/graalvm/polyglot/Value;
         4: .line 73
            return
        end local 2 // java.util.Map options
        end local 1 // java.lang.String testName
        end local 0 // com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest$Runner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/oracle/truffle/llvm/tests/other/EagerParsingLazyFailingTest$Runner;
            0    5     1  testName  Ljava/lang/String;
            0    5     2   options  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)V
    MethodParameters:
          Name  Flags
      testName  
      options   

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest$Runner this
         0: .line 77
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest$Runner.context:Lorg/graalvm/polyglot/Context;
            invokevirtual org.graalvm.polyglot.Context.close:()V
         1: .line 78
            return
        end local 0 // com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest$Runner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/llvm/tests/other/EagerParsingLazyFailingTest$Runner;

  org.graalvm.polyglot.Value load();
    descriptor: ()Lorg/graalvm/polyglot/Value;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest$Runner this
         0: .line 81
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest$Runner.library:Lorg/graalvm/polyglot/Value;
            ifnonnull 9
         1: .line 83
            getstatic com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest.TEST_DIR:Ljava/nio/file/Path;
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest$Runner.testName:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ".dir"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface java.nio.file.Path.resolve:(Ljava/lang/String;)Ljava/nio/file/Path;
            ldc "O0_MEM2REG.bc"
            invokeinterface java.nio.file.Path.resolve:(Ljava/lang/String;)Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.toFile:()Ljava/io/File;
            astore 1 /* file */
        start local 1 // java.io.File file
         2: .line 84
            ldc "llvm"
            aload 1 /* file */
            invokestatic org.graalvm.polyglot.Source.newBuilder:(Ljava/lang/String;Ljava/io/File;)Lorg/graalvm/polyglot/Source$Builder;
            invokevirtual org.graalvm.polyglot.Source$Builder.build:()Lorg/graalvm/polyglot/Source;
            astore 2 /* source */
        start local 2 // org.graalvm.polyglot.Source source
         3: .line 85
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest$Runner.context:Lorg/graalvm/polyglot/Context;
            aload 2 /* source */
            invokevirtual org.graalvm.polyglot.Context.eval:(Lorg/graalvm/polyglot/Source;)Lorg/graalvm/polyglot/Value;
            putfield com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest$Runner.library:Lorg/graalvm/polyglot/Value;
        end local 2 // org.graalvm.polyglot.Source source
        end local 1 // java.io.File file
         4: .line 86
            goto 9
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
         5: astore 1 /* e */
        start local 1 // java.lang.RuntimeException e
         6: .line 87
            aload 1 /* e */
            athrow
        end local 1 // java.lang.RuntimeException e
         7: .line 88
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 1 /* e */
        start local 1 // java.lang.Exception e
         8: .line 89
            new java.lang.RuntimeException
            dup
            aload 1 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.Exception e
         9: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest$Runner.library:Lorg/graalvm/polyglot/Value;
            areturn
        end local 0 // com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest$Runner this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lcom/oracle/truffle/llvm/tests/other/EagerParsingLazyFailingTest$Runner;
            2    4     1    file  Ljava/io/File;
            3    4     2  source  Lorg/graalvm/polyglot/Source;
            6    7     1       e  Ljava/lang/RuntimeException;
            8    9     1       e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     4       5  Class java.lang.RuntimeException
           1     4       7  Class java.lang.Exception
}
SourceFile: "EagerParsingLazyFailingTest.java"
NestHost: com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest
InnerClasses:
  private final Runner = com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest$Runner of com.oracle.truffle.llvm.tests.other.EagerParsingLazyFailingTest
  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