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=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.threads.Thread_isInterrupted03$Thread1 this
         0: .line 48
            aload 0 /* this */
            invokespecial java.lang.Thread.<init>:()V
         1: .line 50
            aload 0 /* this */
            iconst_0
            putfield org.graalvm.compiler.jtt.threads.Thread_isInterrupted03$Thread1.interrupted:Z
         2: .line 48
            return
        end local 0 // org.graalvm.compiler.jtt.threads.Thread_isInterrupted03$Thread1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/jtt/threads/Thread_isInterrupted03$Thread1;

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.threads.Thread_isInterrupted03$Thread1 this
         0: .line 54
            goto 5
         1: .line 56
      StackMap locals:
      StackMap stack:
            ldc 10000
            invokestatic org.graalvm.compiler.jtt.threads.Thread_isInterrupted03$Thread1.sleep:(J)V
         2: .line 57
            goto 5
      StackMap locals:
      StackMap stack: java.lang.InterruptedException
         3: pop
         4: .line 58
            aload 0 /* this */
            iconst_1
            putfield org.graalvm.compiler.jtt.threads.Thread_isInterrupted03$Thread1.interrupted:Z
         5: .line 54
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.jtt.threads.Thread_isInterrupted03$Thread1.interrupted:Z
            ifeq 1
         6: .line 61
            return
        end local 0 // org.graalvm.compiler.jtt.threads.Thread_isInterrupted03$Thread1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/graalvm/compiler/jtt/threads/Thread_isInterrupted03$Thread1;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.InterruptedException

  public void setInterrupted(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.jtt.threads.Thread_isInterrupted03$Thread1 this
        start local 1 // boolean val
         0: .line 64
            aload 0 /* this */
            iload 1 /* val */
            putfield org.graalvm.compiler.jtt.threads.Thread_isInterrupted03$Thread1.interrupted:Z
         1: .line 65
            return
        end local 1 // boolean val
        end local 0 // org.graalvm.compiler.jtt.threads.Thread_isInterrupted03$Thread1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/jtt/threads/Thread_isInterrupted03$Thread1;
            0    2     1   val  Z
    MethodParameters:
      Name  Flags
      val   

  public boolean getInterrupted();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.threads.Thread_isInterrupted03$Thread1 this
         0: .line 68
            aload 0 /* this */
            getfield org.graalvm.compiler.jtt.threads.Thread_isInterrupted03$Thread1.interrupted:Z
            ireturn
        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