RFR: 8320363: ppc64 TypeEntries::type_unknown logic looks wrong, missed optimization opportunity
Lutz Schmidt
lucy at openjdk.org
Fri Nov 24 11:06:04 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.
LGTM.
-------------
Marked as reviewed by lucy (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/16801#pullrequestreview-1747756359
More information about the hotspot-compiler-dev
mailing list