RFR: Update nmethod caching and clean up unused/duplicate methods [v9]

Ashutosh Mehra asmehra at openjdk.org
Mon Jun 16 20:18:41 UTC 2025


On Mon, 16 Jun 2025 19:54:04 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

> Hmm, are you suggesting to not do delete _cache; _cache = nullptr; only but still call AOTCodeCache::close() ?
And call finish_write() from it directly.

No, that's not what I was thinking. I believe we are on same page here. When I said, "If we can make AOTCodeCache accessible until exit," I meant not calling close() in java.cpp.

-------------

PR Comment: https://git.openjdk.org/leyden/pull/71#issuecomment-2977988191


More information about the leyden-dev mailing list