Integrated: 8375094: RISC-V: Fix client builds after JDK-8368732

Dingli Zhang dzhang at openjdk.org
Wed Jan 14 01:05:55 UTC 2026


On Tue, 13 Jan 2026 04:54:39 GMT, Dingli Zhang <dzhang at openjdk.org> wrote:

> Hi,
> Can you help to review this patch? Thanks!
> 
> [JDK-8368732](https://bugs.openjdk.org/browse/JDK-8368732) broke RISC-V client builds because `AlignVector` is a C2-only option.
> This pr is to put `AlignVector` under COMPILER2 macro protection.
> 
> Builds tested w/ and w/o `--with-jvm-variants=client`.

This pull request has now been integrated.

Changeset: de6f35ef
Author:    Dingli Zhang <dzhang at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/de6f35eff988e737496d5e99e991868e97d72db4
Stats:     10 lines in 1 file changed: 5 ins; 5 del; 0 mod

8375094: RISC-V: Fix client builds after JDK-8368732

Reviewed-by: fyang, wenanjian, fjiang

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

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


More information about the hotspot-dev mailing list