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 0: aload 0
invokespecial org.graalvm.compiler.graph.test.GraphTest.<init>:()V
1: aload 0
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: return
end local 0 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 0: 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 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 0: 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 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 0: 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 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 0: 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 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 0: 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 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 0: 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 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 0: 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 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 0: 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 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