public class com.oracle.truffle.sl.test.SLTestRunner extends org.junit.runners.ParentRunner<com.oracle.truffle.sl.test.SLTestRunner$TestCase>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.sl.test.SLTestRunner
  super_class: org.junit.runners.ParentRunner
{
  private static final java.lang.String SOURCE_SUFFIX;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: ".sl"

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

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

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

  private final java.util.List<com.oracle.truffle.sl.test.SLTestRunner$TestCase> testCases;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lcom/oracle/truffle/sl/test/SLTestRunner$TestCase;>;

  private static final java.util.List<com.oracle.truffle.api.dsl.NodeFactory<? extends com.oracle.truffle.sl.builtins.SLBuiltinNode>> builtins;
    descriptor: Ljava/util/List;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/List<Lcom/oracle/truffle/api/dsl/NodeFactory<+Lcom/oracle/truffle/sl/builtins/SLBuiltinNode;>;>;

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 88
            ldc Lcom/oracle/truffle/sl/test/SLTestRunner;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.truffle.sl.test.SLTestRunner.$assertionsDisabled:Z
         3: .line 94
            ldc "line.separator"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            putstatic com.oracle.truffle.sl.test.SLTestRunner.LF:Ljava/lang/String;
         4: .line 287
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putstatic com.oracle.truffle.sl.test.SLTestRunner.builtins:Ljava/util/List;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.oracle.truffle.sl.test.SLTestRunner this
        start local 1 // java.lang.Class runningClass
         0: .line 118
            aload 0 /* this */
            aload 1 /* runningClass */
            invokespecial org.junit.runners.ParentRunner.<init>:(Ljava/lang/Class;)V
         1: .line 120
            aload 0 /* this */
            aload 1 /* runningClass */
            invokestatic com.oracle.truffle.sl.test.SLTestRunner.createTests:(Ljava/lang/Class;)Ljava/util/List;
            putfield com.oracle.truffle.sl.test.SLTestRunner.testCases:Ljava/util/List;
         2: .line 121
            goto 5
      StackMap locals: com.oracle.truffle.sl.test.SLTestRunner java.lang.Class
      StackMap stack: java.io.IOException
         3: astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 122
            new org.junit.runners.model.InitializationError
            dup
            aload 2 /* e */
            invokespecial org.junit.runners.model.InitializationError.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
         5: .line 124
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Class runningClass
        end local 0 // com.oracle.truffle.sl.test.SLTestRunner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/oracle/truffle/sl/test/SLTestRunner;
            0    6     1  runningClass  Ljava/lang/Class<*>;
            4    5     2             e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1     2       3  Class java.io.IOException
    Exceptions:
      throws org.junit.runners.model.InitializationError
    Signature: (Ljava/lang/Class<*>;)V
    MethodParameters:
              Name  Flags
      runningClass  

  protected org.junit.runner.Description describeChild(com.oracle.truffle.sl.test.SLTestRunner$TestCase);
    descriptor: (Lcom/oracle/truffle/sl/test/SLTestRunner$TestCase;)Lorg/junit/runner/Description;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.sl.test.SLTestRunner this
        start local 1 // com.oracle.truffle.sl.test.SLTestRunner$TestCase child
         0: .line 128
            aload 1 /* child */
            getfield com.oracle.truffle.sl.test.SLTestRunner$TestCase.name:Lorg/junit/runner/Description;
            areturn
        end local 1 // com.oracle.truffle.sl.test.SLTestRunner$TestCase child
        end local 0 // com.oracle.truffle.sl.test.SLTestRunner this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/sl/test/SLTestRunner;
            0    1     1  child  Lcom/oracle/truffle/sl/test/SLTestRunner$TestCase;
    MethodParameters:
       Name  Flags
      child  

  protected java.util.List<com.oracle.truffle.sl.test.SLTestRunner$TestCase> getChildren();
    descriptor: ()Ljava/util/List;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.sl.test.SLTestRunner this
         0: .line 133
            aload 0 /* this */
            getfield com.oracle.truffle.sl.test.SLTestRunner.testCases:Ljava/util/List;
            areturn
        end local 0 // com.oracle.truffle.sl.test.SLTestRunner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/sl/test/SLTestRunner;
    Signature: ()Ljava/util/List<Lcom/oracle/truffle/sl/test/SLTestRunner$TestCase;>;

  protected static java.util.List<com.oracle.truffle.sl.test.SLTestRunner$TestCase> createTests(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Ljava/util/List;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=7, locals=12, args_size=1
        start local 0 // java.lang.Class c
         0: .line 137
            aload 0 /* c */
            ldc Lcom/oracle/truffle/sl/test/SLTestSuite;
            invokevirtual java.lang.Class.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast com.oracle.truffle.sl.test.SLTestSuite
            astore 1 /* suite */
        start local 1 // com.oracle.truffle.sl.test.SLTestSuite suite
         1: .line 138
            aload 1 /* suite */
            ifnonnull 3
         2: .line 139
            new org.junit.runners.model.InitializationError
            dup
            ldc "@%s annotation required on class '%s' to run with '%s'."
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            ldc Lcom/oracle/truffle/sl/test/SLTestSuite;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 0 /* c */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
            dup
            iconst_2
            ldc Lcom/oracle/truffle/sl/test/SLTestRunner;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial org.junit.runners.model.InitializationError.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 142
      StackMap locals: com.oracle.truffle.sl.test.SLTestSuite
      StackMap stack:
            aload 1 /* suite */
            invokeinterface com.oracle.truffle.sl.test.SLTestSuite.value:()[Ljava/lang/String;
            astore 2 /* paths */
        start local 2 // java.lang.String[] paths
         4: .line 143
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 3 /* options */
        start local 3 // java.util.Map options
         5: .line 144
            aload 1 /* suite */
            invokeinterface com.oracle.truffle.sl.test.SLTestSuite.options:()[Ljava/lang/String;
            astore 4 /* optionsList */
        start local 4 // java.lang.String[] optionsList
         6: .line 145
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         7: goto 10
         8: .line 146
      StackMap locals: java.lang.Class com.oracle.truffle.sl.test.SLTestSuite java.lang.String[] java.util.Map java.lang.String[] int
      StackMap stack:
            aload 3 /* options */
            aload 4 /* optionsList */
            iload 5 /* i */
            aaload
            aload 4 /* optionsList */
            iload 5 /* i */
            iconst_1
            iadd
            aaload
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         9: .line 145
            iinc 5 /* i */ 2
      StackMap locals:
      StackMap stack:
        10: iload 5 /* i */
            aload 4 /* optionsList */
            arraylength
            if_icmplt 8
        end local 5 // int i
        11: .line 149
            aload 0 /* c */
            astore 5 /* testCaseDirectory */
        start local 5 // java.lang.Class testCaseDirectory
        12: .line 150
            aload 1 /* suite */
            invokeinterface com.oracle.truffle.sl.test.SLTestSuite.testCaseDirectory:()Ljava/lang/Class;
            ldc Lcom/oracle/truffle/sl/test/SLTestSuite;
            if_acmpeq 14
        13: .line 151
            aload 1 /* suite */
            invokeinterface com.oracle.truffle.sl.test.SLTestSuite.testCaseDirectory:()Ljava/lang/Class;
            astore 5 /* testCaseDirectory */
        14: .line 153
      StackMap locals: java.lang.Class com.oracle.truffle.sl.test.SLTestSuite java.lang.String[] java.util.Map java.lang.String[] java.lang.Class
      StackMap stack:
            aload 5 /* testCaseDirectory */
            aload 2 /* paths */
            invokestatic com.oracle.truffle.sl.test.SLTestRunner.getRootViaResourceURL:(Ljava/lang/Class;[Ljava/lang/String;)Ljava/nio/file/Path;
            astore 6 /* root */
        start local 6 // java.nio.file.Path root
        15: .line 155
            aload 6 /* root */
            ifnonnull 24
        16: .line 156
            aload 2 /* paths */
            dup
            astore 10
            arraylength
            istore 9
            iconst_0
            istore 8
            goto 23
      StackMap locals: java.lang.Class com.oracle.truffle.sl.test.SLTestSuite java.lang.String[] java.util.Map java.lang.String[] java.lang.Class java.nio.file.Path top int int java.lang.String[]
      StackMap stack:
        17: aload 10
            iload 8
            aaload
            astore 7 /* path */
        start local 7 // java.lang.String path
        18: .line 157
            invokestatic java.nio.file.FileSystems.getDefault:()Ljava/nio/file/FileSystem;
            aload 7 /* path */
            iconst_0
            anewarray java.lang.String
            invokevirtual java.nio.file.FileSystem.getPath:(Ljava/lang/String;[Ljava/lang/String;)Ljava/nio/file/Path;
            astore 11 /* candidate */
        start local 11 // java.nio.file.Path candidate
        19: .line 158
            aload 11 /* candidate */
            iconst_0
            anewarray java.nio.file.LinkOption
            invokestatic java.nio.file.Files.exists:(Ljava/nio/file/Path;[Ljava/nio/file/LinkOption;)Z
            ifeq 22
        20: .line 159
            aload 11 /* candidate */
            astore 6 /* root */
        21: .line 160
            goto 24
        end local 11 // java.nio.file.Path candidate
        end local 7 // java.lang.String path
        22: .line 156
      StackMap locals:
      StackMap stack:
            iinc 8 1
      StackMap locals:
      StackMap stack:
        23: iload 8
            iload 9
            if_icmplt 17
        24: .line 164
      StackMap locals: java.lang.Class com.oracle.truffle.sl.test.SLTestSuite java.lang.String[] java.util.Map java.lang.String[] java.lang.Class java.nio.file.Path
      StackMap stack:
            aload 6 /* root */
            ifnonnull 26
            aload 2 /* paths */
            arraylength
            ifle 26
        25: .line 165
            new java.io.FileNotFoundException
            dup
            aload 2 /* paths */
            iconst_0
            aaload
            invokespecial java.io.FileNotFoundException.<init>:(Ljava/lang/String;)V
            athrow
        26: .line 168
      StackMap locals:
      StackMap stack:
            aload 6 /* root */
            astore 7 /* rootPath */
        start local 7 // java.nio.file.Path rootPath
        27: .line 170
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 8 /* foundCases */
        start local 8 // java.util.List foundCases
        28: .line 171
            aload 7 /* rootPath */
            new com.oracle.truffle.sl.test.SLTestRunner$1
            dup
            aload 8 /* foundCases */
            aload 0 /* c */
            aload 3 /* options */
            invokespecial com.oracle.truffle.sl.test.SLTestRunner$1.<init>:(Ljava/util/List;Ljava/lang/Class;Ljava/util/Map;)V
            invokestatic java.nio.file.Files.walkFileTree:(Ljava/nio/file/Path;Ljava/nio/file/FileVisitor;)Ljava/nio/file/Path;
            pop
        29: .line 195
            aload 8 /* foundCases */
            areturn
        end local 8 // java.util.List foundCases
        end local 7 // java.nio.file.Path rootPath
        end local 6 // java.nio.file.Path root
        end local 5 // java.lang.Class testCaseDirectory
        end local 4 // java.lang.String[] optionsList
        end local 3 // java.util.Map options
        end local 2 // java.lang.String[] paths
        end local 1 // com.oracle.truffle.sl.test.SLTestSuite suite
        end local 0 // java.lang.Class c
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   30     0                  c  Ljava/lang/Class<*>;
            1   30     1              suite  Lcom/oracle/truffle/sl/test/SLTestSuite;
            4   30     2              paths  [Ljava/lang/String;
            5   30     3            options  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
            6   30     4        optionsList  [Ljava/lang/String;
            7   11     5                  i  I
           12   30     5  testCaseDirectory  Ljava/lang/Class<*>;
           15   30     6               root  Ljava/nio/file/Path;
           18   22     7               path  Ljava/lang/String;
           19   22    11          candidate  Ljava/nio/file/Path;
           27   30     7           rootPath  Ljava/nio/file/Path;
           28   30     8         foundCases  Ljava/util/List<Lcom/oracle/truffle/sl/test/SLTestRunner$TestCase;>;
    Exceptions:
      throws java.io.IOException, org.junit.runners.model.InitializationError
    Signature: (Ljava/lang/Class<*>;)Ljava/util/List<Lcom/oracle/truffle/sl/test/SLTestRunner$TestCase;>;
    MethodParameters:
      Name  Flags
      c     final

  private static void delete(java.io.File);
    descriptor: (Ljava/io/File;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // java.io.File f
         0: .line 202
            aload 0 /* f */
            invokevirtual java.io.File.isDirectory:()Z
            ifeq 6
         1: .line 203
            aload 0 /* f */
            invokevirtual java.io.File.listFiles:()[Ljava/io/File;
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 5
      StackMap locals: java.io.File top int int java.io.File[]
      StackMap stack:
         2: aload 4
            iload 2
            aaload
            astore 1 /* c */
        start local 1 // java.io.File c
         3: .line 204
            aload 1 /* c */
            invokestatic com.oracle.truffle.sl.test.SLTestRunner.delete:(Ljava/io/File;)V
        end local 1 // java.io.File c
         4: .line 203
            iinc 2 1
      StackMap locals:
      StackMap stack:
         5: iload 2
            iload 3
            if_icmplt 2
         6: .line 207
      StackMap locals: java.io.File
      StackMap stack:
            aload 0 /* f */
            invokevirtual java.io.File.delete:()Z
            ifne 9
         7: .line 208
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            astore 1 /* err */
        start local 1 // java.io.PrintStream err
         8: .line 209
            aload 1 /* err */
            new java.lang.StringBuilder
            dup
            ldc "Failed to delete file: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* f */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        end local 1 // java.io.PrintStream err
         9: .line 211
      StackMap locals:
      StackMap stack:
            return
        end local 0 // java.io.File f
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0     f  Ljava/io/File;
            3    4     1     c  Ljava/io/File;
            8    9     1   err  Ljava/io/PrintStream;
    MethodParameters:
      Name  Flags
      f     

  private static java.lang.String explodeJarToTempDir(java.io.File);
    descriptor: (Ljava/io/File;)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=7, args_size=1
        start local 0 // java.io.File jarfilePath
         0: .line 221
            aload 0 /* jarfilePath */
            invokevirtual java.io.File.getName:()Ljava/lang/String;
            iconst_0
            anewarray java.nio.file.attribute.FileAttribute
            invokestatic java.nio.file.Files.createTempDirectory:(Ljava/lang/String;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/file/Path;
            astore 1 /* jarfileDir */
        start local 1 // java.nio.file.Path jarfileDir
         1: .line 222
            invokestatic java.lang.Runtime.getRuntime:()Ljava/lang/Runtime;
            new com.oracle.truffle.sl.test.SLTestRunner$2
            dup
            aload 1 /* jarfileDir */
            invokespecial com.oracle.truffle.sl.test.SLTestRunner$2.<init>:(Ljava/nio/file/Path;)V
            invokevirtual java.lang.Runtime.addShutdownHook:(Ljava/lang/Thread;)V
         2: .line 228
            aload 1 /* jarfileDir */
            invokeinterface java.nio.file.Path.toFile:()Ljava/io/File;
            invokevirtual java.io.File.deleteOnExit:()V
         3: .line 229
            new java.util.jar.JarFile
            dup
            aload 0 /* jarfilePath */
            invokespecial java.util.jar.JarFile.<init>:(Ljava/io/File;)V
            astore 2 /* jarfile */
        start local 2 // java.util.jar.JarFile jarfile
         4: .line 230
            aload 2 /* jarfile */
            invokevirtual java.util.jar.JarFile.entries:()Ljava/util/Enumeration;
            astore 3 /* entries */
        start local 3 // java.util.Enumeration entries
         5: .line 231
            goto 13
         6: .line 232
      StackMap locals: java.nio.file.Path java.util.jar.JarFile java.util.Enumeration
      StackMap stack:
            aload 3 /* entries */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast java.util.jar.JarEntry
            astore 4 /* e */
        start local 4 // java.util.jar.JarEntry e
         7: .line 233
            aload 4 /* e */
            invokevirtual java.util.jar.JarEntry.isDirectory:()Z
            ifne 13
         8: .line 234
            new java.io.File
            dup
            aload 1 /* jarfileDir */
            invokeinterface java.nio.file.Path.toFile:()Ljava/io/File;
            aload 4 /* e */
            invokevirtual java.util.jar.JarEntry.getName:()Ljava/lang/String;
            bipush 47
            getstatic java.io.File.separatorChar:C
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            invokespecial java.io.File.<init>:(Ljava/io/File;Ljava/lang/String;)V
            astore 5 /* path */
        start local 5 // java.io.File path
         9: .line 235
            aload 5 /* path */
            invokevirtual java.io.File.getParentFile:()Ljava/io/File;
            astore 6 /* dir */
        start local 6 // java.io.File dir
        10: .line 236
            aload 6 /* dir */
            invokevirtual java.io.File.mkdirs:()Z
            pop
        11: .line 237
            getstatic com.oracle.truffle.sl.test.SLTestRunner.$assertionsDisabled:Z
            ifne 12
            aload 6 /* dir */
            invokevirtual java.io.File.exists:()Z
            ifne 12
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        12: .line 238
      StackMap locals: java.util.jar.JarEntry java.io.File java.io.File
      StackMap stack:
            aload 2 /* jarfile */
            aload 4 /* e */
            invokevirtual java.util.jar.JarFile.getInputStream:(Ljava/util/zip/ZipEntry;)Ljava/io/InputStream;
            aload 5 /* path */
            invokevirtual java.io.File.toPath:()Ljava/nio/file/Path;
            iconst_1
            anewarray java.nio.file.CopyOption
            dup
            iconst_0
            getstatic java.nio.file.StandardCopyOption.REPLACE_EXISTING:Ljava/nio/file/StandardCopyOption;
            aastore
            invokestatic java.nio.file.Files.copy:(Ljava/io/InputStream;Ljava/nio/file/Path;[Ljava/nio/file/CopyOption;)J
            pop2
        end local 6 // java.io.File dir
        end local 5 // java.io.File path
        end local 4 // java.util.jar.JarEntry e
        13: .line 231
      StackMap locals:
      StackMap stack:
            aload 3 /* entries */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 6
        14: .line 241
            aload 1 /* jarfileDir */
            invokeinterface java.nio.file.Path.toFile:()Ljava/io/File;
            invokevirtual java.io.File.getAbsolutePath:()Ljava/lang/String;
        15: areturn
        end local 3 // java.util.Enumeration entries
        end local 2 // java.util.jar.JarFile jarfile
        end local 1 // java.nio.file.Path jarfileDir
        16: .line 242
      StackMap locals: java.io.File
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
        17: .line 243
            new java.lang.AssertionError
            dup
            aload 1 /* e */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // java.io.File jarfilePath
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   18     0  jarfilePath  Ljava/io/File;
            1   16     1   jarfileDir  Ljava/nio/file/Path;
            4   16     2      jarfile  Ljava/util/jar/JarFile;
            5   16     3      entries  Ljava/util/Enumeration<Ljava/util/jar/JarEntry;>;
            7   13     4            e  Ljava/util/jar/JarEntry;
            9   13     5         path  Ljava/io/File;
           10   13     6          dir  Ljava/io/File;
           17   18     1            e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0    15      16  Class java.io.IOException
    MethodParameters:
             Name  Flags
      jarfilePath  

  public static java.nio.file.Path getRootViaResourceURL(java.lang.Class<?>, java.lang.String[]);
    descriptor: (Ljava/lang/Class;[Ljava/lang/String;)Ljava/nio/file/Path;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=13, args_size=2
        start local 0 // java.lang.Class c
        start local 1 // java.lang.String[] paths
         0: .line 248
            aload 0 /* c */
            new java.lang.StringBuilder
            dup
            aload 0 /* c */
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ".class"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.lang.Class.getResource:(Ljava/lang/String;)Ljava/net/URL;
            astore 2 /* url */
        start local 2 // java.net.URL url
         1: .line 249
            aload 2 /* url */
            ifnull 28
         2: .line 250
            getstatic java.io.File.separatorChar:C
            istore 3 /* sep */
        start local 3 // char sep
         3: .line 251
            aload 2 /* url */
            invokevirtual java.net.URL.toExternalForm:()Ljava/lang/String;
            astore 4 /* externalForm */
        start local 4 // java.lang.String externalForm
         4: .line 252
            new java.lang.StringBuilder
            dup
            iload 3 /* sep */
            invokestatic java.lang.String.valueOf:(C)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* c */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            bipush 46
            iload 3 /* sep */
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ".class"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 5 /* classPart */
        start local 5 // java.lang.String classPart
         5: .line 253
            aconst_null
            astore 6 /* prefix */
        start local 6 // java.lang.String prefix
         6: .line 255
            aload 4 /* externalForm */
            ldc "jar:file:"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 16
         7: .line 256
            ldc "jar:file:"
            astore 6 /* prefix */
         8: .line 257
            aload 4 /* externalForm */
            bipush 33
            aload 6 /* prefix */
            invokevirtual java.lang.String.length:()I
            invokevirtual java.lang.String.indexOf:(II)I
            istore 8 /* bang */
        start local 8 // int bang
         9: .line 258
            iload 8 /* bang */
            iconst_m1
            if_icmpeq 10
            iconst_1
            goto 11
      StackMap locals: java.lang.Class java.lang.String[] java.net.URL int java.lang.String java.lang.String java.lang.String top int
      StackMap stack:
        10: iconst_0
      StackMap locals:
      StackMap stack: int
        11: invokestatic org.junit.Assume.assumeTrue:(Z)V
        12: .line 259
            new java.io.File
            dup
            aload 4 /* externalForm */
            aload 6 /* prefix */
            invokevirtual java.lang.String.length:()I
            iload 8 /* bang */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            astore 9 /* jarfilePath */
        start local 9 // java.io.File jarfilePath
        13: .line 260
            aload 9 /* jarfilePath */
            invokevirtual java.io.File.exists:()Z
            invokestatic org.junit.Assume.assumeTrue:(Z)V
        14: .line 261
            aload 9 /* jarfilePath */
            invokestatic com.oracle.truffle.sl.test.SLTestRunner.explodeJarToTempDir:(Ljava/io/File;)Ljava/lang/String;
            astore 7 /* base */
        end local 9 // java.io.File jarfilePath
        end local 8 // int bang
        start local 7 // java.lang.String base
        15: .line 262
            goto 21
        end local 7 // java.lang.String base
      StackMap locals: java.lang.Class java.lang.String[] java.net.URL int java.lang.String java.lang.String java.lang.String
      StackMap stack:
        16: aload 4 /* externalForm */
            ldc "file:"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 20
        17: .line 263
            ldc "file:"
            astore 6 /* prefix */
        18: .line 264
            aload 4 /* externalForm */
            aload 6 /* prefix */
            invokevirtual java.lang.String.length:()I
            aload 4 /* externalForm */
            invokevirtual java.lang.String.length:()I
            aload 5 /* classPart */
            invokevirtual java.lang.String.length:()I
            isub
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 7 /* base */
        start local 7 // java.lang.String base
        19: .line 265
            goto 21
        end local 7 // java.lang.String base
        20: .line 266
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        start local 7 // java.lang.String base
        21: .line 268
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* paths */
            dup
            astore 11
            arraylength
            istore 10
            iconst_0
            istore 9
            goto 27
      StackMap locals: java.lang.Class java.lang.String[] java.net.URL int java.lang.String java.lang.String java.lang.String java.lang.String top int int java.lang.String[]
      StackMap stack:
        22: aload 11
            iload 9
            aaload
            astore 8 /* path */
        start local 8 // java.lang.String path
        23: .line 269
            new java.lang.StringBuilder
            dup
            aload 7 /* base */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 3 /* sep */
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            aload 8 /* path */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 12 /* candidate */
        start local 12 // java.lang.String candidate
        24: .line 270
            new java.io.File
            dup
            aload 12 /* candidate */
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            invokevirtual java.io.File.exists:()Z
            ifeq 26
        25: .line 271
            invokestatic java.nio.file.FileSystems.getDefault:()Ljava/nio/file/FileSystem;
            aload 12 /* candidate */
            iconst_0
            anewarray java.lang.String
            invokevirtual java.nio.file.FileSystem.getPath:(Ljava/lang/String;[Ljava/lang/String;)Ljava/nio/file/Path;
            areturn
        end local 12 // java.lang.String candidate
        end local 8 // java.lang.String path
        26: .line 268
      StackMap locals:
      StackMap stack:
            iinc 9 1
      StackMap locals:
      StackMap stack:
        27: iload 9
            iload 10
            if_icmplt 22
        end local 7 // java.lang.String base
        end local 6 // java.lang.String prefix
        end local 5 // java.lang.String classPart
        end local 4 // java.lang.String externalForm
        end local 3 // char sep
        28: .line 275
      StackMap locals: java.lang.Class java.lang.String[] java.net.URL
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.net.URL url
        end local 1 // java.lang.String[] paths
        end local 0 // java.lang.Class c
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   29     0             c  Ljava/lang/Class<*>;
            0   29     1         paths  [Ljava/lang/String;
            1   29     2           url  Ljava/net/URL;
            3   28     3           sep  C
            4   28     4  externalForm  Ljava/lang/String;
            5   28     5     classPart  Ljava/lang/String;
            6   28     6        prefix  Ljava/lang/String;
           15   16     7          base  Ljava/lang/String;
           19   20     7          base  Ljava/lang/String;
           21   28     7          base  Ljava/lang/String;
            9   15     8          bang  I
           13   15     9   jarfilePath  Ljava/io/File;
           23   26     8          path  Ljava/lang/String;
           24   26    12     candidate  Ljava/lang/String;
    Signature: (Ljava/lang/Class<*>;[Ljava/lang/String;)Ljava/nio/file/Path;
    MethodParameters:
       Name  Flags
      c      final
      paths  

  private static java.lang.String readAllLines(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // java.nio.file.Path file
         0: .line 280
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* outFile */
        start local 1 // java.lang.StringBuilder outFile
         1: .line 281
            aload 0 /* file */
            invokestatic java.nio.charset.Charset.defaultCharset:()Ljava/nio/charset/Charset;
            invokestatic java.nio.file.Files.readAllLines:(Ljava/nio/file/Path;Ljava/nio/charset/Charset;)Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: java.nio.file.Path java.lang.StringBuilder top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 2 /* line */
        start local 2 // java.lang.String line
         3: .line 282
            aload 1 /* outFile */
            aload 2 /* line */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            getstatic com.oracle.truffle.sl.test.SLTestRunner.LF:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 2 // java.lang.String line
         4: .line 281
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 284
            aload 1 /* outFile */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder outFile
        end local 0 // java.nio.file.Path file
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     file  Ljava/nio/file/Path;
            1    6     1  outFile  Ljava/lang/StringBuilder;
            3    4     2     line  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  

  public static void installBuiltin(com.oracle.truffle.api.dsl.NodeFactory<? extends com.oracle.truffle.sl.builtins.SLBuiltinNode>);
    descriptor: (Lcom/oracle/truffle/api/dsl/NodeFactory;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.NodeFactory builtin
         0: .line 290
            getstatic com.oracle.truffle.sl.test.SLTestRunner.builtins:Ljava/util/List;
            aload 0 /* builtin */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 291
            return
        end local 0 // com.oracle.truffle.api.dsl.NodeFactory builtin
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0  builtin  Lcom/oracle/truffle/api/dsl/NodeFactory<+Lcom/oracle/truffle/sl/builtins/SLBuiltinNode;>;
    Signature: (Lcom/oracle/truffle/api/dsl/NodeFactory<+Lcom/oracle/truffle/sl/builtins/SLBuiltinNode;>;)V
    MethodParameters:
         Name  Flags
      builtin  

  protected void runChild(com.oracle.truffle.sl.test.SLTestRunner$TestCase, org.junit.runner.notification.RunNotifier);
    descriptor: (Lcom/oracle/truffle/sl/test/SLTestRunner$TestCase;Lorg/junit/runner/notification/RunNotifier;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=9, args_size=3
        start local 0 // com.oracle.truffle.sl.test.SLTestRunner this
        start local 1 // com.oracle.truffle.sl.test.SLTestRunner$TestCase testCase
        start local 2 // org.junit.runner.notification.RunNotifier notifier
         0: .line 295
            aload 2 /* notifier */
            aload 1 /* testCase */
            getfield com.oracle.truffle.sl.test.SLTestRunner$TestCase.name:Lorg/junit/runner/Description;
            invokevirtual org.junit.runner.notification.RunNotifier.fireTestStarted:(Lorg/junit/runner/Description;)V
         1: .line 297
            aconst_null
            astore 3 /* context */
        start local 3 // org.graalvm.polyglot.Context context
         2: .line 299
            new java.io.ByteArrayOutputStream
            dup
            invokespecial java.io.ByteArrayOutputStream.<init>:()V
            astore 4 /* out */
        start local 4 // java.io.ByteArrayOutputStream out
         3: .line 300
            getstatic com.oracle.truffle.sl.test.SLTestRunner.builtins:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 6
      StackMap locals: com.oracle.truffle.sl.test.SLTestRunner com.oracle.truffle.sl.test.SLTestRunner$TestCase org.junit.runner.notification.RunNotifier org.graalvm.polyglot.Context java.io.ByteArrayOutputStream top java.util.Iterator
      StackMap stack:
         4: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.dsl.NodeFactory
            astore 5 /* builtin */
        start local 5 // com.oracle.truffle.api.dsl.NodeFactory builtin
         5: .line 301
            aload 5 /* builtin */
            invokestatic com.oracle.truffle.sl.SLLanguage.installBuiltin:(Lcom/oracle/truffle/api/dsl/NodeFactory;)V
        end local 5 // com.oracle.truffle.api.dsl.NodeFactory builtin
         6: .line 300
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         7: .line 304
            iconst_0
            anewarray java.lang.String
            invokestatic org.graalvm.polyglot.Context.newBuilder:([Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
            iconst_1
            invokevirtual org.graalvm.polyglot.Context$Builder.allowExperimentalOptions:(Z)Lorg/graalvm/polyglot/Context$Builder;
            new java.io.ByteArrayInputStream
            dup
            aload 1 /* testCase */
            getfield com.oracle.truffle.sl.test.SLTestRunner$TestCase.testInput:Ljava/lang/String;
            ldc "UTF-8"
            invokevirtual java.lang.String.getBytes:(Ljava/lang/String;)[B
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
            invokevirtual org.graalvm.polyglot.Context$Builder.in:(Ljava/io/InputStream;)Lorg/graalvm/polyglot/Context$Builder;
            aload 4 /* out */
            invokevirtual org.graalvm.polyglot.Context$Builder.out:(Ljava/io/OutputStream;)Lorg/graalvm/polyglot/Context$Builder;
            astore 5 /* builder */
        start local 5 // org.graalvm.polyglot.Context$Builder builder
         8: .line 305
            aload 1 /* testCase */
            getfield com.oracle.truffle.sl.test.SLTestRunner$TestCase.options:Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 7
            goto 11
      StackMap locals: com.oracle.truffle.sl.test.SLTestRunner com.oracle.truffle.sl.test.SLTestRunner$TestCase org.junit.runner.notification.RunNotifier org.graalvm.polyglot.Context java.io.ByteArrayOutputStream org.graalvm.polyglot.Context$Builder top java.util.Iterator
      StackMap stack:
         9: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 6 /* e */
        start local 6 // java.util.Map$Entry e
        10: .line 306
            aload 5 /* builder */
            aload 6 /* e */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 6 /* e */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual org.graalvm.polyglot.Context$Builder.option:(Ljava/lang/String;Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
            pop
        end local 6 // java.util.Map$Entry e
        11: .line 305
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        12: .line 308
            aload 5 /* builder */
            invokevirtual org.graalvm.polyglot.Context$Builder.build:()Lorg/graalvm/polyglot/Context;
            astore 3 /* context */
        13: .line 309
            new java.io.PrintWriter
            dup
            aload 4 /* out */
            invokespecial java.io.PrintWriter.<init>:(Ljava/io/OutputStream;)V
            astore 6 /* printer */
        start local 6 // java.io.PrintWriter printer
        14: .line 310
            aload 3 /* context */
            aload 1 /* testCase */
            getfield com.oracle.truffle.sl.test.SLTestRunner$TestCase.path:Ljava/nio/file/Path;
            aload 6 /* printer */
            invokestatic com.oracle.truffle.sl.test.SLTestRunner.run:(Lorg/graalvm/polyglot/Context;Ljava/nio/file/Path;Ljava/io/PrintWriter;)V
        15: .line 311
            aload 6 /* printer */
            invokevirtual java.io.PrintWriter.flush:()V
        16: .line 313
            new java.lang.String
            dup
            aload 4 /* out */
            invokevirtual java.io.ByteArrayOutputStream.toByteArray:()[B
            invokespecial java.lang.String.<init>:([B)V
            astore 7 /* actualOutput */
        start local 7 // java.lang.String actualOutput
        17: .line 314
            aload 1 /* testCase */
            getfield com.oracle.truffle.sl.test.SLTestRunner$TestCase.name:Lorg/junit/runner/Description;
            invokevirtual org.junit.runner.Description.toString:()Ljava/lang/String;
            aload 1 /* testCase */
            getfield com.oracle.truffle.sl.test.SLTestRunner$TestCase.expectedOutput:Ljava/lang/String;
            aload 7 /* actualOutput */
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
        end local 7 // java.lang.String actualOutput
        end local 6 // java.io.PrintWriter printer
        end local 5 // org.graalvm.polyglot.Context$Builder builder
        end local 4 // java.io.ByteArrayOutputStream out
        18: .line 315
            goto 29
      StackMap locals: com.oracle.truffle.sl.test.SLTestRunner com.oracle.truffle.sl.test.SLTestRunner$TestCase org.junit.runner.notification.RunNotifier org.graalvm.polyglot.Context
      StackMap stack: java.lang.Throwable
        19: astore 4 /* ex */
        start local 4 // java.lang.Throwable ex
        20: .line 316
            aload 2 /* notifier */
            new org.junit.runner.notification.Failure
            dup
            aload 1 /* testCase */
            getfield com.oracle.truffle.sl.test.SLTestRunner$TestCase.name:Lorg/junit/runner/Description;
            aload 4 /* ex */
            invokespecial org.junit.runner.notification.Failure.<init>:(Lorg/junit/runner/Description;Ljava/lang/Throwable;)V
            invokevirtual org.junit.runner.notification.RunNotifier.fireTestFailure:(Lorg/junit/runner/notification/Failure;)V
        end local 4 // java.lang.Throwable ex
        21: .line 318
            aload 3 /* context */
            ifnull 23
        22: .line 319
            aload 3 /* context */
            invokevirtual org.graalvm.polyglot.Context.close:()V
        23: .line 321
      StackMap locals:
      StackMap stack:
            aload 2 /* notifier */
            aload 1 /* testCase */
            getfield com.oracle.truffle.sl.test.SLTestRunner$TestCase.name:Lorg/junit/runner/Description;
            invokevirtual org.junit.runner.notification.RunNotifier.fireTestFinished:(Lorg/junit/runner/Description;)V
            goto 32
        24: .line 317
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 8
        25: .line 318
            aload 3 /* context */
            ifnull 27
        26: .line 319
            aload 3 /* context */
            invokevirtual org.graalvm.polyglot.Context.close:()V
        27: .line 321
      StackMap locals: com.oracle.truffle.sl.test.SLTestRunner com.oracle.truffle.sl.test.SLTestRunner$TestCase org.junit.runner.notification.RunNotifier org.graalvm.polyglot.Context top top top top java.lang.Throwable
      StackMap stack:
            aload 2 /* notifier */
            aload 1 /* testCase */
            getfield com.oracle.truffle.sl.test.SLTestRunner$TestCase.name:Lorg/junit/runner/Description;
            invokevirtual org.junit.runner.notification.RunNotifier.fireTestFinished:(Lorg/junit/runner/Description;)V
        28: .line 322
            aload 8
            athrow
        29: .line 318
      StackMap locals: com.oracle.truffle.sl.test.SLTestRunner com.oracle.truffle.sl.test.SLTestRunner$TestCase org.junit.runner.notification.RunNotifier org.graalvm.polyglot.Context
      StackMap stack:
            aload 3 /* context */
            ifnull 31
        30: .line 319
            aload 3 /* context */
            invokevirtual org.graalvm.polyglot.Context.close:()V
        31: .line 321
      StackMap locals:
      StackMap stack:
            aload 2 /* notifier */
            aload 1 /* testCase */
            getfield com.oracle.truffle.sl.test.SLTestRunner$TestCase.name:Lorg/junit/runner/Description;
            invokevirtual org.junit.runner.notification.RunNotifier.fireTestFinished:(Lorg/junit/runner/Description;)V
        32: .line 323
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.graalvm.polyglot.Context context
        end local 2 // org.junit.runner.notification.RunNotifier notifier
        end local 1 // com.oracle.truffle.sl.test.SLTestRunner$TestCase testCase
        end local 0 // com.oracle.truffle.sl.test.SLTestRunner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   33     0          this  Lcom/oracle/truffle/sl/test/SLTestRunner;
            0   33     1      testCase  Lcom/oracle/truffle/sl/test/SLTestRunner$TestCase;
            0   33     2      notifier  Lorg/junit/runner/notification/RunNotifier;
            2   33     3       context  Lorg/graalvm/polyglot/Context;
            3   18     4           out  Ljava/io/ByteArrayOutputStream;
            5    6     5       builtin  Lcom/oracle/truffle/api/dsl/NodeFactory<+Lcom/oracle/truffle/sl/builtins/SLBuiltinNode;>;
            8   18     5       builder  Lorg/graalvm/polyglot/Context$Builder;
           10   11     6             e  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;
           14   18     6       printer  Ljava/io/PrintWriter;
           17   18     7  actualOutput  Ljava/lang/String;
           20   21     4            ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           2    18      19  Class java.lang.Throwable
           2    21      24  any
    MethodParameters:
          Name  Flags
      testCase  
      notifier  

  private static void run(org.graalvm.polyglot.Context, java.nio.file.Path, java.io.PrintWriter);
    descriptor: (Lorg/graalvm/polyglot/Context;Ljava/nio/file/Path;Ljava/io/PrintWriter;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.graalvm.polyglot.Context context
        start local 1 // java.nio.file.Path path
        start local 2 // java.io.PrintWriter out
         0: .line 328
            ldc "sl"
            aload 1 /* path */
            invokeinterface java.nio.file.Path.toFile:()Ljava/io/File;
            invokestatic org.graalvm.polyglot.Source.newBuilder:(Ljava/lang/String;Ljava/io/File;)Lorg/graalvm/polyglot/Source$Builder;
            iconst_1
            invokevirtual org.graalvm.polyglot.Source$Builder.interactive:(Z)Lorg/graalvm/polyglot/Source$Builder;
            invokevirtual org.graalvm.polyglot.Source$Builder.build:()Lorg/graalvm/polyglot/Source;
            astore 3 /* source */
        start local 3 // org.graalvm.polyglot.Source source
         1: .line 331
            aload 0 /* context */
            aload 3 /* source */
            invokevirtual org.graalvm.polyglot.Context.eval:(Lorg/graalvm/polyglot/Source;)Lorg/graalvm/polyglot/Value;
            pop
        end local 3 // org.graalvm.polyglot.Source source
         2: .line 332
            goto 8
      StackMap locals:
      StackMap stack: org.graalvm.polyglot.PolyglotException
         3: astore 3 /* ex */
        start local 3 // org.graalvm.polyglot.PolyglotException ex
         4: .line 333
            aload 3 /* ex */
            invokevirtual org.graalvm.polyglot.PolyglotException.isInternalError:()Z
            ifne 7
         5: .line 334
            aload 2 /* out */
            aload 3 /* ex */
            invokevirtual org.graalvm.polyglot.PolyglotException.getMessage:()Ljava/lang/String;
            invokevirtual java.io.PrintWriter.println:(Ljava/lang/String;)V
         6: .line 335
            goto 8
         7: .line 336
      StackMap locals: org.graalvm.polyglot.PolyglotException
      StackMap stack:
            aload 3 /* ex */
            athrow
        end local 3 // org.graalvm.polyglot.PolyglotException ex
         8: .line 339
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.io.PrintWriter out
        end local 1 // java.nio.file.Path path
        end local 0 // org.graalvm.polyglot.Context context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0  context  Lorg/graalvm/polyglot/Context;
            0    9     1     path  Ljava/nio/file/Path;
            0    9     2      out  Ljava/io/PrintWriter;
            1    2     3   source  Lorg/graalvm/polyglot/Source;
            4    8     3       ex  Lorg/graalvm/polyglot/PolyglotException;
      Exception table:
        from    to  target  type
           0     2       3  Class org.graalvm.polyglot.PolyglotException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  
      path     
      out      

  public static void runInMain(java.lang.Class<?>, java.lang.String[]);
    descriptor: (Ljava/lang/Class;[Ljava/lang/String;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // java.lang.Class testClass
        start local 1 // java.lang.String[] args
         0: .line 342
            new org.junit.runner.JUnitCore
            dup
            invokespecial org.junit.runner.JUnitCore.<init>:()V
            astore 2 /* core */
        start local 2 // org.junit.runner.JUnitCore core
         1: .line 343
            aload 2 /* core */
            new org.junit.internal.TextListener
            dup
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            invokespecial org.junit.internal.TextListener.<init>:(Ljava/io/PrintStream;)V
            invokevirtual org.junit.runner.JUnitCore.addListener:(Lorg/junit/runner/notification/RunListener;)V
         2: .line 344
            new com.oracle.truffle.sl.test.SLTestRunner
            dup
            aload 0 /* testClass */
            invokespecial com.oracle.truffle.sl.test.SLTestRunner.<init>:(Ljava/lang/Class;)V
            astore 3 /* suite */
        start local 3 // com.oracle.truffle.sl.test.SLTestRunner suite
         3: .line 345
            aload 1 /* args */
            arraylength
            ifle 5
         4: .line 346
            aload 3 /* suite */
            new com.oracle.truffle.sl.test.SLTestRunner$NameFilter
            dup
            aload 1 /* args */
            iconst_0
            aaload
            invokespecial com.oracle.truffle.sl.test.SLTestRunner$NameFilter.<init>:(Ljava/lang/String;)V
            invokevirtual com.oracle.truffle.sl.test.SLTestRunner.filter:(Lorg/junit/runner/manipulation/Filter;)V
         5: .line 348
      StackMap locals: org.junit.runner.JUnitCore com.oracle.truffle.sl.test.SLTestRunner
      StackMap stack:
            aload 2 /* core */
            aload 3 /* suite */
            invokevirtual org.junit.runner.JUnitCore.run:(Lorg/junit/runner/Runner;)Lorg/junit/runner/Result;
            astore 4 /* r */
        start local 4 // org.junit.runner.Result r
         6: .line 349
            aload 4 /* r */
            invokevirtual org.junit.runner.Result.wasSuccessful:()Z
            ifne 8
         7: .line 350
            iconst_1
            invokestatic java.lang.System.exit:(I)V
         8: .line 352
      StackMap locals: org.junit.runner.Result
      StackMap stack:
            return
        end local 4 // org.junit.runner.Result r
        end local 3 // com.oracle.truffle.sl.test.SLTestRunner suite
        end local 2 // org.junit.runner.JUnitCore core
        end local 1 // java.lang.String[] args
        end local 0 // java.lang.Class testClass
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0  testClass  Ljava/lang/Class<*>;
            0    9     1       args  [Ljava/lang/String;
            1    9     2       core  Lorg/junit/runner/JUnitCore;
            3    9     3      suite  Lcom/oracle/truffle/sl/test/SLTestRunner;
            6    9     4          r  Lorg/junit/runner/Result;
    Exceptions:
      throws org.junit.runners.model.InitializationError, org.junit.runner.manipulation.NoTestsRemainException
    Signature: (Ljava/lang/Class<*>;[Ljava/lang/String;)V
    MethodParameters:
           Name  Flags
      testClass  
      args       

  protected org.junit.runner.Description describeChild(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/junit/runner/Description;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.oracle.truffle.sl.test.SLTestRunner$TestCase
            invokevirtual com.oracle.truffle.sl.test.SLTestRunner.describeChild:(Lcom/oracle/truffle/sl/test/SLTestRunner$TestCase;)Lorg/junit/runner/Description;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void runChild(java.lang.Object, org.junit.runner.notification.RunNotifier);
    descriptor: (Ljava/lang/Object;Lorg/junit/runner/notification/RunNotifier;)V
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast com.oracle.truffle.sl.test.SLTestRunner$TestCase
            aload 2
            invokevirtual com.oracle.truffle.sl.test.SLTestRunner.runChild:(Lcom/oracle/truffle/sl/test/SLTestRunner$TestCase;Lorg/junit/runner/notification/RunNotifier;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lorg/junit/runners/ParentRunner<Lcom/oracle/truffle/sl/test/SLTestRunner$TestCase;>;
SourceFile: "SLTestRunner.java"
NestMembers:
  com.oracle.truffle.sl.test.SLTestRunner$1  com.oracle.truffle.sl.test.SLTestRunner$2  com.oracle.truffle.sl.test.SLTestRunner$NameFilter  com.oracle.truffle.sl.test.SLTestRunner$TestCase
InnerClasses:
  com.oracle.truffle.sl.test.SLTestRunner$1
  com.oracle.truffle.sl.test.SLTestRunner$2
  private final NameFilter = com.oracle.truffle.sl.test.SLTestRunner$NameFilter of com.oracle.truffle.sl.test.SLTestRunner
  TestCase = com.oracle.truffle.sl.test.SLTestRunner$TestCase of com.oracle.truffle.sl.test.SLTestRunner
  public abstract Entry = java.util.Map$Entry of java.util.Map
  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