RFR: 8366905: Store AdapterBlob pointer in AdapterHandlerEntry

Ashutosh Mehra asmehra at openjdk.org
Fri Sep 5 19:35:10 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.

This is ready for review now.

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

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


More information about the hotspot-dev mailing list