public class org.graalvm.compiler.truffle.test.SLTruffleGraalTestSuite
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.truffle.test.SLTruffleGraalTestSuite
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.SLTruffleGraalTestSuite this
         0: .line 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.truffle.test.SLTruffleGraalTestSuite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/SLTruffleGraalTestSuite;

  public static void main(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.String[] args
         0: .line 50
            ldc Lorg/graalvm/compiler/truffle/test/SLTruffleGraalTestSuite;
            aload 0 /* args */
            invokestatic com.oracle.truffle.sl.test.SLTestRunner.runInMain:(Ljava/lang/Class;[Ljava/lang/String;)V
         1: .line 51
            return
        end local 0 // java.lang.String[] args
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  args  [Ljava/lang/String;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      args  

  public static void setupTestRunner();
    descriptor: ()V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 55
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tSLGetOptionBuiltinFactory cannot be resolved\n\tSLIsOptimizedBuiltinFactory cannot be resolved\n\tSLWaitForOptimizationBuiltinFactory cannot be resolved\n\tSLDisableSplittingBuiltinFactory cannot be resolved\n\tSLCallUntilOptimizedBuiltinFactory cannot be resolved\n\tSLCallFunctionsWithBuiltinFactory cannot be resolved\n\tSLIsCompilationConstantBuiltinFactory cannot be resolved\n\tSLDeoptimizeWhenCompiledBuiltinFactory cannot be resolved\n\tSLAssertTrueBuiltinFactory cannot be resolved\n\tSLAssertFalseBuiltinFactory cannot be resolved\n\tSLTestTruffleBoundary01BuiltinFactory cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    RuntimeVisibleAnnotations: 
      org.junit.BeforeClass()

  public void unittest();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.SLTruffleGraalTestSuite this
         0: .line 76
            return
        end local 0 // org.graalvm.compiler.truffle.test.SLTruffleGraalTestSuite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/SLTruffleGraalTestSuite;
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "SLTruffleGraalTestSuite.java"
    RuntimeVisibleAnnotations: 
      org.junit.runner.RunWith(value = Lcom/oracle/truffle/sl/test/SLTestRunner;)
      com.oracle.truffle.sl.test.SLTestSuite(value = {"sl"}, options = {"engine.BackgroundCompilation", "false", "engine.CompilationThreshold", "10", "engine.MultiTier", "false", "engine.CompileImmediately", "false"})