On Tue, 23 Jul 2024 19:00:02 GMT, Vladimir Ivanov <vliva...@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