RFR: Save/load nmethod without going through CodeBuffer [v2]
Ashutosh Mehra
asmehra at openjdk.org
Thu Mar 20 06:27:32 UTC 2025
On Wed, 19 Mar 2025 16:32:09 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.
-------------
PR Comment: https://git.openjdk.org/leyden/pull/27#issuecomment-2739337093
More information about the leyden-dev
mailing list