On Fri, 17 Apr 2026 13:59:03 GMT, Aleksey Shipilev <[email protected]> wrote:
> There is a failure that looks similar in C2, although I am not sure what's > wrong there yet. Digging... 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... I am surprised we have not seen this in `premain` before! ------------- PR Comment: https://git.openjdk.org/jdk/pull/30778#issuecomment-4269095083
