public final class com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest
  super_class: java.lang.Object
{
  private static final java.nio.file.Path BC_DIR_PATH;
    descriptor: Ljava/nio/file/Path;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.nio.file.Path SRC_DIR_PATH;
    descriptor: Ljava/nio/file/Path;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.nio.file.Path TRACE_DIR_PATH;
    descriptor: Ljava/nio/file/Path;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.String CONFIGURATION;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "O1.bc"

  private static final java.lang.String LANG_ID;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "llvm"

  private static final java.lang.String TRACE_EXT;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: ".txt"

  private static final java.lang.String OPTION_LAZY_PARSING;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "llvm.lazyParsing"

  private final java.lang.String testName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String configuration;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private com.oracle.truffle.tck.DebuggerTester tester;
    descriptor: Lcom/oracle/truffle/tck/DebuggerTester;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 71
            getstatic com.oracle.truffle.llvm.tests.options.TestOptions.TEST_SUITE_PATH:Ljava/lang/String;
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "debugexpr"
            aastore
            invokestatic java.nio.file.Paths.get:(Ljava/lang/String;[Ljava/lang/String;)Ljava/nio/file/Path;
            putstatic com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest.BC_DIR_PATH:Ljava/nio/file/Path;
         1: .line 72
            getstatic com.oracle.truffle.llvm.tests.options.TestOptions.PROJECT_ROOT:Ljava/lang/String;
            iconst_4
            anewarray java.lang.String
            dup
            iconst_0
            ldc ".."
            aastore
            dup
            iconst_1
            ldc "tests"
            aastore
            dup
            iconst_2
            ldc "com.oracle.truffle.llvm.tests.debugexpr.native"
            aastore
            dup
            iconst_3
            ldc "debugexpr"
            aastore
            invokestatic java.nio.file.Paths.get:(Ljava/lang/String;[Ljava/lang/String;)Ljava/nio/file/Path;
            putstatic com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest.SRC_DIR_PATH:Ljava/nio/file/Path;
         2: .line 73
            getstatic com.oracle.truffle.llvm.tests.options.TestOptions.PROJECT_ROOT:Ljava/lang/String;
            iconst_4
            anewarray java.lang.String
            dup
            iconst_0
            ldc ".."
            aastore
            dup
            iconst_1
            ldc "tests"
            aastore
            dup
            iconst_2
            ldc "com.oracle.truffle.llvm.tests.debugexpr.native"
            aastore
            dup
            iconst_3
            ldc "testExpr"
            aastore
            invokestatic java.nio.file.Paths.get:(Ljava/lang/String;[Ljava/lang/String;)Ljava/nio/file/Path;
            putstatic com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest.TRACE_DIR_PATH:Ljava/nio/file/Path;
         3: .line 102
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest this
        start local 1 // java.lang.String testName
        start local 2 // java.lang.String configuration
         0: .line 77
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 78
            aload 0 /* this */
            aload 1 /* testName */
            putfield com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest.testName:Ljava/lang/String;
         2: .line 79
            aload 0 /* this */
            aload 2 /* configuration */
            putfield com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest.configuration:Ljava/lang/String;
         3: .line 80
            return
        end local 2 // java.lang.String configuration
        end local 1 // java.lang.String testName
        end local 0 // com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lcom/oracle/truffle/llvm/tests/debug/LLVMDebugExprParserTest;
            0    4     1       testName  Ljava/lang/String;
            0    4     2  configuration  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      testName       
      configuration  

  public static java.util.Collection<java.lang.Object[]> getConfigurations();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=0
         0: .line 84
            aconst_null
            astore 0
            aconst_null
            astore 1
         1: getstatic com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest.BC_DIR_PATH:Ljava/nio/file/Path;
            iconst_0
            anewarray java.nio.file.FileVisitOption
            invokestatic java.nio.file.Files.walk:(Ljava/nio/file/Path;[Ljava/nio/file/FileVisitOption;)Ljava/util/stream/Stream;
            astore 2 /* dirs */
        start local 2 // java.util.stream.Stream dirs
         2: .line 85
            aload 2 /* dirs */
            invokedynamic test()Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  com/oracle/truffle/llvm/tests/debug/LLVMDebugExprParserTest.lambda$0(Ljava/nio/file/Path;)Z (6)
                  (Ljava/nio/file/Path;)Z
            invokeinterface java.util.stream.Stream.filter:(Ljava/util/function/Predicate;)Ljava/util/stream/Stream;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  com/oracle/truffle/llvm/tests/debug/LLVMDebugExprParserTest.lambda$1(Ljava/nio/file/Path;)[Ljava/lang/Object; (6)
                  (Ljava/nio/file/Path;)[Ljava/lang/Object;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
            invokestatic java.util.stream.Collectors.toSet:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.Collection
         3: .line 86
            aload 2 /* dirs */
            ifnull 4
            aload 2 /* dirs */
            invokeinterface java.util.stream.Stream.close:()V
         4: .line 85
      StackMap locals: java.lang.Throwable java.lang.Throwable java.util.stream.Stream
      StackMap stack: java.util.Collection
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 0
         6: .line 86
            aload 2 /* dirs */
            ifnull 7
            aload 2 /* dirs */
            invokeinterface java.util.stream.Stream.close:()V
        end local 2 // java.util.stream.Stream dirs
      StackMap locals:
      StackMap stack:
         7: aload 0
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 1
            aload 0
            ifnonnull 9
            aload 1
            astore 0
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 0
            aload 1
            if_acmpeq 10
            aload 0
            aload 1
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 0
            athrow
      StackMap locals:
      StackMap stack: java.io.IOException
        11: astore 0 /* e */
        start local 0 // java.io.IOException e
        12: .line 87
            new java.lang.AssertionError
            dup
            ldc "Error while finding tests!"
            aload 0 /* e */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 0 // java.io.IOException e
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            2    7     2  dirs  Ljava/util/stream/Stream<Ljava/nio/file/Path;>;
           12   13     0     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
           0     4      11  Class java.io.IOException
           5    11      11  Class java.io.IOException
    Signature: ()Ljava/util/Collection<[Ljava/lang/Object;>;
    RuntimeVisibleAnnotations: 
      org.junit.runners.Parameterized$Parameters(name = "{0}")

  private static java.lang.String getTestSource(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // java.nio.file.Path path
         0: .line 92
            aload 0 /* path */
            invokeinterface java.nio.file.Path.getParent:()Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.getFileName:()Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.toString:()Ljava/lang/String;
            astore 1 /* filename */
        start local 1 // java.lang.String filename
         1: .line 93
            aload 1 /* filename */
            ldc ".dir"
            invokevirtual java.lang.String.endsWith:(Ljava/lang/String;)Z
            ifeq 3
         2: .line 94
            aload 1 /* filename */
            iconst_0
            aload 1 /* filename */
            invokevirtual java.lang.String.length:()I
            ldc ".dir"
            invokevirtual java.lang.String.length:()I
            isub
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            areturn
         3: .line 96
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* filename */
            areturn
        end local 1 // java.lang.String filename
        end local 0 // java.nio.file.Path path
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      path  Ljava/nio/file/Path;
            1    4     1  filename  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  java.lang.String getTestName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest this
         0: .line 110
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest.testName:Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/tests/debug/LLVMDebugExprParserTest;

  public void before();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest this
         0: .line 115
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "llvm"
            aastore
            invokestatic org.graalvm.polyglot.Context.newBuilder:([Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
            astore 1 /* contextBuilder */
        start local 1 // org.graalvm.polyglot.Context$Builder contextBuilder
         1: .line 116
            aload 1 /* contextBuilder */
            iconst_1
            invokevirtual org.graalvm.polyglot.Context$Builder.allowAllAccess:(Z)Lorg/graalvm/polyglot/Context$Builder;
            pop
         2: .line 117
            aload 1 /* contextBuilder */
            ldc "llvm.lazyParsing"
            iconst_0
            invokestatic java.lang.String.valueOf:(Z)Ljava/lang/String;
            invokevirtual org.graalvm.polyglot.Context$Builder.option:(Ljava/lang/String;Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
            pop
         3: .line 118
            aload 0 /* this */
            new com.oracle.truffle.tck.DebuggerTester
            dup
            aload 1 /* contextBuilder */
            invokespecial com.oracle.truffle.tck.DebuggerTester.<init>:(Lorg/graalvm/polyglot/Context$Builder;)V
            putfield com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest.tester:Lcom/oracle/truffle/tck/DebuggerTester;
         4: .line 119
            return
        end local 1 // org.graalvm.polyglot.Context$Builder contextBuilder
        end local 0 // com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Lcom/oracle/truffle/llvm/tests/debug/LLVMDebugExprParserTest;
            1    5     1  contextBuilder  Lorg/graalvm/polyglot/Context$Builder;
    RuntimeVisibleAnnotations: 
      org.junit.Before()

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest this
         0: .line 123
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest.tester:Lcom/oracle/truffle/tck/DebuggerTester;
            invokevirtual com.oracle.truffle.tck.DebuggerTester.close:()V
         1: .line 124
            return
        end local 0 // com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/llvm/tests/debug/LLVMDebugExprParserTest;
    RuntimeVisibleAnnotations: 
      org.junit.After()

  private static org.graalvm.polyglot.Source loadSource(java.io.File);
    descriptor: (Ljava/io/File;)Lorg/graalvm/polyglot/Source;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // java.io.File file
         0: .line 129
            aload 0 /* file */
            invokevirtual java.io.File.getCanonicalFile:()Ljava/io/File;
            astore 2 /* canonicalFile */
        start local 2 // java.io.File canonicalFile
         1: .line 130
            ldc "llvm"
            aload 2 /* canonicalFile */
            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 1 /* source */
        end local 2 // java.io.File canonicalFile
        start local 1 // org.graalvm.polyglot.Source source
         2: .line 131
            goto 5
        end local 1 // org.graalvm.polyglot.Source source
      StackMap locals:
      StackMap stack: java.io.IOException
         3: astore 2 /* ex */
        start local 2 // java.io.IOException ex
         4: .line 132
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "Could not load source: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* file */
            invokevirtual java.io.File.getPath:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 2 /* ex */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException ex
        start local 1 // org.graalvm.polyglot.Source source
         5: .line 134
      StackMap locals: org.graalvm.polyglot.Source
      StackMap stack:
            aload 1 /* source */
            areturn
        end local 1 // org.graalvm.polyglot.Source source
        end local 0 // java.io.File file
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           file  Ljava/io/File;
            2    3     1         source  Lorg/graalvm/polyglot/Source;
            5    6     1         source  Lorg/graalvm/polyglot/Source;
            1    2     2  canonicalFile  Ljava/io/File;
            4    5     2             ex  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
    MethodParameters:
      Name  Flags
      file  

  private org.graalvm.polyglot.Source loadOriginalSource();
    descriptor: ()Lorg/graalvm/polyglot/Source;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest this
         0: .line 138
            invokestatic com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest.getSourcePath:()Ljava/nio/file/Path;
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest.testName:Ljava/lang/String;
            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
         1: .line 139
            ldc "Locate Source"
            aload 1 /* file */
            invokevirtual java.io.File.exists:()Z
            invokestatic org.junit.Assert.assertTrue:(Ljava/lang/String;Z)V
         2: .line 140
            aload 1 /* file */
            invokestatic com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest.loadSource:(Ljava/io/File;)Lorg/graalvm/polyglot/Source;
            areturn
        end local 1 // java.io.File file
        end local 0 // com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/llvm/tests/debug/LLVMDebugExprParserTest;
            1    3     1  file  Ljava/io/File;

  private org.graalvm.polyglot.Source loadBitcodeSource();
    descriptor: ()Lorg/graalvm/polyglot/Source;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest this
         0: .line 144
            invokestatic com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest.getBitcodePath:()Ljava/nio/file/Path;
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest.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;
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest.configuration:Ljava/lang/String;
            aastore
            invokestatic java.nio.file.Paths.get:(Ljava/lang/String;[Ljava/lang/String;)Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.resolve:(Ljava/nio/file/Path;)Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.toFile:()Ljava/io/File;
            astore 1 /* file */
        start local 1 // java.io.File file
         1: .line 145
            ldc "Locate Bitcode"
            aload 1 /* file */
            invokevirtual java.io.File.exists:()Z
            invokestatic org.junit.Assert.assertTrue:(Ljava/lang/String;Z)V
         2: .line 146
            aload 1 /* file */
            invokestatic com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest.loadSource:(Ljava/io/File;)Lorg/graalvm/polyglot/Source;
            areturn
        end local 1 // java.io.File file
        end local 0 // com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/llvm/tests/debug/LLVMDebugExprParserTest;
            1    3     1  file  Ljava/io/File;

  private com.oracle.truffle.llvm.tests.debug.TestExpressions fetchExpressions();
    descriptor: ()Lcom/oracle/truffle/llvm/tests/debug/TestExpressions;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest this
         0: .line 150
            invokestatic com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest.getTracePath:()Ljava/nio/file/Path;
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest.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 ".txt"
            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;
            astore 1 /* path */
        start local 1 // java.nio.file.Path path
         1: .line 151
            ldc "Locate Test Expression"
            aload 1 /* path */
            invokeinterface java.nio.file.Path.toFile:()Ljava/io/File;
            invokevirtual java.io.File.exists:()Z
            invokestatic org.junit.Assert.assertTrue:(Ljava/lang/String;Z)V
         2: .line 152
            aload 1 /* path */
            invokestatic com.oracle.truffle.llvm.tests.debug.TestExpressions.parse:(Ljava/nio/file/Path;)Lcom/oracle/truffle/llvm/tests/debug/TestExpressions;
            areturn
        end local 1 // java.nio.file.Path path
        end local 0 // com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/llvm/tests/debug/LLVMDebugExprParserTest;
            1    3     1  path  Ljava/nio/file/Path;

  static java.nio.file.Path getBitcodePath();
    descriptor: ()Ljava/nio/file/Path;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 156
            getstatic com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest.BC_DIR_PATH:Ljava/nio/file/Path;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.nio.file.Path getSourcePath();
    descriptor: ()Ljava/nio/file/Path;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 160
            getstatic com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest.SRC_DIR_PATH:Ljava/nio/file/Path;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.nio.file.Path getTracePath();
    descriptor: ()Ljava/nio/file/Path;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 164
            getstatic com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest.TRACE_DIR_PATH:Ljava/nio/file/Path;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static com.oracle.truffle.api.debug.Breakpoint buildBreakPoint(org.graalvm.polyglot.Source, int);
    descriptor: (Lorg/graalvm/polyglot/Source;I)Lcom/oracle/truffle/api/debug/Breakpoint;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.polyglot.Source source
        start local 1 // int line
         0: .line 268
            aload 0 /* source */
            invokevirtual org.graalvm.polyglot.Source.getURI:()Ljava/net/URI;
            invokestatic com.oracle.truffle.api.debug.Breakpoint.newBuilder:(Ljava/net/URI;)Lcom/oracle/truffle/api/debug/Breakpoint$Builder;
            iload 1 /* line */
            invokevirtual com.oracle.truffle.api.debug.Breakpoint$Builder.lineIs:(I)Lcom/oracle/truffle/api/debug/Breakpoint$Builder;
            invokevirtual com.oracle.truffle.api.debug.Breakpoint$Builder.build:()Lcom/oracle/truffle/api/debug/Breakpoint;
            areturn
        end local 1 // int line
        end local 0 // org.graalvm.polyglot.Source source
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  source  Lorg/graalvm/polyglot/Source;
            0    1     1    line  I
    MethodParameters:
        Name  Flags
      source  
      line    

  private void runTest(org.graalvm.polyglot.Source, org.graalvm.polyglot.Source, com.oracle.truffle.llvm.tests.debug.TestExpressions);
    descriptor: (Lorg/graalvm/polyglot/Source;Lorg/graalvm/polyglot/Source;Lcom/oracle/truffle/llvm/tests/debug/TestExpressions;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=11, args_size=4
        start local 0 // com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest this
        start local 1 // org.graalvm.polyglot.Source source
        start local 2 // org.graalvm.polyglot.Source bitcode
        start local 3 // com.oracle.truffle.llvm.tests.debug.TestExpressions testExpr
         0: .line 272
            aconst_null
            astore 4
            aconst_null
            astore 5
         1: aload 0 /* this */
            getfield com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest.tester:Lcom/oracle/truffle/tck/DebuggerTester;
            invokevirtual com.oracle.truffle.tck.DebuggerTester.startSession:()Lcom/oracle/truffle/api/debug/DebuggerSession;
            astore 6 /* session */
        start local 6 // com.oracle.truffle.api.debug.DebuggerSession session
         2: .line 273
            aload 3 /* testExpr */
            invokevirtual com.oracle.truffle.llvm.tests.debug.TestExpressions.requestedBreakpoints:()Ljava/util/stream/IntStream;
            aload 6 /* session */
            aload 1 /* source */
            invokedynamic accept(Lcom/oracle/truffle/api/debug/DebuggerSession;Lorg/graalvm/polyglot/Source;)Ljava/util/function/IntConsumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (I)V
                  com/oracle/truffle/llvm/tests/debug/LLVMDebugExprParserTest.lambda$2(Lcom/oracle/truffle/api/debug/DebuggerSession;Lorg/graalvm/polyglot/Source;I)V (6)
                  (I)V
            invokeinterface java.util.stream.IntStream.forEach:(Ljava/util/function/IntConsumer;)V
         3: .line 275
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest.tester:Lcom/oracle/truffle/tck/DebuggerTester;
            aload 2 /* bitcode */
            invokevirtual com.oracle.truffle.tck.DebuggerTester.startEval:(Lorg/graalvm/polyglot/Source;)V
         4: .line 277
            new com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest$BreakInfo
            dup
            invokespecial com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest$BreakInfo.<init>:()V
            astore 7 /* info */
        start local 7 // com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest$BreakInfo info
         5: .line 278
            aload 3 /* testExpr */
            invokevirtual com.oracle.truffle.llvm.tests.debug.TestExpressions.iterator:()Ljava/util/Iterator;
            astore 9
            goto 10
      StackMap locals: com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest org.graalvm.polyglot.Source org.graalvm.polyglot.Source com.oracle.truffle.llvm.tests.debug.TestExpressions java.lang.Throwable java.lang.Throwable com.oracle.truffle.api.debug.DebuggerSession com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest$BreakInfo top java.util.Iterator
      StackMap stack:
         6: aload 9
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.llvm.tests.debug.StopRequest
            astore 8 /* bpr */
        start local 8 // com.oracle.truffle.llvm.tests.debug.StopRequest bpr
         7: .line 279
            new com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest$TestCallback
            dup
            aload 7 /* info */
            aload 8 /* bpr */
            aload 3 /* testExpr */
            aload 8 /* bpr */
            invokevirtual com.oracle.truffle.llvm.tests.debug.TestExpressions.getExpressions:(Lcom/oracle/truffle/llvm/tests/debug/StopRequest;)Ljava/util/Map;
            aload 3 /* testExpr */
            aload 8 /* bpr */
            invokevirtual com.oracle.truffle.llvm.tests.debug.TestExpressions.getFailure:(Lcom/oracle/truffle/llvm/tests/debug/StopRequest;)Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokespecial com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest$TestCallback.<init>:(Lcom/oracle/truffle/llvm/tests/debug/LLVMDebugExprParserTest$BreakInfo;Lcom/oracle/truffle/llvm/tests/debug/StopRequest;Ljava/util/Map;Z)V
            astore 10 /* expectedEvent */
        start local 10 // com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest$TestCallback expectedEvent
         8: .line 281
      StackMap locals: com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest org.graalvm.polyglot.Source org.graalvm.polyglot.Source com.oracle.truffle.llvm.tests.debug.TestExpressions java.lang.Throwable java.lang.Throwable com.oracle.truffle.api.debug.DebuggerSession com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest$BreakInfo com.oracle.truffle.llvm.tests.debug.StopRequest java.util.Iterator com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest$TestCallback
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest.tester:Lcom/oracle/truffle/tck/DebuggerTester;
            aload 10 /* expectedEvent */
            invokevirtual com.oracle.truffle.tck.DebuggerTester.expectSuspended:(Lcom/oracle/truffle/api/debug/SuspendedCallback;)V
         9: .line 282
            aload 10 /* expectedEvent */
            invokevirtual com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest$TestCallback.isDone:()Z
            ifeq 8
        end local 10 // com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest$TestCallback expectedEvent
        end local 8 // com.oracle.truffle.llvm.tests.debug.StopRequest bpr
        10: .line 278
      StackMap locals: com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest org.graalvm.polyglot.Source org.graalvm.polyglot.Source com.oracle.truffle.llvm.tests.debug.TestExpressions java.lang.Throwable java.lang.Throwable com.oracle.truffle.api.debug.DebuggerSession com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest$BreakInfo top java.util.Iterator
      StackMap stack:
            aload 9
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        11: .line 285
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest.tester:Lcom/oracle/truffle/tck/DebuggerTester;
            invokevirtual com.oracle.truffle.tck.DebuggerTester.expectDone:()Ljava/lang/String;
            pop
        end local 7 // com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest$BreakInfo info
        12: .line 286
            aload 6 /* session */
            ifnull 18
            aload 6 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.close:()V
            goto 18
      StackMap locals: com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest org.graalvm.polyglot.Source org.graalvm.polyglot.Source com.oracle.truffle.llvm.tests.debug.TestExpressions java.lang.Throwable java.lang.Throwable com.oracle.truffle.api.debug.DebuggerSession
      StackMap stack: java.lang.Throwable
        13: astore 4
            aload 6 /* session */
            ifnull 14
            aload 6 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.close:()V
        end local 6 // com.oracle.truffle.api.debug.DebuggerSession session
      StackMap locals:
      StackMap stack:
        14: aload 4
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        15: astore 5
            aload 4
            ifnonnull 16
            aload 5
            astore 4
            goto 17
      StackMap locals:
      StackMap stack:
        16: aload 4
            aload 5
            if_acmpeq 17
            aload 4
            aload 5
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        17: aload 4
            athrow
        18: .line 287
      StackMap locals:
      StackMap stack:
            return
        end local 3 // com.oracle.truffle.llvm.tests.debug.TestExpressions testExpr
        end local 2 // org.graalvm.polyglot.Source bitcode
        end local 1 // org.graalvm.polyglot.Source source
        end local 0 // com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   19     0           this  Lcom/oracle/truffle/llvm/tests/debug/LLVMDebugExprParserTest;
            0   19     1         source  Lorg/graalvm/polyglot/Source;
            0   19     2        bitcode  Lorg/graalvm/polyglot/Source;
            0   19     3       testExpr  Lcom/oracle/truffle/llvm/tests/debug/TestExpressions;
            2   14     6        session  Lcom/oracle/truffle/api/debug/DebuggerSession;
            5   12     7           info  Lcom/oracle/truffle/llvm/tests/debug/LLVMDebugExprParserTest$BreakInfo;
            7   10     8            bpr  Lcom/oracle/truffle/llvm/tests/debug/StopRequest;
            8   10    10  expectedEvent  Lcom/oracle/truffle/llvm/tests/debug/LLVMDebugExprParserTest$TestCallback;
      Exception table:
        from    to  target  type
           2    12      13  any
           1    15      15  any
    MethodParameters:
          Name  Flags
      source    
      bitcode   
      testExpr  

  public void test();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest this
         0: .line 291
            aload 0 /* this */
            invokevirtual com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest.fetchExpressions:()Lcom/oracle/truffle/llvm/tests/debug/TestExpressions;
            astore 1 /* testExpr */
        start local 1 // com.oracle.truffle.llvm.tests.debug.TestExpressions testExpr
         1: .line 293
            aload 0 /* this */
            invokevirtual com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest.loadOriginalSource:()Lorg/graalvm/polyglot/Source;
            astore 2 /* source */
        start local 2 // org.graalvm.polyglot.Source source
         2: .line 294
            aload 0 /* this */
            invokevirtual com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest.loadBitcodeSource:()Lorg/graalvm/polyglot/Source;
            astore 3 /* bitcode */
        start local 3 // org.graalvm.polyglot.Source bitcode
         3: .line 295
            aload 0 /* this */
            aload 2 /* source */
            aload 3 /* bitcode */
            aload 1 /* testExpr */
            invokevirtual com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest.runTest:(Lorg/graalvm/polyglot/Source;Lorg/graalvm/polyglot/Source;Lcom/oracle/truffle/llvm/tests/debug/TestExpressions;)V
         4: .line 296
            return
        end local 3 // org.graalvm.polyglot.Source bitcode
        end local 2 // org.graalvm.polyglot.Source source
        end local 1 // com.oracle.truffle.llvm.tests.debug.TestExpressions testExpr
        end local 0 // com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/oracle/truffle/llvm/tests/debug/LLVMDebugExprParserTest;
            1    5     1  testExpr  Lcom/oracle/truffle/llvm/tests/debug/TestExpressions;
            2    5     2    source  Lorg/graalvm/polyglot/Source;
            3    5     3   bitcode  Lorg/graalvm/polyglot/Source;
    Exceptions:
      throws java.lang.Throwable
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  private static boolean lambda$0(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.nio.file.Path path
         0: .line 85
            aload 0 /* path */
            ldc "O1.bc"
            invokeinterface java.nio.file.Path.endsWith:(Ljava/lang/String;)Z
            ireturn
        end local 0 // java.nio.file.Path path
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  path  Ljava/nio/file/Path;

  private static java.lang.Object[] lambda$1(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)[Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.nio.file.Path path
         0: .line 85
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* path */
            invokestatic com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest.getTestSource:(Ljava/nio/file/Path;)Ljava/lang/String;
            aastore
            dup
            iconst_1
            ldc "O1.bc"
            aastore
            areturn
        end local 0 // java.nio.file.Path path
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  path  Ljava/nio/file/Path;

  private static void lambda$2(com.oracle.truffle.api.debug.DebuggerSession, org.graalvm.polyglot.Source, int);
    descriptor: (Lcom/oracle/truffle/api/debug/DebuggerSession;Lorg/graalvm/polyglot/Source;I)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 2 // int line
         0: .line 273
            aload 0
            aload 1
            iload 2 /* line */
            invokestatic com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest.buildBreakPoint:(Lorg/graalvm/polyglot/Source;I)Lcom/oracle/truffle/api/debug/Breakpoint;
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.install:(Lcom/oracle/truffle/api/debug/Breakpoint;)Lcom/oracle/truffle/api/debug/Breakpoint;
            return
        end local 2 // int line
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     2  line  I
}
SourceFile: "LLVMDebugExprParserTest.java"
NestMembers:
  com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest$BreakInfo  com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest$TestCallback
InnerClasses:
  public final Builder = com.oracle.truffle.api.debug.Breakpoint$Builder of com.oracle.truffle.api.debug.Breakpoint
  private final BreakInfo = com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest$BreakInfo of com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest
  private final TestCallback = com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest$TestCallback of com.oracle.truffle.llvm.tests.debug.LLVMDebugExprParserTest
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  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
  public abstract Parameters = org.junit.runners.Parameterized$Parameters of org.junit.runners.Parameterized
    RuntimeVisibleAnnotations: 
      org.junit.runner.RunWith(value = Lorg/junit/runners/Parameterized;)