public abstract class org.graalvm.compiler.microbenchmarks.graal.util.NodesState
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.graalvm.compiler.microbenchmarks.graal.util.NodesState
  super_class: java.lang.Object
{
  private final org.graalvm.compiler.graph.Node[] originalNodes;
    descriptor: [Lorg/graalvm/compiler/graph/Node;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public final org.graalvm.compiler.nodes.StructuredGraph graph;
    descriptor: Lorg/graalvm/compiler/nodes/StructuredGraph;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final org.graalvm.compiler.graph.Node[] nodes;
    descriptor: [Lorg/graalvm/compiler/graph/Node;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final org.graalvm.compiler.graph.Node[] valueNumberableLeafNodes;
    descriptor: [Lorg/graalvm/compiler/graph/Node;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final org.graalvm.compiler.microbenchmarks.graal.util.NodesState$NodePair[] valueEqualsNodePairs;
    descriptor: [Lorg/graalvm/compiler/microbenchmarks/graal/util/NodesState$NodePair;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  private int invocation;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.microbenchmarks.graal.util.NodesState this
         0: .line 33
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.openjdk cannot be resolved\n\tThe import org.openjdk cannot be resolved\n\tThe import org.openjdk cannot be resolved\n\tThe import org.openjdk cannot be resolved\n\tState cannot be resolved to a type\n\tScope cannot be resolved to a variable\n\tTearDown 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.graal.util.NodesState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/microbenchmarks/graal/util/NodesState;

  public void afterInvocation();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.microbenchmarks.graal.util.NodesState this
         0: .line 98
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTearDown 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.graal.util.NodesState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/microbenchmarks/graal/util/NodesState;
}
SourceFile: "NodesState.java"
NestMembers:
  org.graalvm.compiler.microbenchmarks.graal.util.NodesState$NodePair
InnerClasses:
  public final NodePair = org.graalvm.compiler.microbenchmarks.graal.util.NodesState$NodePair of org.graalvm.compiler.microbenchmarks.graal.util.NodesState