public class org.graalvm.compiler.jtt.hotpath.HP_array04 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_array04
  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

  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_array04.b:[B
         1: .line 36
            bipush 40
            newarray 5
            putstatic org.graalvm.compiler.jtt.hotpath.HP_array04.c:[C
            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_array04 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_array04 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/hotpath/HP_array04;

  public static int test(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // int count
         0: .line 39
            iconst_0
            istore 1 /* sum */
        start local 1 // int sum
         1: .line 41
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 42
      StackMap locals: int int
      StackMap stack:
            getstatic org.graalvm.compiler.jtt.hotpath.HP_array04.b:[B
            iload 2 /* i */
            iload 2 /* i */
            i2b
            bastore
         4: .line 43
            getstatic org.graalvm.compiler.jtt.hotpath.HP_array04.c:[C
            iload 2 /* i */
            iload 2 /* i */
            i2c
            castore
         5: .line 41
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            getstatic org.graalvm.compiler.jtt.hotpath.HP_array04.b:[B
            arraylength
            if_icmplt 3
        end local 2 // int i
         7: .line 46
            iconst_0
            istore 2 /* j */
        start local 2 // int j
         8: goto 18
         9: .line 48
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        10: goto 13
        11: .line 49
      StackMap locals: int
      StackMap stack:
            iload 1 /* sum */
            getstatic org.graalvm.compiler.jtt.hotpath.HP_array04.b:[B
            iload 3 /* i */
            baload
            getstatic org.graalvm.compiler.jtt.hotpath.HP_array04.c:[C
            iload 3 /* i */
            caload
            iadd
            iadd
            istore 1 /* sum */
        12: .line 48
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 3 /* i */
            iload 0 /* count */
            if_icmplt 11
        end local 3 // int i
        14: .line 51
            goto 17
      StackMap locals: int int int
      StackMap stack: java.lang.IndexOutOfBoundsException
        15: pop
        16: .line 52
            iload 1 /* sum */
            iload 2 /* j */
            iadd
            istore 1 /* sum */
        17: .line 46
      StackMap locals:
      StackMap stack:
            iinc 2 /* j */ 1
      StackMap locals:
      StackMap stack:
        18: iload 2 /* j */
            bipush 10
            if_icmplt 9
        end local 2 // int j
        19: .line 56
            iload 1 /* sum */
            ireturn
        end local 1 // int sum
        end local 0 // int count
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   20     0  count  I
            1   20     1    sum  I
            2    7     2      i  I
            8   19     2      j  I
           10   14     3      i  I
      Exception table:
        from    to  target  type
           9    14      15  Class java.lang.IndexOutOfBoundsException
    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_array04 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.hotpath.HP_array04 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/hotpath/HP_array04;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "HP_array04.java"