RFR: 8365501: Remove speical AdapterHandlerEntry for abstract methods
Vladimir Kozlov
kvn at openjdk.org
Wed Aug 13 19:45:10 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.
Nice. Let me test it.
-------------
PR Review: https://git.openjdk.org/jdk/pull/26764#pullrequestreview-3117442108
More information about the hotspot-dev
mailing list