Integrated: 8305056: Avoid unaligned access in emit_intX methods if it's unsupported

Vladimir Kempik vkempik at openjdk.org
Mon Apr 24 11:35:00 UTC 2023


On Wed, 29 Mar 2023 12:40:23 GMT, Vladimir Kempik <vkempik at openjdk.org> wrote:

> Please review this change which attempts to eliminate unaligned memory stores generated by emit_int16/32/64 methods on some platforms.
> 
> Primary aim is risc-v platform. But I had to change some code in ppc/arm32/x86 to prevent possible perf degradation.

This pull request has now been integrated.

Changeset: f239695b
Author:    Vladimir Kempik <vkempik at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/f239695b5670bfbc251430d2f7e632804894a8bc
Stats:     19 lines in 1 file changed: 8 ins; 5 del; 6 mod

8305056: Avoid unaligned access in emit_intX methods if it's unsupported

Reviewed-by: aph

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

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


More information about the hotspot-compiler-dev mailing list