public class org.graalvm.compiler.microbenchmarks.lir.CompileTimeBenchmark extends org.graalvm.compiler.microbenchmarks.graal.GraalBenchmark
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.microbenchmarks.lir.CompileTimeBenchmark
  super_class: org.graalvm.compiler.microbenchmarks.graal.GraalBenchmark
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.microbenchmarks.lir.CompileTimeBenchmark this
         0: .line 34
            aload 0 /* this */
            invokespecial org.graalvm.compiler.microbenchmarks.graal.GraalBenchmark.<init>:()V
            return
        end local 0 // org.graalvm.compiler.microbenchmarks.lir.CompileTimeBenchmark this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/microbenchmarks/lir/CompileTimeBenchmark;

  public org.graalvm.compiler.code.CompilationResult compile(org.graalvm.compiler.microbenchmarks.lir.CompileTimeBenchmark$CompileState);
    descriptor: (Lorg/graalvm/compiler/microbenchmarks/lir/CompileTimeBenchmark$CompileState;)Lorg/graalvm/compiler/code/CompilationResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.microbenchmarks.lir.CompileTimeBenchmark this
         0: .line 43
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tBenchmark cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.microbenchmarks.lir.CompileTimeBenchmark this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/microbenchmarks/lir/CompileTimeBenchmark;
    RuntimeInvisibleAnnotations: 
      Benchmark()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Benchmark()
    MethodParameters:
      Name  Flags
      s     

  public org.graalvm.compiler.nodes.StructuredGraph frontend(org.graalvm.compiler.microbenchmarks.lir.CompileTimeBenchmark$FrontEndState);
    descriptor: (Lorg/graalvm/compiler/microbenchmarks/lir/CompileTimeBenchmark$FrontEndState;)Lorg/graalvm/compiler/nodes/StructuredGraph;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.microbenchmarks.lir.CompileTimeBenchmark this
         0: .line 55
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tBenchmark cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.microbenchmarks.lir.CompileTimeBenchmark this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/microbenchmarks/lir/CompileTimeBenchmark;
    RuntimeInvisibleAnnotations: 
      Benchmark()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Benchmark()
    MethodParameters:
      Name  Flags
      s     

  public org.graalvm.compiler.code.CompilationResult backend(org.graalvm.compiler.microbenchmarks.lir.CompileTimeBenchmark$BackEndEndState);
    descriptor: (Lorg/graalvm/compiler/microbenchmarks/lir/CompileTimeBenchmark$BackEndEndState;)Lorg/graalvm/compiler/code/CompilationResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.microbenchmarks.lir.CompileTimeBenchmark this
         0: .line 67
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tBenchmark cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.microbenchmarks.lir.CompileTimeBenchmark this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/microbenchmarks/lir/CompileTimeBenchmark;
    RuntimeInvisibleAnnotations: 
      Benchmark()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Benchmark()
    MethodParameters:
      Name  Flags
      s     
}
SourceFile: "CompileTimeBenchmark.java"
NestMembers:
  org.graalvm.compiler.microbenchmarks.lir.CompileTimeBenchmark$BackEndEndState  org.graalvm.compiler.microbenchmarks.lir.CompileTimeBenchmark$CompileState  org.graalvm.compiler.microbenchmarks.lir.CompileTimeBenchmark$FrontEndState
InnerClasses:
  public BackEndEndState = org.graalvm.compiler.microbenchmarks.lir.CompileTimeBenchmark$BackEndEndState of org.graalvm.compiler.microbenchmarks.lir.CompileTimeBenchmark
  public CompileState = org.graalvm.compiler.microbenchmarks.lir.CompileTimeBenchmark$CompileState of org.graalvm.compiler.microbenchmarks.lir.CompileTimeBenchmark
  public FrontEndState = org.graalvm.compiler.microbenchmarks.lir.CompileTimeBenchmark$FrontEndState of org.graalvm.compiler.microbenchmarks.lir.CompileTimeBenchmark