public class org.graalvm.compiler.jtt.loop.LoopPhi 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.LoopPhi
  super_class: org.graalvm.compiler.jtt.JTTTest
{
  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.LoopPhi this
         0: .line 34
            aload 0 /* this */
            invokespecial org.graalvm.compiler.jtt.JTTTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.jtt.loop.LoopPhi this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/loop/LoopPhi;

  public static int test(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // int arg
         0: .line 37
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 4
         2: .line 38
      StackMap locals: int
      StackMap stack:
            iconst_1
            iconst_1
            iconst_1
            iconst_1
            iconst_1
            iconst_1
            invokestatic org.graalvm.compiler.jtt.loop.LoopPhi.testHelper:(IIIIII)I
            pop
         3: .line 37
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 1 /* i */
            iload 0 /* arg */
            if_icmplt 2
        end local 1 // int i
         5: .line 40
            iconst_1
            iconst_1
            iconst_1
            iconst_1
            iconst_1
            iconst_1
            invokestatic org.graalvm.compiler.jtt.loop.LoopPhi.testHelper:(IIIIII)I
            ireturn
        end local 0 // int arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0   arg  I
            1    5     1     i  I
    MethodParameters:
      Name  Flags
      arg   

  public static int testHelper(int, int, int, int, int, int);
    descriptor: (IIIIII)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=14, args_size=6
        start local 0 // int j1
        start local 1 // int j2
        start local 2 // int j3
        start local 3 // int j4
        start local 4 // int j5
        start local 5 // int j6
         0: .line 44
            iload 0 /* j1 */
            istore 6 /* i1 */
        start local 6 // int i1
         1: .line 45
            iload 1 /* j2 */
            istore 7 /* i2 */
        start local 7 // int i2
         2: .line 46
            iload 2 /* j3 */
            istore 8 /* i3 */
        start local 8 // int i3
         3: .line 47
            iload 3 /* j4 */
            istore 9 /* i4 */
        start local 9 // int i4
         4: .line 48
            iload 4 /* j5 */
            istore 10 /* i5 */
        start local 10 // int i5
         5: .line 49
            iload 5 /* j6 */
            istore 11 /* i6 */
        start local 11 // int i6
         6: .line 51
            iload 6 /* i1 */
            ifne 9
         7: .line 52
            iconst_2
            istore 6 /* i1 */
         8: .line 53
            goto 10
         9: .line 54
      StackMap locals: int int int int int int int int int int int int
      StackMap stack:
            iconst_2
            istore 7 /* i2 */
        10: .line 56
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 12 /* i */
        start local 12 // int i
        11: goto 25
        12: .line 57
      StackMap locals: int
      StackMap stack:
            iload 12 /* i */
            ifne 15
        13: .line 58
            iconst_2
            istore 8 /* i3 */
        14: .line 59
            goto 16
        15: .line 60
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 9 /* i4 */
        16: .line 63
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 13 /* j */
        start local 13 // int j
        17: goto 23
        18: .line 64
      StackMap locals: int
      StackMap stack:
            iload 13 /* j */
            ifne 21
        19: .line 65
            iconst_2
            istore 10 /* i5 */
        20: .line 66
            goto 22
        21: .line 67
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 11 /* i6 */
        22: .line 63
      StackMap locals:
      StackMap stack:
            iinc 13 /* j */ 1
      StackMap locals:
      StackMap stack:
        23: iload 13 /* j */
            bipush 10
            if_icmplt 18
        end local 13 // int j
        24: .line 56
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
        25: iload 12 /* i */
            bipush 10
            if_icmplt 12
        end local 12 // int i
        26: .line 72
            iload 6 /* i1 */
            iload 7 /* i2 */
            iadd
            iload 8 /* i3 */
            iadd
            iload 9 /* i4 */
            iadd
            iload 10 /* i5 */
            iadd
            iload 11 /* i6 */
            iadd
            ireturn
        end local 11 // int i6
        end local 10 // int i5
        end local 9 // int i4
        end local 8 // int i3
        end local 7 // int i2
        end local 6 // int i1
        end local 5 // int j6
        end local 4 // int j5
        end local 3 // int j4
        end local 2 // int j3
        end local 1 // int j2
        end local 0 // int j1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   27     0    j1  I
            0   27     1    j2  I
            0   27     2    j3  I
            0   27     3    j4  I
            0   27     4    j5  I
            0   27     5    j6  I
            1   27     6    i1  I
            2   27     7    i2  I
            3   27     8    i3  I
            4   27     9    i4  I
            5   27    10    i5  I
            6   27    11    i6  I
           11   26    12     i  I
           17   24    13     j  I
    MethodParameters:
      Name  Flags
      j1    
      j2    
      j3    
      j4    
      j5    
      j6    

  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.LoopPhi 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.loop.LoopPhi this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/loop/LoopPhi;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "LoopPhi.java"