public abstract class org.graalvm.compiler.microbenchmarks.lir.trace.ControlFlowGraphState extends org.graalvm.compiler.microbenchmarks.lir.GraalCompilerState
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.graalvm.compiler.microbenchmarks.lir.trace.ControlFlowGraphState
  super_class: org.graalvm.compiler.microbenchmarks.lir.GraalCompilerState
{
  public org.graalvm.compiler.nodes.cfg.ControlFlowGraph cfg;
    descriptor: Lorg/graalvm/compiler/nodes/cfg/ControlFlowGraph;
    flags: (0x0001) ACC_PUBLIC

  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.trace.ControlFlowGraphState this
         0: .line 35
            aload 0 /* this */
            invokespecial org.graalvm.compiler.microbenchmarks.lir.GraalCompilerState.<init>:()V
            return
        end local 0 // org.graalvm.compiler.microbenchmarks.lir.trace.ControlFlowGraphState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/microbenchmarks/lir/trace/ControlFlowGraphState;

  public void beforeBenchmark();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.microbenchmarks.lir.trace.ControlFlowGraphState this
         0: .line 39
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tSetup cannot be resolved to a type\n\tLevel cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.microbenchmarks.lir.trace.ControlFlowGraphState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/microbenchmarks/lir/trace/ControlFlowGraphState;

  public org.graalvm.compiler.lir.LIR getLIR();
    descriptor: ()Lorg/graalvm/compiler/lir/LIR;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.microbenchmarks.lir.trace.ControlFlowGraphState this
         0: .line 52
            aload 0 /* this */
            invokespecial org.graalvm.compiler.microbenchmarks.lir.GraalCompilerState.getLIR:()Lorg/graalvm/compiler/lir/LIR;
            areturn
        end local 0 // org.graalvm.compiler.microbenchmarks.lir.trace.ControlFlowGraphState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/microbenchmarks/lir/trace/ControlFlowGraphState;
}
SourceFile: "ControlFlowGraphState.java"