RFR: 8354887: Preserve runtime blobs in AOT code cache [v6]

Vladimir Kozlov kvn at openjdk.org
Thu May 15 15:55:57 UTC 2025


On Thu, 15 May 2025 15:47:38 GMT, Ashutosh Mehra <asmehra at openjdk.org> wrote:

>> yup, I agree and I have the similar idea of storing entry points in AdapterBlob just like DeoptimizationBlob. Currently the pointer to AdapterBlob is not maintained anywhere. So the AdapterHandlerEntry would also have to maintain pointer to AdapterBlob.
>> I was actually wondering if we can eliminate AdapterHandlerEntry by also storing AdapterFingerprint in the AdapterBlob. The Method can then have a pointer to AdapterBlob.
>
> I will open an RFE to move entry points to AdapterBlob.

Yes, let's do that in follow up RFE.

@adinn can you approve current changes so we can proceed?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/25019#discussion_r2091509067


More information about the hotspot-compiler-dev mailing list