Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8129551

aarch64: some regressions introduced by addition of vectorisation code

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • 9
    • 9
    • hotspot
    • None
    • aarch64 development platform

    • b71
    • arm
    • linux

    Backports

      Description

        The recent addition of vectorisation code introduced a number of regressions

        java/math/BigInteger/BigIntegerTest.java

        fails with an assertion failure when run with fastdebug or slowdebug builds

        # Internal Error (/home/alexander/build-open-jdk/dev/jdk9/baseline/dev/hotspot/src/cpu/aarch64/vm/assembler_aarch64.hpp:2078), pid=8124, tid=0x0000007ec61eb1f0
        # assert(op == 0 && 0 == 0) failed: must be MOVI

        and also in test

        java/math/BigInteger/ModPow.java

        java.math.BigInteger::add([I[I)[I gets miscompiled. There is a

                ldr q16, [x17,x10,lsl #4]

        which should be a

                ldr q16, [x17,x10]

        Attachments

          Issue Links

            Activity

              People

                enevill Ed Nevill
                enevill Ed Nevill
                Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Time Tracking

                    Estimated:
                    Original Estimate - 1 day
                    1d
                    Remaining:
                    Remaining Estimate - 1 day
                    1d
                    Logged:
                    Time Spent - Not Specified
                    Not Specified