RFR: 8358231: Template interpreter generator crashes with ShouldNotReachHere on some platforms after 8353686
Aleksey Shipilev
shade at openjdk.org
Sun Jun 1 16:14:50 UTC 2025
On Sat, 31 May 2025 22:18:33 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> Trivial build fix for PPC64 and s390. I haven't seen more affected platforms.
AFAICS with my builds that invoke CDS `-Xshare:dump` on cross-compiled binaries, ARM32 is failing the same way. I think we need to add a case here: https://github.com/openjdk/jdk/blob/c1b5f62a8c30038d3b1a14d184535ba0642d51c9/src/hotspot/cpu/arm/templateInterpreterGenerator_arm.cpp#L175-L179
-------------
PR Review: https://git.openjdk.org/jdk/pull/25568#pullrequestreview-2885791890
More information about the hotspot-dev
mailing list