RFR: 8365501: Remove special AdapterHandlerEntry for abstract methods [v3]
Ashutosh Mehra
asmehra at openjdk.org
Thu Aug 28 19:42:43 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>
I haven't been able to reproduce it locally after running the test 1000 times.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26764#issuecomment-3234722967
More information about the hotspot-dev
mailing list