class org.graalvm.compiler.core.test.VerifyDebugUsageTest$InvalidConcatLogUsagePhase 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$InvalidConcatLogUsagePhase
  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$InvalidConcatLogUsagePhase this
         0: .line 101
            aload 0 /* this */
            invokespecial org.graalvm.compiler.phases.Phase.<init>:()V
            return
        end local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest$InvalidConcatLogUsagePhase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest$InvalidConcatLogUsagePhase;

  protected void run(org.graalvm.compiler.nodes.StructuredGraph);
    descriptor: (Lorg/graalvm/compiler/nodes/StructuredGraph;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest$InvalidConcatLogUsagePhase this
        start local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
         0: .line 105
            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 3
            goto 3
      StackMap locals: org.graalvm.compiler.core.test.VerifyDebugUsageTest$InvalidConcatLogUsagePhase org.graalvm.compiler.nodes.StructuredGraph top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.graph.Node
            astore 2 /* n */
        start local 2 // org.graalvm.compiler.graph.Node n
         2: .line 106
            new java.lang.StringBuilder
            dup
            ldc "error "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* n */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic org.graalvm.compiler.debug.Debug.log:(Ljava/lang/String;)V
        end local 2 // org.graalvm.compiler.graph.Node n
         3: .line 105
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 108
            return
        end local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
        end local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest$InvalidConcatLogUsagePhase this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest$InvalidConcatLogUsagePhase;
            0    5     1  graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
            2    3     2      n  Lorg/graalvm/compiler/graph/Node;
    MethodParameters:
       Name  Flags
      graph  
}
SourceFile: "VerifyDebugUsageTest.java"
NestHost: org.graalvm.compiler.core.test.VerifyDebugUsageTest
InnerClasses:
  private InvalidConcatLogUsagePhase = org.graalvm.compiler.core.test.VerifyDebugUsageTest$InvalidConcatLogUsagePhase of org.graalvm.compiler.core.test.VerifyDebugUsageTest