RFR: 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.

Thanks for your reviews!

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

PR Comment: https://git.openjdk.org/jdk/pull/22605#issuecomment-2531818542


More information about the hotspot-dev mailing list