RFR: 8320363: ppc64 TypeEntries::type_unknown logic looks wrong, missed optimization opportunity

Martin Doerr mdoerr at openjdk.org
Fri Nov 24 14:19:07 UTC 2023


On Thu, 23 Nov 2023 16:43:19 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

> The `TypeEntries::type_unknown` logic uses a wrong register. This results in unnecessary profile updates if the type is already flagged as unknown. Doesn't cause VM errors, but may affect performance. However, I haven't seen performance impact in larger benchmarks.

Thanks for the reviews!

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

PR Comment: https://git.openjdk.org/jdk/pull/16801#issuecomment-1825737316


More information about the hotspot-compiler-dev mailing list