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

Martin Doerr mdoerr at openjdk.org
Mon Oct 10 14:37:15 UTC 2022


On Mon, 10 Oct 2022 14:02:09 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. May also be relevant for aarch64 which I haven't checked.
> I'm checking explicitly for GCs which are known to be safe. Maybe there is a better way to check this.

Changed to draft. Aarch64 seems to have a better solution. I should probably implement it the same way.

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

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



More information about the hotspot-gc-dev mailing list