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 // org.graalvm.compiler.core.test.CooperativePhaseTest this
         0: .line 36
            aload 0 /* this */
            invokespecial org.graalvm.compiler.core.test.GraalCompilerTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.core.test.CooperativePhaseTest this
      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: .line 40
            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 // long millis
         0: .line 95
            lload 0 /* millis */
            invokestatic java.lang.Thread.sleep:(J)V
         1: .line 96
            goto 4
      StackMap locals:
      StackMap stack: java.lang.InterruptedException
         2: astore 2 /* e */
        start local 2 // java.lang.InterruptedException e
         3: .line 97
            aload 2 /* e */
            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 // java.lang.InterruptedException e
         4: .line 99
      StackMap locals:
      StackMap stack:
            return
        end local 0 // long millis
      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 // org.graalvm.compiler.core.test.CooperativePhaseTest this
         0: .line 101
            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 // org.graalvm.compiler.core.test.CooperativePhaseTest this
      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 // org.graalvm.compiler.core.test.CooperativePhaseTest this
         0: .line 111
            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 // org.graalvm.compiler.core.test.CooperativePhaseTest this
      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 // org.graalvm.compiler.core.test.CooperativePhaseTest this
         0: .line 121
            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 // org.graalvm.compiler.core.test.CooperativePhaseTest this
      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 // org.graalvm.compiler.core.test.CooperativePhaseTest this
         0: .line 132
            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 // org.graalvm.compiler.core.test.CooperativePhaseTest this
      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