[jdk21u-dev] RFR: 8369946: Bytecode rewriting causes Java heap corruption on PPC

Martin Doerr mdoerr at openjdk.org
Mon Oct 27 10:58:13 UTC 2025


On Sat, 25 Oct 2025 18:47:34 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:

> Hi @TheRealMDoerr this is brand new, and the aarch change referenced is not yet backported, either. Should we really proceed? Or rather await the April update?

The memory barriers are needed for correctness. The risk is low because only memory barriers are added and they don't break anything. The interpreter performance impact is not very high. An aarch64 fix is also in preparation and I assume that we want all platform fixes ASAP.

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

PR Comment: https://git.openjdk.org/jdk21u-dev/pull/2384#issuecomment-3450686308


More information about the jdk-updates-dev mailing list