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

  protected void run(org.graalvm.compiler.nodes.StructuredGraph);
    descriptor: (Lorg/graalvm/compiler/nodes/StructuredGraph;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest$ValidGraalErrorGuaranteePhase this
        start local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
         0: .line 231
            aload 1 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getNodes:()Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.count:()I
            ifle 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ldc "Graph must contain nodes %s"
            aload 1 /* graph */
            invokestatic org.graalvm.compiler.debug.GraalError.guarantee:(ZLjava/lang/String;Ljava/lang/Object;)V
         3: .line 232
            return
        end local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
        end local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest$ValidGraalErrorGuaranteePhase this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest$ValidGraalErrorGuaranteePhase;
            0    4     1  graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
    MethodParameters:
       Name  Flags
      graph  
}
SourceFile: "VerifyDebugUsageTest.java"
NestHost: org.graalvm.compiler.core.test.VerifyDebugUsageTest
InnerClasses:
  private ValidGraalErrorGuaranteePhase = org.graalvm.compiler.core.test.VerifyDebugUsageTest$ValidGraalErrorGuaranteePhase of org.graalvm.compiler.core.test.VerifyDebugUsageTest