public class org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1 extends java.lang.Thread
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1
  super_class: java.lang.Thread
{
  private volatile boolean stop;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  public volatile boolean running;
    descriptor: Z
    flags: (0x0041) ACC_PUBLIC, ACC_VOLATILE

  public long i;
    descriptor: J
    flags: (0x0001) ACC_PUBLIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1 this
         0: .line 52
            aload 0 /* this */
            invokespecial java.lang.Thread.<init>:()V
         1: .line 54
            aload 0 /* this */
            iconst_0
            putfield org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1.stop:Z
         2: .line 55
            aload 0 /* this */
            iconst_0
            putfield org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1.running:Z
         3: .line 56
            aload 0 /* this */
            lconst_0
            putfield org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1.i:J
         4: .line 52
            return
        end local 0 // org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/graalvm/compiler/jtt/threads/Thread_isInterrupted04$Thread1;

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1 this
         0: .line 60
            aload 0 /* this */
            iconst_1
            putfield org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1.running:Z
         1: .line 61
            goto 3
         2: .line 62
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1.i:J
            lconst_1
            ladd
            putfield org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1.i:J
         3: .line 61
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1.stop:Z
            ifeq 2
         4: .line 64
            return
        end local 0 // org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/graalvm/compiler/jtt/threads/Thread_isInterrupted04$Thread1;

  public void setStop(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_isInterrupted04$Thread1 this
        start local 1 // boolean value
         0: .line 67
            aload 0 /* this */
            iload 1 /* value */
            putfield org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1.stop:Z
         1: .line 68
            return
        end local 1 // boolean value
        end local 0 // org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/graalvm/compiler/jtt/threads/Thread_isInterrupted04$Thread1;
            0    2     1  value  Z
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "Thread_isInterrupted04.java"
NestHost: org.graalvm.compiler.jtt.threads.Thread_isInterrupted04
InnerClasses:
  public Thread1 = org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1 of org.graalvm.compiler.jtt.threads.Thread_isInterrupted04