Integrated: 8337421: RISC-V: client VM build failure after JDK-8335191
Gui Cao
gcao at openjdk.org
Wed Jul 31 14:46:37 UTC 2024
On Tue, 30 Jul 2024 05:41:45 GMT, Gui Cao <gcao at openjdk.org> wrote:
> Hi, please help review this patch that fix the client VM build failed for riscv.
>
> Error log for client VM build to see: [JDK-8337421](https://bugs.openjdk.org/browse/JDK-8337421)
>
> The root cause is that MaxVectorSize is defined in COMPILER2 or JVMCI, which is not included in client mode. In addition to this, I have adjusted the functions related to initialization using UseSHA256Intrinsics, UseSHA512Intrinsics, UseMD5Intrinsics, UseChaCha20Intrinsics, UseSHA1Intrinsics, UseAdler32Intrinsics to be under the control of the COMPILER2 macro. And made related adjustments in VM_Version::c2_initialize().
>
> ### Testing
> - [x] linux-riscv client VM fastdebug native build
This pull request has now been integrated.
Changeset: 7121d71b
Author: Gui Cao <gcao at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/7121d71b516b415c7c11e3643731cd32d4057aa6
Stats: 207 lines in 3 files changed: 103 ins; 100 del; 4 mod
8337421: RISC-V: client VM build failure after JDK-8335191
Reviewed-by: fyang, mli
-------------
PR: https://git.openjdk.org/jdk/pull/20386
More information about the hotspot-dev
mailing list