class org.graalvm.compiler.core.test.CooperativePhaseTest$CooperativePhaseWithoutAlarm 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$CooperativePhaseWithoutAlarm
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$CooperativePhaseWithoutAlarm this
0: .line 83
aload 0 /* this */
invokespecial org.graalvm.compiler.phases.Phase.<init>:()V
return
end local 0 // org.graalvm.compiler.core.test.CooperativePhaseTest$CooperativePhaseWithoutAlarm this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/core/test/CooperativePhaseTest$CooperativePhaseWithoutAlarm;
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.CooperativePhaseTest$CooperativePhaseWithoutAlarm this
start local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
0: .line 87
invokestatic org.graalvm.compiler.core.common.util.CompilationAlarm.hasExpired:()Z
ifeq 2
1: .line 88
new java.lang.RuntimeException
dup
ldc "Phase must not exit in the timeout path"
invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
athrow
2: .line 90
StackMap locals:
StackMap stack:
return
end local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
end local 0 // org.graalvm.compiler.core.test.CooperativePhaseTest$CooperativePhaseWithoutAlarm this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/graalvm/compiler/core/test/CooperativePhaseTest$CooperativePhaseWithoutAlarm;
0 3 1 graph Lorg/graalvm/compiler/nodes/StructuredGraph;
MethodParameters:
Name Flags
graph
}
SourceFile: "CooperativePhaseTest.java"
NestHost: org.graalvm.compiler.core.test.CooperativePhaseTest
InnerClasses:
private CooperativePhaseWithoutAlarm = org.graalvm.compiler.core.test.CooperativePhaseTest$CooperativePhaseWithoutAlarm of org.graalvm.compiler.core.test.CooperativePhaseTest