RFR: 8264731: Introduce InstanceKlass::method_at_itable_or_null() [v2]
Vladimir Ivanov
vlivanov at openjdk.java.net
Wed Apr 7 21:03:15 UTC 2021
On Wed, 7 Apr 2021 05:26:01 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Vladimir Ivanov has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Cleanups
>
> Update looks good - thanks - but I'd like to see it extend a little further.
>
> Thanks,
> David
Thanks for the reviews, Coleen and David.
> src/hotspot/share/oops/instanceKlass.cpp line 3180:
>
>> 3178: }
>> 3179:
>> 3180: Method* InstanceKlass::method_at_itable_or_null(InstanceKlass* holder, int index, bool& itable_entry_found) {
>
> The change to use implements_interface applies in here too. Thanks.
Sure, fixed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3344
More information about the hotspot-runtime-dev
mailing list