Integrated: 8339063: [aarch64] Skip verify_sve_vector_length after native calls if SVE supports 128 bits VL only

Joshua Zhu jzhu at openjdk.org
Mon Sep 2 15:40:29 UTC 2024


On Tue, 27 Aug 2024 09:28:52 GMT, Joshua Zhu <jzhu at openjdk.org> wrote:

> Please review this minor enhancement that skips verify_sve_vector_length after native calls.
> It works on SVE micro-architecture that only supports 128-bit vector length.

This pull request has now been integrated.

Changeset: 0e6bb514
Author:    Joshua Zhu <jzhu at openjdk.org>
Committer: Andrew Dinn <adinn at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/0e6bb514c8ec7c4a7100fe06eaa9e954a74fda30
Stats:     60 lines in 7 files changed: 33 ins; 14 del; 13 mod

8339063: [aarch64] Skip verify_sve_vector_length after native calls if SVE supports 128 bits VL only

Reviewed-by: adinn, fgao

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

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


More information about the hotspot-dev mailing list