[jdk17u-dev] Integrated: 8321025: Enable Neoverse N1 optimizations for Neoverse V2
Xiaolong Peng
xpeng at openjdk.org
Mon Jun 24 08:58:14 UTC 2024
On Fri, 14 Jun 2024 00:22:06 GMT, Xiaolong Peng <xpeng at openjdk.org> wrote:
> ### Notes
>
> Backport 8321025: Enable Neoverse N1 optimizations for Neoverse V2 to jdk17, it is not a clean backport, the method ```model_is(0xd40) ``` is in jdk17, equivalent code in jdk17 is like ```(_model == 0xd40 || _model2 == 0xd40)```.
>
> ### Verification
> Not able to test it on CPU with Neoverse V2, I don't have server supports Neoverse V2 yet, but the code has been backported to [Amazon Corretto 17](https://github.com/corretto/corretto-17/blob/release-17.0.11.9.1/CHANGELOG.md) since January 16, 2024, overall it should be a low risk.
This pull request has now been integrated.
Changeset: 953a03de
Author: Xiaolong Peng <xpeng at openjdk.org>
Committer: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.org/jdk17u-dev/commit/953a03de9618ca9658aabb7e36d51301b78b9de7
Stats: 8 lines in 2 files changed: 4 ins; 1 del; 3 mod
8321025: Enable Neoverse N1 optimizations for Neoverse V2
Reviewed-by: shade
Backport-of: c9d15f7d5ee616bf48d85647ee504714ac5fafc2
-------------
PR: https://git.openjdk.org/jdk17u-dev/pull/2579
More information about the jdk-updates-dev
mailing list