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

  public static int test(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // int count
         0: .line 36
            iload 0 /* count */
            newarray 10
            astore 1 /* a */
        start local 1 // int[] a
         1: .line 38
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 39
      StackMap locals: int[] int
      StackMap stack:
            aload 1 /* a */
            iload 2 /* i */
            iload 2 /* i */
            iastore
         4: .line 38
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 1 /* a */
            arraylength
            if_icmplt 3
        end local 2 // int i
         6: .line 42
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         7: .line 43
            iload 0 /* count */
            iconst_1
            isub
            istore 3 /* iwrap */
        start local 3 // int iwrap
         8: .line 44
            iconst_0
            istore 4 /* sum */
        start local 4 // int sum
         9: .line 46
            goto 13
        10: .line 47
      StackMap locals: int int
      StackMap stack:
            iload 4 /* sum */
            aload 1 /* a */
            iload 2 /* i */
            iaload
            aload 1 /* a */
            iload 3 /* iwrap */
            iaload
            iadd
            iconst_2
            idiv
            iadd
            istore 4 /* sum */
        11: .line 48
            iload 2 /* i */
            istore 3 /* iwrap */
        12: .line 49
            iinc 2 /* i */ 1
        13: .line 46
      StackMap locals:
      StackMap stack:
            iload 2 /* i */
            iload 0 /* count */
            if_icmplt 10
        14: .line 51
            iload 4 /* sum */
            ireturn
        end local 4 // int sum
        end local 3 // int iwrap
        end local 2 // int i
        end local 1 // int[] a
        end local 0 // int count
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0  count  I
            1   15     1      a  [I
            2    6     2      i  I
            7   15     2      i  I
            8   15     3  iwrap  I
            9   15     4    sum  I
    MethodParameters:
       Name  Flags
      count  

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