Integrated: 8264731: Introduce InstanceKlass::method_at_itable_or_null()

Vladimir Ivanov vlivanov at openjdk.java.net
Wed Apr 7 21:12:13 UTC 2021


On Mon, 5 Apr 2021 17:40:58 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:

> Introduce `InstanceKlass::method_at_itable_or_null()` - a non-throwing variant of `InstanceKlass::method_at_itable()` that implements interface method selection. 
> 
> As a cleanup, rewrite `InstanceKlass::method_at_itable()` on top of `InstanceKlass::method_at_itable_or_null()`.
> 
> Testing: 
> * [x] hs-tier1 - hs-tier6

This pull request has now been integrated.

Changeset: 6e2b82a4
Author:    Vladimir Ivanov <vlivanov at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/6e2b82a4
Stats:     48 lines in 3 files changed: 16 ins; 9 del; 23 mod

8264731: Introduce InstanceKlass::method_at_itable_or_null()

Reviewed-by: coleenp, dholmes

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

PR: https://git.openjdk.java.net/jdk/pull/3344


More information about the hotspot-runtime-dev mailing list