RFR: 8331341: secondary_super_cache does not scale well: C1 and interpreter [v6]

Andrew Haley aph at openjdk.org
Wed Jul 24 14:34:09 UTC 2024


On Tue, 23 Jul 2024 19:00:02 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:

> What happens when users include `klass.hpp`, but not `klass.inline.hpp`? How does it affect generated code?
> 
> I suspect that `Klass::search_secondary_supers()` won't be inlinined in such case.

That is true. I can't tell from this exchange whether you think it should. The same "wont be inlined" fact is also true of everything else in `klass.inline.hpp`.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19989#discussion_r1689927770


More information about the core-libs-dev mailing list