RFR: 8339299: C1 will miss type profile when inline final method
Vladimir Ivanov
vlivanov at openjdk.org
Fri Aug 30 22:26:24 UTC 2024
On Fri, 30 Aug 2024 22:19:36 GMT, Dean Long <dlong at openjdk.org> wrote:
> It looks like the test invalidates the initial CHA optimazation that was done when there was only one subclass by loading a 2nd subclass.
Moreover, CHA has to discover a final method in order to satisfy `can_be_statically_bound()` predicate.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20786#issuecomment-2322484125
More information about the hotspot-compiler-dev
mailing list