RFR: Save/load nmethod without going through CodeBuffer [v2]
Vladimir Kozlov
kvn at openjdk.org
Fri Mar 21 16:05:45 UTC 2025
On Thu, 20 Mar 2025 17:32:07 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> > > how complex to do the same for adapters?
> >
> >
> > I would say it should be easier compared to nmethods. I actually did the first prototype for adapters before trying out nmethods, but it was not storing adapter blobs in the aot code cache. I can resurrect that old patch for adapters and update it to store adapter blobs, as we are doing now for nmethods.
>
> Thank you, @ashu-mehra I am almost ready to create PR for mainline with changes for adapters caching. It works now for simple blob. I need to clean it up. After that you can do that this direct saving of adapters there.
https://github.com/openjdk/jdk/pull/24158
-------------
PR Comment: https://git.openjdk.org/leyden/pull/27#issuecomment-2743809387
More information about the leyden-dev
mailing list