dragonwell-project / dragonwell21

GNU General Public License v2.0
66 stars 19 forks source link

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

Closed JoshuaZhuwj closed 1 week ago

JoshuaZhuwj commented 4 weeks ago

Summary: This minor enhancement skips verify_sve_vector_length after native calls. It works on SVE micro-architecture that only supports 128-bit vector length.

Testing: CI testing

Reviewers: MaxXSoft, Kuaiwei

Issue: https://github.com/dragonwell-project/dragonwell21/issues/106