Integrated: 8365501: Remove special AdapterHandlerEntry for abstract methods

Ashutosh Mehra asmehra at openjdk.org
Tue Sep 2 14:57:53 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.

This pull request has now been integrated.

Changeset: 444a8fa1
Author:    Ashutosh Mehra <asmehra at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/444a8fa14e8ab016b8aae018054c5dc1eb843fee
Stats:     55 lines in 5 files changed: 11 ins; 38 del; 6 mod

8365501: Remove special AdapterHandlerEntry for abstract methods

Reviewed-by: kvn, adinn

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

PR: https://git.openjdk.org/jdk/pull/26764


More information about the hotspot-dev mailing list