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

  public static int positiveInductionVariable(short[]);
    descriptor: ([S)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // short[] array
         0: .line 36
            iconst_0
            istore 1 /* sum */
        start local 1 // int sum
         1: .line 37
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 38
      StackMap locals: int int
      StackMap stack:
            iload 1 /* sum */
            aload 0 /* array */
            iload 2 /* i */
            iconst_1
            iadd
            saload
            iadd
            istore 1 /* sum */
         4: .line 37
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* array */
            arraylength
            iconst_1
            isub
            if_icmplt 3
        end local 2 // int i
         6: .line 40
            iload 1 /* sum */
            ireturn
        end local 1 // int sum
        end local 0 // short[] array
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0  array  [S
            1    7     1    sum  I
            2    6     2      i  I
    MethodParameters:
       Name  Flags
      array  

  public void testPositiveInductionVariable();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.amd64.test.ArrayAccessInLoopToAddressTest this
         0: .line 43
            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.hotspot.amd64.test.ArrayAccessInLoopToAddressTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/amd64/test/ArrayAccessInLoopToAddressTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public static int negativeInductionVariable(short[]);
    descriptor: ([S)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // short[] array
         0: .line 49
            iconst_0
            istore 1 /* sum */
        start local 1 // int sum
         1: .line 50
            aload 0 /* array */
            arraylength
            ineg
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 51
      StackMap locals: int int
      StackMap stack:
            iload 1 /* sum */
            aload 0 /* array */
            iload 2 /* i */
            iconst_4
            iadd
            saload
            iadd
            istore 1 /* sum */
         4: .line 50
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* array */
            arraylength
            iconst_4
            isub
            if_icmplt 3
        end local 2 // int i
         6: .line 53
            iload 1 /* sum */
            ireturn
        end local 1 // int sum
        end local 0 // short[] array
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0  array  [S
            1    7     1    sum  I
            2    6     2      i  I
    MethodParameters:
       Name  Flags
      array  

  public void testNegativeInductionVariable();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.amd64.test.ArrayAccessInLoopToAddressTest this
         0: .line 56
            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.hotspot.amd64.test.ArrayAccessInLoopToAddressTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/amd64/test/ArrayAccessInLoopToAddressTest;
    RuntimeInvisibleAnnotations: 
      Test()

  protected jdk.vm.ci.meta.SpeculationLog getSpeculationLog();
    descriptor: ()Ljdk/vm/ci/meta/SpeculationLog;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.amd64.test.ArrayAccessInLoopToAddressTest this
         0: .line 63
            new jdk.vm.ci.hotspot.HotSpotSpeculationLog
            dup
            invokespecial jdk.vm.ci.hotspot.HotSpotSpeculationLog.<init>:()V
            areturn
        end local 0 // org.graalvm.compiler.hotspot.amd64.test.ArrayAccessInLoopToAddressTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/amd64/test/ArrayAccessInLoopToAddressTest;
}
SourceFile: "ArrayAccessInLoopToAddressTest.java"