RFR: 8264731: Introduce InstanceKlass::method_at_itable_or_null() [v3]
Vladimir Ivanov
vlivanov at openjdk.java.net
Wed Apr 7 21:03:14 UTC 2021
> 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
Vladimir Ivanov has updated the pull request incrementally with one additional commit since the last revision:
itable_entry_found -> implements_interface renaming
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/3344/files
- new: https://git.openjdk.java.net/jdk/pull/3344/files/91b977c0..df179a08
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=3344&range=02
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=3344&range=01-02
Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
Patch: https://git.openjdk.java.net/jdk/pull/3344.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/3344/head:pull/3344
PR: https://git.openjdk.java.net/jdk/pull/3344
More information about the hotspot-runtime-dev
mailing list