RFR: 8269672: C1: Remove unaligned move on all architectures

Yi Yang yyang at openjdk.java.net
Tue Jul 6 02:15:55 UTC 2021


On Fri, 2 Jul 2021 01:35:31 GMT, Yi Yang <yyang at openjdk.org> wrote:

> This is a follow up PR for #3917, it's rather a cleanup, no functional change.
> 
> As @TheRealMDoerr said 
> 
> The "unaligned" parameter is unused on all platforms, now. Note that PPC64 and s390 support unaligned accesses, too. I believe it was used by SPARC which has been removed.
> 
> Thanks!

Thank you, Tobias! I'd like to treat this non-functional change as "trivial" change.

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

PR: https://git.openjdk.java.net/jdk/pull/4662


More information about the hotspot-compiler-dev mailing list