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

RISC-V: java/math/BigInteger/LargeValueExceptions.java timeout with COH

XMLWordPrintable

    • b11
    • riscv
    • linux

      This issue only happens on platforms with slow unaligned memory accesses like Unmatched or Premier-P550 SBCs. The timeout happens in `LargeValueExceptions.squareDefiniteOverflow()`.

      Async profiler shows major time was spent in multiplyToLen stub code. When AvoidUnalignedAccesses is enabled, there is a simple alignment check, which assumes 8-byte alignment for base_offset of int arrays. But this is not the case with COH.

            fyang Fei Yang
            fyang Fei Yang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: