public class org.graalvm.compiler.jtt.hotpath.HP_array02 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_array02
  super_class: org.graalvm.compiler.jtt.JTTTest
{
  public static byte[] b;
    descriptor: [B
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static char[] c;
    descriptor: [C
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static short[] s;
    descriptor: [S
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static int[] iArray;
    descriptor: [I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static long[] l;
    descriptor: [J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static float[] f;
    descriptor: [F
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static double[] d;
    descriptor: [D
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 35
            bipush 40
            newarray 8
            putstatic org.graalvm.compiler.jtt.hotpath.HP_array02.b:[B
         1: .line 36
            bipush 40
            newarray 5
            putstatic org.graalvm.compiler.jtt.hotpath.HP_array02.c:[C
         2: .line 37
            bipush 40
            newarray 9
            putstatic org.graalvm.compiler.jtt.hotpath.HP_array02.s:[S
         3: .line 38
            bipush 40
            newarray 10
            putstatic org.graalvm.compiler.jtt.hotpath.HP_array02.iArray:[I
         4: .line 39
            bipush 40
            newarray 11
            putstatic org.graalvm.compiler.jtt.hotpath.HP_array02.l:[J
         5: .line 40
            bipush 40
            newarray 6
            putstatic org.graalvm.compiler.jtt.hotpath.HP_array02.f:[F
         6: .line 41
            bipush 40
            newarray 7
            putstatic org.graalvm.compiler.jtt.hotpath.HP_array02.d:[D
            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.hotpath.HP_array02 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_array02 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/hotpath/HP_array02;

  public static int test(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // int count
         0: .line 44
            iconst_0
            istore 1 /* sum */
        start local 1 // int sum
         1: .line 45
            iconst_0
            istore 2 /* x */
        start local 2 // int x
         2: goto 12
         3: .line 46
      StackMap locals: int int
      StackMap stack:
            getstatic org.graalvm.compiler.jtt.hotpath.HP_array02.b:[B
            iload 2 /* x */
            iload 2 /* x */
            i2b
            bastore
         4: .line 47
            getstatic org.graalvm.compiler.jtt.hotpath.HP_array02.c:[C
            iload 2 /* x */
            iload 2 /* x */
            i2c
            castore
         5: .line 48
            getstatic org.graalvm.compiler.jtt.hotpath.HP_array02.s:[S
            iload 2 /* x */
            iload 2 /* x */
            i2s
            sastore
         6: .line 49
            getstatic org.graalvm.compiler.jtt.hotpath.HP_array02.iArray:[I
            iload 2 /* x */
            iload 2 /* x */
            iastore
         7: .line 50
            getstatic org.graalvm.compiler.jtt.hotpath.HP_array02.l:[J
            iload 2 /* x */
            iload 2 /* x */
            i2l
            lastore
         8: .line 51
            getstatic org.graalvm.compiler.jtt.hotpath.HP_array02.f:[F
            iload 2 /* x */
            iload 2 /* x */
            i2f
            fastore
         9: .line 52
            getstatic org.graalvm.compiler.jtt.hotpath.HP_array02.d:[D
            iload 2 /* x */
            iload 2 /* x */
            i2d
            dastore
        10: .line 53
            iload 1 /* sum */
            i2d
            getstatic org.graalvm.compiler.jtt.hotpath.HP_array02.b:[B
            iload 2 /* x */
            baload
            getstatic org.graalvm.compiler.jtt.hotpath.HP_array02.c:[C
            iload 2 /* x */
            caload
            iadd
            getstatic org.graalvm.compiler.jtt.hotpath.HP_array02.s:[S
            iload 2 /* x */
            saload
            iadd
            getstatic org.graalvm.compiler.jtt.hotpath.HP_array02.iArray:[I
            iload 2 /* x */
            iaload
            iadd
            i2l
            getstatic org.graalvm.compiler.jtt.hotpath.HP_array02.l:[J
            iload 2 /* x */
            laload
            ladd
            l2f
            getstatic org.graalvm.compiler.jtt.hotpath.HP_array02.f:[F
            iload 2 /* x */
            faload
            fadd
            f2d
            getstatic org.graalvm.compiler.jtt.hotpath.HP_array02.d:[D
            iload 2 /* x */
            daload
            dadd
            dadd
            d2i
            istore 1 /* sum */
        11: .line 45
            iinc 2 /* x */ 1
      StackMap locals:
      StackMap stack:
        12: iload 2 /* x */
            iload 0 /* count */
            if_icmplt 3
        end local 2 // int x
        13: .line 55
            iload 1 /* sum */
            ireturn
        end local 1 // int sum
        end local 0 // int count
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   14     0  count  I
            1   14     1    sum  I
            2   13     2      x  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_array02 this
         0: .line 58
            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_array02 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/hotpath/HP_array02;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "HP_array02.java"