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

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


On Wed, 25 Sep 2024 02:31:45 GMT, Fei Yang <fyang 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!
>
> Marked as reviewed by fyang (Reviewer).

Thanks @RealFYang for your reviewing!

I'll push this with one reviewer, as it's a trivial change.

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

PR Comment: https://git.openjdk.org/jdk/pull/21159#issuecomment-2373377100


More information about the hotspot-dev mailing list