RFR: 8365501: Remove speical AdapterHandlerEntry for abstract methods
Ashutosh Mehra
asmehra at openjdk.org
Thu Aug 14 03:02:20 UTC 2025
On Thu, 14 Aug 2025 00:49:45 GMT, Vladimir Kozlov <kvn 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.
>
> My tier1-5 testing passed
@vnkozlov thanks for reviewing and testing it.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26764#issuecomment-3186588848
More information about the hotspot-dev
mailing list