public class org.graalvm.compiler.graph.test.NodeMapTest extends org.graalvm.compiler.graph.test.GraphTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.graph.test.NodeMapTest
  super_class: org.graalvm.compiler.graph.test.GraphTest
{
  private org.graalvm.compiler.graph.Graph graph;
    descriptor: Lorg/graalvm/compiler/graph/Graph;
    flags: (0x0002) ACC_PRIVATE

  private org.graalvm.compiler.graph.test.NodeMapTest$TestNode[] nodes;
    descriptor: [Lorg/graalvm/compiler/graph/test/NodeMapTest$TestNode;
    flags: (0x0002) ACC_PRIVATE

  private org.graalvm.compiler.graph.NodeMap<java.lang.Integer> map;
    descriptor: Lorg/graalvm/compiler/graph/NodeMap;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/graalvm/compiler/graph/NodeMap<Ljava/lang/Integer;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.graph.test.NodeMapTest this
         0: .line 42
            aload 0 /* this */
            invokespecial org.graalvm.compiler.graph.test.GraphTest.<init>:()V
         1: .line 54
            aload 0 /* this */
            bipush 100
            anewarray org.graalvm.compiler.graph.test.NodeMapTest$TestNode
            putfield org.graalvm.compiler.graph.test.NodeMapTest.nodes:[Lorg/graalvm/compiler/graph/test/NodeMapTest$TestNode;
         2: .line 42
            return
        end local 0 // org.graalvm.compiler.graph.test.NodeMapTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/graph/test/NodeMapTest;

  public void before();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.graph.test.NodeMapTest this
         0: .line 57
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tBefore cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.graph.test.NodeMapTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/graph/test/NodeMapTest;
    RuntimeInvisibleAnnotations: 
      Before()

  public void testEmpty();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.graph.test.NodeMapTest this
         0: .line 73
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tThe method assertEquals(null, Integer) is undefined for the type NodeMapTest\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.graph.test.NodeMapTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/graph/test/NodeMapTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testSimple();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.graph.test.NodeMapTest this
         0: .line 81
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tThe method assertEquals(Integer, Integer) is undefined for the type NodeMapTest\n\tThe method assertEquals(null, Integer) is undefined for the type NodeMapTest\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.graph.test.NodeMapTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/graph/test/NodeMapTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testSimpleChanged();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.graph.test.NodeMapTest this
         0: .line 92
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tThe method assertEquals(Integer, Integer) is undefined for the type NodeMapTest\n\tThe method assertEquals(null, Integer) is undefined for the type NodeMapTest\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.graph.test.NodeMapTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/graph/test/NodeMapTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testNewGet();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.graph.test.NodeMapTest this
         0: .line 113
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tThe method fail(String) is undefined for the type NodeMapTest\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.graph.test.NodeMapTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/graph/test/NodeMapTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testNewSet();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.graph.test.NodeMapTest this
         0: .line 130
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tThe method fail(String) is undefined for the type NodeMapTest\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.graph.test.NodeMapTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/graph/test/NodeMapTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testNewGetAndGrow();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.graph.test.NodeMapTest this
         0: .line 147
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tThe method assertEquals(null, Integer) is undefined for the type NodeMapTest\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.graph.test.NodeMapTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/graph/test/NodeMapTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testNewSetAndGrow();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.graph.test.NodeMapTest this
         0: .line 153
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tThe method assertEquals(Integer, Integer) is undefined for the type NodeMapTest\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.graph.test.NodeMapTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/graph/test/NodeMapTest;
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "NodeMapTest.java"
NestMembers:
  org.graalvm.compiler.graph.test.NodeMapTest$TestNode
InnerClasses:
  final TestNode = org.graalvm.compiler.graph.test.NodeMapTest$TestNode of org.graalvm.compiler.graph.test.NodeMapTest