public class org.graalvm.compiler.jtt.threads.Thread_isInterrupted02 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_isInterrupted02
  super_class: org.graalvm.compiler.jtt.JTTTest
{
  private static final java.lang.Object start;
    descriptor: Ljava/lang/Object;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.Object end;
    descriptor: Ljava/lang/Object;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static int waitTime;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 37
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putstatic org.graalvm.compiler.jtt.threads.Thread_isInterrupted02.start:Ljava/lang/Object;
         1: .line 38
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putstatic org.graalvm.compiler.jtt.threads.Thread_isInterrupted02.end:Ljava/lang/Object;
         2: .line 39
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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_isInterrupted02 this
         0: .line 35
            aload 0 /* this */
            invokespecial org.graalvm.compiler.jtt.JTTTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.jtt.threads.Thread_isInterrupted02 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/threads/Thread_isInterrupted02;

  public static boolean test(int, int);
    descriptor: (II)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // int i
        start local 1 // int time
         0: .line 43
            iload 1 /* time */
            putstatic org.graalvm.compiler.jtt.threads.Thread_isInterrupted02.waitTime:I
         1: .line 44
            new org.graalvm.compiler.jtt.threads.Thread_isInterrupted02$Thread
            dup
            invokespecial org.graalvm.compiler.jtt.threads.Thread_isInterrupted02$Thread.<init>:()V
            astore 2 /* thread */
        start local 2 // org.graalvm.compiler.jtt.threads.Thread_isInterrupted02$Thread thread
         2: .line 45
            aload 2 /* thread */
            dup
            astore 3
            monitorenter
         3: .line 47
            aload 2 /* thread */
            iconst_1
            invokevirtual org.graalvm.compiler.jtt.threads.Thread_isInterrupted02$Thread.setDaemon:(Z)V
         4: .line 48
            aload 2 /* thread */
            invokevirtual org.graalvm.compiler.jtt.threads.Thread_isInterrupted02$Thread.start:()V
         5: .line 49
            goto 7
         6: .line 50
      StackMap locals: org.graalvm.compiler.jtt.threads.Thread_isInterrupted02$Thread org.graalvm.compiler.jtt.threads.Thread_isInterrupted02$Thread
      StackMap stack:
            aload 2 /* thread */
            ldc 10000
            invokevirtual java.lang.Object.wait:(J)V
         7: .line 49
      StackMap locals:
      StackMap stack:
            aload 2 /* thread */
            getfield org.graalvm.compiler.jtt.threads.Thread_isInterrupted02$Thread.wait1Condition:Z
            ifeq 6
         8: .line 45
            aload 3
            monitorexit
         9: goto 12
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: aload 3
            monitorexit
        11: athrow
        12: .line 53
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.jtt.threads.Thread_isInterrupted02.start:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
        13: .line 54
            aload 2 /* thread */
            invokevirtual org.graalvm.compiler.jtt.threads.Thread_isInterrupted02$Thread.interrupt:()V
        14: .line 55
            aload 2 /* thread */
            iconst_1
            putfield org.graalvm.compiler.jtt.threads.Thread_isInterrupted02$Thread.sentInterrupt:Z
        15: .line 53
            aload 3
            monitorexit
        16: goto 19
      StackMap locals: int int org.graalvm.compiler.jtt.threads.Thread_isInterrupted02$Thread java.lang.Object
      StackMap stack: java.lang.Throwable
        17: aload 3
            monitorexit
        18: athrow
        19: .line 57
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.jtt.threads.Thread_isInterrupted02.end:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
        20: .line 58
            goto 22
        21: .line 59
      StackMap locals: java.lang.Object
      StackMap stack:
            getstatic org.graalvm.compiler.jtt.threads.Thread_isInterrupted02.end:Ljava/lang/Object;
            ldc 10000
            invokevirtual java.lang.Object.wait:(J)V
        22: .line 58
      StackMap locals:
      StackMap stack:
            aload 2 /* thread */
            getfield org.graalvm.compiler.jtt.threads.Thread_isInterrupted02$Thread.wait2Condition:Z
            ifeq 21
        23: .line 57
            aload 3
            monitorexit
        24: goto 27
      StackMap locals:
      StackMap stack: java.lang.Throwable
        25: aload 3
            monitorexit
        26: athrow
        27: .line 62
      StackMap locals:
      StackMap stack:
            aload 2 /* thread */
            getfield org.graalvm.compiler.jtt.threads.Thread_isInterrupted02$Thread.interrupted:Z
            ireturn
        end local 2 // org.graalvm.compiler.jtt.threads.Thread_isInterrupted02$Thread thread
        end local 1 // int time
        end local 0 // int i
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   28     0       i  I
            0   28     1    time  I
            2   28     2  thread  Lorg/graalvm/compiler/jtt/threads/Thread_isInterrupted02$Thread;
      Exception table:
        from    to  target  type
           3     9      10  any
          10    11      10  any
          13    16      17  any
          17    18      17  any
          20    24      25  any
          25    26      25  any
    Exceptions:
      throws java.lang.InterruptedException
    MethodParameters:
      Name  Flags
      i     
      time  

  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_isInterrupted02 this
         0: .line 106
            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_isInterrupted02 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/threads/Thread_isInterrupted02;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

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