On Fri, 17 Apr 2026 14:56:25 GMT, Aleksey Shipilev <[email protected]> wrote:

> OK, I think I know what this is. The crash is in C2 AOT method at inlined 
> collection-set-check. Shenandoah expands that check in C2 IR and the testing 
> the native bitmap, which AFAICS got relocated. I guess we need to 
> `AOTRuntimeConstants` those to make them work. I am whipping up the patch 
> now...

This should be enough to get AArch64 parts going: 
[shenandoah-aot-2.patch](https://github.com/user-attachments/files/26833509/shenandoah-aot-2.patch).
 There is still the same trouble in C1/x86 parts, I am going to implement those 
once I am closer to x86 machines next week.

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

PR Comment: https://git.openjdk.org/jdk/pull/30778#issuecomment-4269507266

Reply via email to