RFR: 8327964: Simplify BigInteger.implMultiplyToLen intrinsic [v6]
Fei Yang
fyang at openjdk.org
Fri May 24 07:12:12 UTC 2024
On Wed, 22 May 2024 14:47:43 GMT, Yudi Zheng <yzheng at openjdk.org> wrote:
>> Moving array construction within BigInteger.implMultiplyToLen intrinsic candidate to its caller simplifies the intrinsic implementation in JIT compiler.
>
> Yudi Zheng has updated the pull request incrementally with one additional commit since the last revision:
>
> address comments.
Hi, RISC-V part of change seems fine. "java/math/BigInteger" test result is clean on linux-riscv64 platform. Thanks for the ping.
-------------
Marked as reviewed by fyang (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/18226#pullrequestreview-2076019194
More information about the hotspot-compiler-dev
mailing list