RFR: 8298935: fix cyclic dependency bug in create_pack logic in SuperWord::find_adjacent_refs [v7]
Vladimir Kozlov
kvn at openjdk.org
Fri Feb 17 17:45:25 UTC 2023
On Fri, 17 Feb 2023 09:49:09 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
> If my understanding is right, this test should lead to wrong results on machines that do not allow unaligned memory access.
You can try `-XX:-UseUnalignedLoadStores` on x86 to test it.
-------------
PR: https://git.openjdk.org/jdk/pull/12350
More information about the hotspot-compiler-dev
mailing list