RFR: 8365501: Remove speical AdapterHandlerEntry for abstract methods [v3]

Vladimir Kozlov kvn at openjdk.org
Wed Aug 27 22:57:42 UTC 2025


On Wed, 27 Aug 2025 19:35:04 GMT, Ashutosh Mehra <asmehra at openjdk.org> wrote:

>> This PR removes the need for having AdapterHandlerEntry for abstract methods. The check for abstract method is now done in the accessor functions in Method such as Method::get_i2c_entry().
>> Motivation for this change is described in the JBS issue.
>
> Ashutosh Mehra has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Address review comment - swap conditions
>   
>   Signed-off-by: Ashutosh Mehra <asmehra at redhat.com>

Good.

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

Marked as reviewed by kvn (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/26764#pullrequestreview-3162033520


More information about the hotspot-dev mailing list