RFR: 8369444: JavaFrameAnchor on PPC64 has unnecessary barriers

Martin Doerr mdoerr at openjdk.org
Fri Oct 17 12:41:13 UTC 2025


On Tue, 14 Oct 2025 13:55:49 GMT, David Briemann <dbriemann at openjdk.org> wrote:

> > If all CPU ports follow this, then it seems like we could eventually implement JavaFrameAnchor in shared code without CPU-specific parts.
> 
> Seems like a good idea. However there are still differences for the different CPUs. E.g. aarch64 still contains a release memory barrier. This might be a good follow-up task.
> 
> I would like to deliver this cleanup for PPC first.

In addition, some platforms have a `_last_Java_fp`, others don't.

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

PR Comment: https://git.openjdk.org/jdk/pull/27768#issuecomment-3415415174


More information about the hotspot-compiler-dev mailing list