class org.graalvm.compiler.jtt.threads.Thread_isInterrupted05$WaitInterruptee extends java.lang.Thread
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.jtt.threads.Thread_isInterrupted05$WaitInterruptee
  super_class: java.lang.Thread
{
  java.lang.Throwable throwable;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0000) 

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.threads.Thread_isInterrupted05$WaitInterruptee this
         0: .line 28
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tRule cannot be resolved to a type\n\tTestRule cannot be resolved to a type\n\tThe method createTimeoutSeconds(int) from the type GraalTest refers to the missing type TestRule\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.jtt.threads.Thread_isInterrupted05$WaitInterruptee this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/threads/Thread_isInterrupted05$WaitInterruptee;

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.threads.Thread_isInterrupted05$WaitInterruptee this
         0: .line 61
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.jtt.threads.Thread_isInterrupted05$WaitInterruptee this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/threads/Thread_isInterrupted05$WaitInterruptee;
}
SourceFile: "Thread_isInterrupted05.java"
NestHost: org.graalvm.compiler.jtt.threads.Thread_isInterrupted05
InnerClasses:
  WaitInterruptee = org.graalvm.compiler.jtt.threads.Thread_isInterrupted05$WaitInterruptee of org.graalvm.compiler.jtt.threads.Thread_isInterrupted05