class org.graalvm.compiler.jtt.threads.Thread_isInterrupted03$Thread1 extends java.lang.Thread
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.jtt.threads.Thread_isInterrupted03$Thread1
  super_class: java.lang.Thread
{
  private boolean interrupted;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.threads.Thread_isInterrupted03$Thread1 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_isInterrupted03$Thread1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/threads/Thread_isInterrupted03$Thread1;

  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_isInterrupted03$Thread1 this
         0: .line 58
            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_isInterrupted03$Thread1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/threads/Thread_isInterrupted03$Thread1;

  public void setInterrupted(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.jtt.threads.Thread_isInterrupted03$Thread1 this
         0: .line 68
            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_isInterrupted03$Thread1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/threads/Thread_isInterrupted03$Thread1;
    MethodParameters:
      Name  Flags
      val   

  public boolean getInterrupted();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.threads.Thread_isInterrupted03$Thread1 this
         0: .line 72
            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_isInterrupted03$Thread1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/threads/Thread_isInterrupted03$Thread1;
}
SourceFile: "Thread_isInterrupted03.java"
NestHost: org.graalvm.compiler.jtt.threads.Thread_isInterrupted03
InnerClasses:
  private Thread1 = org.graalvm.compiler.jtt.threads.Thread_isInterrupted03$Thread1 of org.graalvm.compiler.jtt.threads.Thread_isInterrupted03