RFR: 8324050: Issue store-store barrier after re-materializing objects during deoptimization

Vladimir Kozlov kvn at openjdk.org
Mon Jan 22 21:09:27 UTC 2024


On Sat, 20 Jan 2024 18:39:25 GMT, Quan Anh Mai <qamai at openjdk.org> wrote:

> This seems similar to [a recent discussion](https://mail.openjdk.org/pipermail/hotspot-compiler-dev/2024-January/071521.html). There, it is decided that a release barrier would be safer. Should we do it similarly here? Thanks.

I think, if decided, it should be done in separate RFE uniformly in all places: Interpreter, C1, C2 and here in deoptimization code.

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

PR Comment: https://git.openjdk.org/jdk/pull/17503#issuecomment-1904816574


More information about the hotspot-dev mailing list