On Wed, 5 Feb 2025 10:17:09 GMT, Per Minborg <pminb...@openjdk.org> wrote:
> This PR proposes to add some `@ForceInline` annotations in the `Module` class > in order to assist inlining of FFM var/method handles. > > There are also some changes in other classes (notably `j.l.Object`) which, if > implemented, can take us four additional levels of inlining. However, there > is a tradeoff with adding `@ForceInline` and just trying to get as deep as > possible for a specific use case is probably not the best idea. > > So, we should discuss which of the proposed changes (if any), we'd like to > integrate. > > Tested and passed tier1-3 This pull request has been closed without being integrated. ------------- PR: https://git.openjdk.org/jdk/pull/23460