class org.graalvm.compiler.core.test.VerifyDebugUsageTest$ValidLogAndIndentUsagePhase 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$ValidLogAndIndentUsagePhase
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$ValidLogAndIndentUsagePhase this
0: .line 185
aload 0 /* this */
invokespecial org.graalvm.compiler.phases.Phase.<init>:()V
return
end local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest$ValidLogAndIndentUsagePhase this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest$ValidLogAndIndentUsagePhase;
protected void run(org.graalvm.compiler.nodes.StructuredGraph);
descriptor: (Lorg/graalvm/compiler/nodes/StructuredGraph;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=8, args_size=2
start local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest$ValidLogAndIndentUsagePhase this
start local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
0: .line 190
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 191
aconst_null
astore 3
aconst_null
astore 4
2: aload 2 /* debug */
ldc "%s"
aload 1 /* graph */
invokevirtual org.graalvm.compiler.debug.DebugContext.logAndIndent:(Ljava/lang/String;Ljava/lang/Object;)Lorg/graalvm/compiler/debug/Indent;
astore 5 /* i */
start local 5 // org.graalvm.compiler.debug.Indent i
3: .line 192
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 7
goto 6
StackMap locals: org.graalvm.compiler.core.test.VerifyDebugUsageTest$ValidLogAndIndentUsagePhase org.graalvm.compiler.nodes.StructuredGraph org.graalvm.compiler.debug.DebugContext java.lang.Throwable java.lang.Throwable org.graalvm.compiler.debug.Indent top java.util.Iterator
StackMap stack:
4: aload 7
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.graalvm.compiler.graph.Node
astore 6 /* n */
start local 6 // org.graalvm.compiler.graph.Node n
5: .line 193
aload 2 /* debug */
ldc "%s"
aload 6 /* n */
invokevirtual org.graalvm.compiler.debug.DebugContext.log:(Ljava/lang/String;Ljava/lang/Object;)V
end local 6 // org.graalvm.compiler.graph.Node n
6: .line 192
StackMap locals:
StackMap stack:
aload 7
invokeinterface java.util.Iterator.hasNext:()Z
ifne 4
7: .line 195
aload 5 /* i */
ifnull 13
aload 5 /* i */
invokeinterface org.graalvm.compiler.debug.Indent.close:()V
goto 13
StackMap locals: org.graalvm.compiler.core.test.VerifyDebugUsageTest$ValidLogAndIndentUsagePhase org.graalvm.compiler.nodes.StructuredGraph org.graalvm.compiler.debug.DebugContext java.lang.Throwable java.lang.Throwable org.graalvm.compiler.debug.Indent
StackMap stack: java.lang.Throwable
8: astore 3
aload 5 /* i */
ifnull 9
aload 5 /* i */
invokeinterface org.graalvm.compiler.debug.Indent.close:()V
end local 5 // org.graalvm.compiler.debug.Indent i
StackMap locals:
StackMap stack:
9: aload 3
athrow
StackMap locals:
StackMap stack: java.lang.Throwable
10: astore 4
aload 3
ifnonnull 11
aload 4
astore 3
goto 12
StackMap locals:
StackMap stack:
11: aload 3
aload 4
if_acmpeq 12
aload 3
aload 4
invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
StackMap locals:
StackMap stack:
12: aload 3
athrow
13: .line 196
StackMap locals:
StackMap stack:
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$ValidLogAndIndentUsagePhase this
LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest$ValidLogAndIndentUsagePhase;
0 14 1 graph Lorg/graalvm/compiler/nodes/StructuredGraph;
1 14 2 debug Lorg/graalvm/compiler/debug/DebugContext;
3 9 5 i Lorg/graalvm/compiler/debug/Indent;
5 6 6 n Lorg/graalvm/compiler/graph/Node;
Exception table:
from to target type
3 7 8 any
2 10 10 any
MethodParameters:
Name Flags
graph
}
SourceFile: "VerifyDebugUsageTest.java"
NestHost: org.graalvm.compiler.core.test.VerifyDebugUsageTest
InnerClasses:
private ValidLogAndIndentUsagePhase = org.graalvm.compiler.core.test.VerifyDebugUsageTest$ValidLogAndIndentUsagePhase of org.graalvm.compiler.core.test.VerifyDebugUsageTest