Integrated: 8319690: [AArch64] C2 compilation hits offset_ok_for_immed: assert "c2 compiler bug"

Emanuel Peter epeter at openjdk.org
Tue Mar 5 13:39:53 UTC 2024


On Mon, 4 Mar 2024 09:46:56 GMT, Emanuel Peter <epeter at openjdk.org> wrote:

> Taking this over from @fg1417, she seems to be "on leave" according to her GitHub account.
> 
> I'm taking her regression test (she improved the reproducer that I had originally reported the bug with).
> 
> It is ok to just remove the assert, because the address is "sanitized" after the assert, i.e. we use a `lea` instruction to compute the address.
> 
> But I'm simply removing the assert, as suggested in the comments of the previous [PR](https://github.com/openjdk/jdk/pull/16991#issuecomment-1962307596).

This pull request has now been integrated.

Changeset: 98f0b866
Author:    Emanuel Peter <epeter at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/98f0b86641d84048949ed3da1cb14f3820b01c12
Stats:     176 lines in 2 files changed: 172 ins; 4 del; 0 mod

8319690: [AArch64] C2 compilation hits offset_ok_for_immed: assert "c2 compiler bug"

Co-authored-by: Fei Gao <fgao at openjdk.org>
Reviewed-by: aph, kvn, gli

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

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


More information about the hotspot-compiler-dev mailing list