class org.graalvm.compiler.core.test.VerifyDebugUsageTest$InvalidLogUsagePhase extends org.graalvm.compiler.phases.Phase
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.graalvm.compiler.core.test.VerifyDebugUsageTest$InvalidLogUsagePhase
super_class: org.graalvm.compiler.phases.Phase
{
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest$InvalidLogUsagePhase this
0: .line 58
aload 0 /* this */
invokespecial org.graalvm.compiler.phases.Phase.<init>:()V
return
end local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest$InvalidLogUsagePhase this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest$InvalidLogUsagePhase;
protected void run(org.graalvm.compiler.nodes.StructuredGraph);
descriptor: (Lorg/graalvm/compiler/nodes/StructuredGraph;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=5, args_size=2
start local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest$InvalidLogUsagePhase this
start local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
0: .line 62
aload 1 /* graph */
invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getDebug:()Lorg/graalvm/compiler/debug/DebugContext;
astore 2 /* debug */
start local 2 // org.graalvm.compiler.debug.DebugContext debug
1: .line 63
aload 1 /* graph */
invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getNodes:()Lorg/graalvm/compiler/graph/iterators/NodeIterable;
invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.iterator:()Ljava/util/Iterator;
astore 4
goto 4
StackMap locals: org.graalvm.compiler.core.test.VerifyDebugUsageTest$InvalidLogUsagePhase org.graalvm.compiler.nodes.StructuredGraph org.graalvm.compiler.debug.DebugContext top java.util.Iterator
StackMap stack:
2: aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.graalvm.compiler.graph.Node
astore 3 /* n */
start local 3 // org.graalvm.compiler.graph.Node n
3: .line 64
aload 2 /* debug */
ldc "%s"
aload 3 /* n */
invokevirtual org.graalvm.compiler.graph.Node.toString:()Ljava/lang/String;
invokevirtual org.graalvm.compiler.debug.DebugContext.log:(Ljava/lang/String;Ljava/lang/Object;)V
end local 3 // org.graalvm.compiler.graph.Node n
4: .line 63
StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
5: .line 66
return
end local 2 // org.graalvm.compiler.debug.DebugContext debug
end local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
end local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest$InvalidLogUsagePhase this
LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest$InvalidLogUsagePhase;
0 6 1 graph Lorg/graalvm/compiler/nodes/StructuredGraph;
1 6 2 debug Lorg/graalvm/compiler/debug/DebugContext;
3 4 3 n Lorg/graalvm/compiler/graph/Node;
MethodParameters:
Name Flags
graph
}
SourceFile: "VerifyDebugUsageTest.java"
NestHost: org.graalvm.compiler.core.test.VerifyDebugUsageTest
InnerClasses:
private InvalidLogUsagePhase = org.graalvm.compiler.core.test.VerifyDebugUsageTest$InvalidLogUsagePhase of org.graalvm.compiler.core.test.VerifyDebugUsageTest