class org.graalvm.compiler.core.test.CooperativePhaseTest$ParlyCooperativePhase extends org.graalvm.compiler.phases.Phase
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.core.test.CooperativePhaseTest$ParlyCooperativePhase
  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.CooperativePhaseTest$ParlyCooperativePhase this
         0: .line 70
            aload 0 /* this */
            invokespecial org.graalvm.compiler.phases.Phase.<init>:()V
            return
        end local 0 // org.graalvm.compiler.core.test.CooperativePhaseTest$ParlyCooperativePhase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/CooperativePhaseTest$ParlyCooperativePhase;

  protected void run(org.graalvm.compiler.nodes.StructuredGraph);
    descriptor: (Lorg/graalvm/compiler/nodes/StructuredGraph;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.core.test.CooperativePhaseTest$ParlyCooperativePhase this
        start local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
         0: .line 74
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 6
         2: .line 75
      StackMap locals: int
      StackMap stack:
            ldc 200
            invokestatic org.graalvm.compiler.core.test.CooperativePhaseTest.sleep:(J)V
         3: .line 76
            invokestatic org.graalvm.compiler.core.common.util.CompilationAlarm.hasExpired:()Z
            ifeq 5
         4: .line 77
            new java.lang.RuntimeException
            dup
            ldc "Phase must not exit in the timeout path"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 74
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            bipush 10
            if_icmplt 2
        end local 2 // int i
         7: .line 80
            return
        end local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
        end local 0 // org.graalvm.compiler.core.test.CooperativePhaseTest$ParlyCooperativePhase this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/graalvm/compiler/core/test/CooperativePhaseTest$ParlyCooperativePhase;
            0    8     1  graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
            1    7     2      i  I
    MethodParameters:
       Name  Flags
      graph  
}
SourceFile: "CooperativePhaseTest.java"
NestHost: org.graalvm.compiler.core.test.CooperativePhaseTest
InnerClasses:
  private ParlyCooperativePhase = org.graalvm.compiler.core.test.CooperativePhaseTest$ParlyCooperativePhase of org.graalvm.compiler.core.test.CooperativePhaseTest