Integrated: 8340808: RISC-V: Client build fails after JDK-8339738

Hamlin Li mli at openjdk.org
Wed Sep 25 08:16:39 UTC 2024


On Tue, 24 Sep 2024 14:05:16 GMT, Hamlin Li <mli at openjdk.org> wrote:

> Hi,
> Can you help to review this simple patch?
> Previously, the crc32 intrinsic (scalar version) was added for both c1/c2, then the vector version was added but depends on a global flag MaxVectorSize which is only valid in c2.
> This pr is to put all vector crc32 related code under COMPILER2 macro protection.
> I tested with/without --with-jvm-variants=client.
> Thanks!

This pull request has now been integrated.

Changeset: 9806d213
Author:    Hamlin Li <mli at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/9806d2139cb5994effdee3f7bc6b23eb81858ed3
Stats:     10 lines in 2 files changed: 8 ins; 1 del; 1 mod

8340808: RISC-V: Client build fails after JDK-8339738

Reviewed-by: fyang

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

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


More information about the hotspot-dev mailing list