RFR: 8366905: Store AdapterBlob pointer in AdapterHandlerEntry [v5]

Vladimir Kozlov kvn at openjdk.org
Wed Sep 24 03:59:15 UTC 2025


On Tue, 23 Sep 2025 21:27:40 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.
>
> Ashutosh Mehra has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Remove incorrectly placed ShouldNotReachHere statements
>   
>   Signed-off-by: Ashutosh Mehra <asmehra at redhat.com>

Good.

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

Marked as reviewed by kvn (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/27101#pullrequestreview-3260747846


More information about the hotspot-dev mailing list