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

Bhavana Kilambi bkilambi at openjdk.org
Thu May 23 14:54:16 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.

Tested tier1 on aarch64 and no failures. Also no regressions (or even gain) on aarch64 with the BigInteger testcase you mentioned. I think copyright year has not been updated for some of the files but I guess that's up to you.

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

PR Comment: https://git.openjdk.org/jdk/pull/18226#issuecomment-2127335211


More information about the hotspot-compiler-dev mailing list