RFR: 8345669: RISC-V: fix client build failure due to AlignVector after JDK-8343827
Fei Yang
fyang at openjdk.org
Sat Dec 7 03:01:38 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. Seems this should be fixed for jdk24 as well.
-------------
Marked as reviewed by fyang (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/22605#pullrequestreview-2486273069
More information about the hotspot-dev
mailing list