Integrated: 8355476: RISC-V: using zext_w directly in vector_update_crc32 could trigger assert

Hamlin Li mli at openjdk.org
Thu Apr 24 16:25:01 UTC 2025


On Thu, 24 Apr 2025 09:31:40 GMT, Hamlin Li <mli at openjdk.org> wrote:

> Hi,
> Can you help to review this simple patch?
> zext_w uses Zba directly, which could cause issue on machine without Zba supports or when Zba is disabled manually.
> 
> Thanks!

This pull request has now been integrated.

Changeset: 3270a7d3
Author:    Hamlin Li <mli at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/3270a7d3591eac44705ff5d76c6f59cfb14f5ac0
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8355476: RISC-V: using zext_w directly in vector_update_crc32 could trigger assert

Reviewed-by: fyang, fjiang

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

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


More information about the hotspot-dev mailing list