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 0: aload 0
invokespecial org.graalvm.compiler.phases.Phase.<init>:()V
return
end local 0 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 start local 1 0: iconst_0
istore 2
start local 2 1: goto 6
2: StackMap locals: int
StackMap stack:
ldc 200
invokestatic org.graalvm.compiler.core.test.CooperativePhaseTest.sleep:(J)V
3: invokestatic org.graalvm.compiler.core.common.util.CompilationAlarm.hasExpired:()Z
ifeq 5
4: 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: StackMap locals:
StackMap stack:
iinc 2 1
StackMap locals:
StackMap stack:
6: iload 2
bipush 10
if_icmplt 2
end local 2 7: return
end local 1 end local 0 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