RFR: Save/load nmethod without going through CodeBuffer
Ashutosh Mehra
asmehra at openjdk.org
Mon Mar 17 11:43:53 UTC 2025
On Tue, 7 Jan 2025 19:08:34 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> It is virtual table pointer since nmethod class has virtual methods.
That's right. My next step is to try store nmethods as is and map them back which would require handling of vtable ptr. CDS already has capability to do that. So it should be feasible.
-------------
PR Comment: https://git.openjdk.org/leyden/pull/27#issuecomment-2576108492
More information about the leyden-dev
mailing list