Integrated: 8345669: RISC-V: fix client build failure due to AlignVector after JDK-8343827

Hamlin Li mli at openjdk.org
Tue Dec 10 14:42:43 UTC 2024


On Fri, 6 Dec 2024 11:39:46 GMT, Hamlin Li <mli at openjdk.org> wrote:

> Hi,
> Can you help to review this simple fix?
> Thanks!
> 
> Previously in JDK-8343827, AlignVector was enabled conditionally, but the code was put in common path (shared with non-C2 code), but in fact this flag is only for C2.

This pull request has now been integrated.

Changeset: a24b08fc
Author:    Hamlin Li <mli at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/a24b08fcb0b3784181096f5c669e57e110600056
Stats:     8 lines in 1 file changed: 4 ins; 4 del; 0 mod

8345669: RISC-V: fix client build failure due to AlignVector after JDK-8343827

Reviewed-by: fyang, luhenry

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

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


More information about the hotspot-dev mailing list