public class org.graalvm.compiler.jtt.threads.ThreadLocal03 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.ThreadLocal03
  super_class: org.graalvm.compiler.jtt.JTTTest
{
  static final java.lang.ThreadLocal<java.lang.Integer> local;
    descriptor: Ljava/lang/ThreadLocal;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Ljava/lang/ThreadLocal<Ljava/lang/Integer;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 35
            new java.lang.ThreadLocal
            dup
            invokespecial java.lang.ThreadLocal.<init>:()V
            putstatic org.graalvm.compiler.jtt.threads.ThreadLocal03.local:Ljava/lang/ThreadLocal;
            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.ThreadLocal03 this
         0: .line 33
            aload 0 /* this */
            invokespecial org.graalvm.compiler.jtt.JTTTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.jtt.threads.ThreadLocal03 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/threads/ThreadLocal03;

  public static int test(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // int i
         0: .line 38
            iconst_0
            istore 1 /* sum */
        start local 1 // int sum
         1: .line 39
            iconst_0
            istore 2 /* j */
        start local 2 // int j
         2: goto 12
         3: .line 40
      StackMap locals: int int
      StackMap stack:
            new org.graalvm.compiler.jtt.threads.ThreadLocal03$TThread
            dup
            invokespecial org.graalvm.compiler.jtt.threads.ThreadLocal03$TThread.<init>:()V
            astore 3 /* t */
        start local 3 // org.graalvm.compiler.jtt.threads.ThreadLocal03$TThread t
         4: .line 41
            aload 3 /* t */
            bipush 10
            iload 2 /* j */
            iadd
            putfield org.graalvm.compiler.jtt.threads.ThreadLocal03$TThread.input:I
         5: .line 42
            aload 3 /* t */
            invokevirtual org.graalvm.compiler.jtt.threads.ThreadLocal03$TThread.run:()V
         6: .line 44
            aload 3 /* t */
            invokevirtual org.graalvm.compiler.jtt.threads.ThreadLocal03$TThread.join:()V
         7: .line 45
            goto 10
      StackMap locals: int int int org.graalvm.compiler.jtt.threads.ThreadLocal03$TThread
      StackMap stack: java.lang.InterruptedException
         8: pop
         9: .line 46
            iconst_m1
            ireturn
        10: .line 48
      StackMap locals:
      StackMap stack:
            iload 1 /* sum */
            aload 3 /* t */
            getfield org.graalvm.compiler.jtt.threads.ThreadLocal03$TThread.output:I
            iadd
            istore 1 /* sum */
        end local 3 // org.graalvm.compiler.jtt.threads.ThreadLocal03$TThread t
        11: .line 39
            iinc 2 /* j */ 1
      StackMap locals:
      StackMap stack:
        12: iload 2 /* j */
            iload 0 /* i */
            if_icmplt 3
        end local 2 // int j
        13: .line 50
            iload 1 /* sum */
            ireturn
        end local 1 // int sum
        end local 0 // int i
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0     i  I
            1   14     1   sum  I
            2   13     2     j  I
            4   11     3     t  Lorg/graalvm/compiler/jtt/threads/ThreadLocal03$TThread;
      Exception table:
        from    to  target  type
           6     7       8  Class java.lang.InterruptedException
    MethodParameters:
      Name  Flags
      i     

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

  public void run2();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.threads.ThreadLocal03 this
         0: .line 75
            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.ThreadLocal03 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/threads/ThreadLocal03;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

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