RFR: 8365501: Remove speical AdapterHandlerEntry for abstract methods

Ashutosh Mehra asmehra at openjdk.org
Thu Aug 14 03:02:20 UTC 2025


On Wed, 13 Aug 2025 18:45:54 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.

@adinn can you please review it as well.

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

PR Comment: https://git.openjdk.org/jdk/pull/26764#issuecomment-3186589583


More information about the hotspot-dev mailing list