public class org.graalvm.compiler.graph.test.NodeMapTest
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.graalvm.compiler.graph.test.NodeMapTest
super_class: java.lang.Object
{
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;>;
static final boolean $assertionsDisabled;
descriptor: Z
flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lorg/graalvm/compiler/graph/test/NodeMapTest;
invokevirtual java.lang.Class.desiredAssertionStatus:()Z
ifne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: putstatic org.graalvm.compiler.graph.test.NodeMapTest.$assertionsDisabled:Z
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<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()
private static boolean assertionsEnabled();
descriptor: ()Z
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=1, args_size=0
0: iconst_0
istore 0
start local 0 1: getstatic org.graalvm.compiler.graph.test.NodeMapTest.$assertionsDisabled:Z
ifne 2
iconst_1
dup
istore 0
ifne 2
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
2: StackMap locals: int
StackMap stack:
iload 0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
1 3 0 assertionsEnabled Z
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