RFR: 8369506: Bytecode rewriting causes Java heap corruption on AArch64 [v3]

Aleksey Shipilev shade at openjdk.org
Thu Oct 16 06:50:06 UTC 2025


On Wed, 15 Oct 2025 20:19:04 GMT, Man Cao <manc at openjdk.org> wrote:

> LG, but with a question about hoisting the `member(LoadLoad)`:

One can, but then you'll have to remember to put it in every `TemplateTable::fast_*` that might be accessing `RFE`. So putting it near `RFE` access itself looks more reliable, even though not exactly on point.

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

PR Comment: https://git.openjdk.org/jdk/pull/27748#issuecomment-3409422649


More information about the hotspot-compiler-dev mailing list