RFR: 8295069: [PPC64] Performance regression after JDK-8290025 [v2]

Andrew Haley aph at openjdk.org
Mon Oct 10 17:29:02 UTC 2022


On Mon, 10 Oct 2022 15:07:43 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

>> I have a proposal to mitigate the performance regression (see JBS issue) on PPC64 significantly. We get most of the performance back. Please review. Implemented like on aarch64, now.
>
> Martin Doerr has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Implement like on aarch64.

Might it make sense for PPC to do what AArch64 does? We don't need any memory fence instructions on the fast path.

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

PR: https://git.openjdk.org/jdk/pull/10632



More information about the hotspot-gc-dev mailing list