public class org.graalvm.compiler.jtt.threads.Thread_isInterrupted04 extends org.graalvm.compiler.jtt.JTTTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.jtt.threads.Thread_isInterrupted04
  super_class: org.graalvm.compiler.jtt.JTTTest
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.threads.Thread_isInterrupted04 this
         0: .line 37
            aload 0 /* this */
            invokespecial org.graalvm.compiler.jtt.JTTTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.jtt.threads.Thread_isInterrupted04 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/threads/Thread_isInterrupted04;

  public static boolean test();
    descriptor: ()Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=0
         0: .line 40
            new org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1
            dup
            invokespecial org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1.<init>:()V
            astore 0 /* thread */
        start local 0 // org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1 thread
         1: .line 41
            aload 0 /* thread */
            invokevirtual org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1.start:()V
         2: .line 42
            goto 4
         3: .line 43
      StackMap locals: org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1
      StackMap stack:
            ldc 10
            invokestatic java.lang.Thread.sleep:(J)V
         4: .line 42
      StackMap locals:
      StackMap stack:
            aload 0 /* thread */
            getfield org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1.running:Z
            ifeq 3
         5: .line 45
            ldc 100
            invokestatic java.lang.Thread.sleep:(J)V
         6: .line 46
            aload 0 /* thread */
            invokevirtual org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1.interrupt:()V
         7: .line 47
            aload 0 /* thread */
            invokevirtual org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1.isInterrupted:()Z
            istore 1 /* result */
        start local 1 // boolean result
         8: .line 48
            aload 0 /* thread */
            iconst_1
            invokevirtual org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1.setStop:(Z)V
         9: .line 49
            iload 1 /* result */
            ireturn
        end local 1 // boolean result
        end local 0 // org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1 thread
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            1   10     0  thread  Lorg/graalvm/compiler/jtt/threads/Thread_isInterrupted04$Thread1;
            8   10     1  result  Z
    Exceptions:
      throws java.lang.InterruptedException

  public void run0();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.threads.Thread_isInterrupted04 this
         0: .line 72
            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.jtt.threads.Thread_isInterrupted04 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/threads/Thread_isInterrupted04;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "Thread_isInterrupted04.java"
NestMembers:
  org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1
InnerClasses:
  public Thread1 = org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1 of org.graalvm.compiler.jtt.threads.Thread_isInterrupted04