RFR: 8347489: RISC-V: Misaligned memory access with COH [v4]

Fei Yang fyang at openjdk.org
Thu Jan 16 11:08:35 UTC 2025


On Wed, 15 Jan 2025 14:20:21 GMT, Hamlin Li <mli at openjdk.org> wrote:

> > -XX:+UseParallelGC -XX:+AlwaysPreTouch -Xms8g -Xmx8g
> 
> I guess the RVV is disabled by default? Will we also address the similar issue when RVV enabled?

Yes. SBCs like Unmatched and P550 don't have RVV extensions. And I don't see such an issue with RVV code path for these intrinsics.

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

PR Comment: https://git.openjdk.org/jdk/pull/23053#issuecomment-2595226417


More information about the hotspot-compiler-dev mailing list