RFR: 8366905: Store AdapterBlob pointer in AdapterHandlerEntry

Ashutosh Mehra asmehra at openjdk.org
Tue Sep 9 22:06:17 UTC 2025


On Thu, 4 Sep 2025 14:49:48 GMT, Ashutosh Mehra <asmehra at openjdk.org> wrote:

> This PR removes the need to store entry point addresses in AdapterHandlerEntry by storing a direct pointer to AdapterBlob instead. Entry point addresses can be computed on the fly from the entry point offsets stored in AdapterBlob.

@adinn @shipilev can you please review this PR.

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

PR Comment: https://git.openjdk.org/jdk/pull/27101#issuecomment-3272423932


More information about the hotspot-dev mailing list