RFR: 8327964: Simplify BigInteger.implMultiplyToLen intrinsic [v6]

Amit Kumar amitkumar at openjdk.org
Thu May 23 07:24:10 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.

I have looked into s390x code and do not see any issue there. Also run test for BigInteger separately and a round of tier1 test as well. Result is clean there as well.

-------------

Marked as reviewed by amitkumar (Committer).

PR Review: https://git.openjdk.org/jdk/pull/18226#pullrequestreview-2073070871


More information about the core-libs-dev mailing list