Integrated: 8327964: Simplify BigInteger.implMultiplyToLen intrinsic

Yudi Zheng yzheng at openjdk.org
Mon May 27 14:28:14 UTC 2024


On Tue, 12 Mar 2024 10:44:54 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.

This pull request has now been integrated.

Changeset: ed81a478
Author:    Yudi Zheng <yzheng at openjdk.org>
Committer: Martin Doerr <mdoerr at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/ed81a478e175631f1de69eb4b43f927629fefd74
Stats:     146 lines in 17 files changed: 11 ins; 82 del; 53 mod

8327964: Simplify BigInteger.implMultiplyToLen intrinsic

Reviewed-by: mdoerr, amitkumar, kvn, fyang

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

PR: https://git.openjdk.org/jdk/pull/18226


More information about the hotspot-compiler-dev mailing list