RFR: 8319690: [AArch64] C2 compilation hits offset_ok_for_immed: assert "c2 compiler bug"
Fei Gao
fgao at openjdk.org
Thu Dec 7 06:47:34 UTC 2023
On Wed, 6 Dec 2023 20:08:57 GMT, Dean Long <dlong at openjdk.org> wrote:
> > One question: is this only about misaligned loads?
>
> It looks to me that it also handles aligned loads with too-large offsets.
Yes. E.g., for long type, before the patch, it only accepts aligned offsets ranging from 0 to 4095, after the patch, it now accepts aligned offsets ranging from 0 to 32760.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16991#issuecomment-1844767846
More information about the hotspot-compiler-dev
mailing list