RFR: 8294609: C2: Improve inlining of methods with unloaded signature classes [v2]

Vladimir Ivanov vlivanov at openjdk.org
Thu Sep 29 22:49:18 UTC 2022


On Thu, 29 Sep 2022 22:13:14 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

> Do we have other cases in CI where we can avoid going into VM for an answer?

I don't have anything on top of my head, but we can do a better job caching info on CI side for sure (e.g., there are some methods on `ciInstanceKlass` which unconditionally call into VM). 

Do you want me to file an RFE to improve on that?

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

PR: https://git.openjdk.org/jdk/pull/10496


More information about the hotspot-compiler-dev mailing list