RFR: Save/load nmethod without going through CodeBuffer [v2]
Vladimir Kozlov
kvn at openjdk.org
Thu Mar 20 17:37:39 UTC 2025
On Thu, 20 Mar 2025 06:24:27 GMT, Ashutosh Mehra <asmehra 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.
-------------
PR Comment: https://git.openjdk.org/leyden/pull/27#issuecomment-2741199263
More information about the leyden-dev
mailing list