On Fri, 17 Apr 2026 13:26:07 GMT, Aleksey Shipilev <[email protected]> wrote:
> I see there is a `AOTCodeTest` failure on macos-aarch64 too, I am trying to > reproduce it locally. Aha, for C1, we "just" miss relocations for the runtime entry points in barriers. So once we call through the AOT-saved method, the barrier addresses are not relocated and we jump to garbage locations. Apply this: [shenandoah-aot-1.patch](https://github.com/user-attachments/files/26828033/shenandoah-aot-1.patch). There is a failure that looks similar in C2, although I am not sure what's wrong there yet. Digging... ------------- PR Comment: https://git.openjdk.org/jdk/pull/30778#issuecomment-4268654502
