public class org.graalvm.compiler.jtt.hotspot.Test7005594
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.jtt.hotspot.Test7005594
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.hotspot.Test7005594 this
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.jtt.hotspot.Test7005594 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/hotspot/Test7005594;

  private static int test0(byte[]);
    descriptor: ([B)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // byte[] a
         0: .line 39
            iconst_0
            istore 1 /* result */
        start local 1 // int result
         1: .line 40
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 41
      StackMap locals: int int
      StackMap stack:
            iload 1 /* result */
            aload 0 /* a */
            iload 2 /* i */
            baload
            iadd
            istore 1 /* result */
         4: .line 40
            iload 2 /* i */
            ldc 1073741824
            iadd
            istore 2 /* i */
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* a */
            arraylength
            if_icmplt 3
        end local 2 // int i
         6: .line 43
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // byte[] a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0       a  [B
            1    7     1  result  I
            2    6     2       i  I
    MethodParameters:
      Name  Flags
      a     

  public static int test();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=0
         0: .line 47
            ldc 1073741825
            newarray 8
            astore 0 /* a */
        start local 0 // byte[] a
         1: .line 49
            aload 0 /* a */
            invokestatic org.graalvm.compiler.jtt.hotspot.Test7005594.test0:([B)I
            pop
         2: .line 50
            goto 5
      StackMap locals: byte[]
      StackMap stack: java.lang.ArrayIndexOutOfBoundsException
         3: pop
         4: .line 51
            bipush 95
            ireturn
         5: .line 53
      StackMap locals:
      StackMap stack:
            bipush 97
            ireturn
        end local 0 // byte[] a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    6     0     a  [B
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.ArrayIndexOutOfBoundsException
}
SourceFile: "Test7005594.java"