public class org.graalvm.compiler.core.test.CooperativePhaseTest extends org.graalvm.compiler.core.test.GraalCompilerTest
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.graalvm.compiler.core.test.CooperativePhaseTest
super_class: org.graalvm.compiler.core.test.GraalCompilerTest
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial org.graalvm.compiler.core.test.GraalCompilerTest.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/core/test/CooperativePhaseTest;
public static void snippet();
descriptor: ()V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=0, locals=0, args_size=0
0: return
LocalVariableTable:
Start End Slot Name Signature
private static void sleep(long);
descriptor: (J)V
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=3, args_size=1
start local 0 0: lload 0
invokestatic java.lang.Thread.sleep:(J)V
1: goto 4
StackMap locals:
StackMap stack: java.lang.InterruptedException
2: astore 2
start local 2 3: aload 2
invokevirtual java.lang.InterruptedException.getCause:()Ljava/lang/Throwable;
invokestatic org.graalvm.compiler.debug.GraalError.shouldNotReachHere:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
pop
end local 2 4: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 millis J
3 4 2 e Ljava/lang/InterruptedException;
Exception table:
from to target type
0 1 2 Class java.lang.InterruptedException
MethodParameters:
Name Flags
millis
public void test01();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/core/test/CooperativePhaseTest;
RuntimeInvisibleAnnotations:
Test()
public void test02();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/core/test/CooperativePhaseTest;
RuntimeInvisibleAnnotations:
Test()
public void test03();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/core/test/CooperativePhaseTest;
RuntimeInvisibleAnnotations:
Test()
public void test04();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/core/test/CooperativePhaseTest;
RuntimeInvisibleAnnotations:
Test()
}
SourceFile: "CooperativePhaseTest.java"
NestMembers:
org.graalvm.compiler.core.test.CooperativePhaseTest$CooperativePhase org.graalvm.compiler.core.test.CooperativePhaseTest$CooperativePhaseWithoutAlarm org.graalvm.compiler.core.test.CooperativePhaseTest$ParlyCooperativePhase org.graalvm.compiler.core.test.CooperativePhaseTest$UnCooperativePhase
InnerClasses:
private CooperativePhase = org.graalvm.compiler.core.test.CooperativePhaseTest$CooperativePhase of org.graalvm.compiler.core.test.CooperativePhaseTest
private CooperativePhaseWithoutAlarm = org.graalvm.compiler.core.test.CooperativePhaseTest$CooperativePhaseWithoutAlarm of org.graalvm.compiler.core.test.CooperativePhaseTest
private ParlyCooperativePhase = org.graalvm.compiler.core.test.CooperativePhaseTest$ParlyCooperativePhase of org.graalvm.compiler.core.test.CooperativePhaseTest
private UnCooperativePhase = org.graalvm.compiler.core.test.CooperativePhaseTest$UnCooperativePhase of org.graalvm.compiler.core.test.CooperativePhaseTest