public class org.graalvm.compiler.jtt.loop.Loop14 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.loop.Loop14
  super_class: org.graalvm.compiler.jtt.JTTTest
{
  private static int value;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.loop.Loop14 this
         0: .line 33
            aload 0 /* this */
            invokespecial org.graalvm.compiler.jtt.JTTTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.jtt.loop.Loop14 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/loop/Loop14;

  public static int test(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // int arg
         0: .line 38
            iload 0 /* arg */
            invokestatic org.graalvm.compiler.jtt.loop.Loop14.calc:(I)I
            ireturn
        end local 0 // int arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   arg  I
    MethodParameters:
      Name  Flags
      arg   

  public static int calc(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // int arg
         0: .line 42
            iconst_0
            istore 1 /* result */
        start local 1 // int result
         1: .line 43
            iconst_0
            istore 2 /* k */
        start local 2 // int k
         2: goto 14
         3: .line 44
      StackMap locals: int int
      StackMap stack:
            iconst_5
            putstatic org.graalvm.compiler.jtt.loop.Loop14.value:I
         4: .line 45
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         5: goto 12
         6: .line 46
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 4 /* j */
        start local 4 // int j
         7: goto 9
      StackMap locals: int
      StackMap stack:
         8: iinc 4 /* j */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* j */
            iload 0 /* arg */
            if_icmplt 8
        end local 4 // int j
        10: .line 48
            iload 1 /* result */
            getstatic org.graalvm.compiler.jtt.loop.Loop14.value:I
            iadd
            istore 1 /* result */
        11: .line 45
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 3 /* i */
            iload 0 /* arg */
            if_icmplt 6
        end local 3 // int i
        13: .line 43
            iinc 2 /* k */ 1
      StackMap locals:
      StackMap stack:
        14: iload 2 /* k */
            iload 0 /* arg */
            if_icmplt 3
        end local 2 // int k
        15: .line 51
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // int arg
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0     arg  I
            1   16     1  result  I
            2   15     2       k  I
            5   13     3       i  I
            7   10     4       j  I
    MethodParameters:
      Name  Flags
      arg   

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