RFR: 8264732: Clean up LinkResolver::vtable_index_of_interface_method() [v4]

Vladimir Ivanov vlivanov at openjdk.java.net
Wed Apr 7 21:43:48 UTC 2021


> Turn `resolved_method` parameter into raw `Method*`.
> 
> Testing:
> * [x] hs-tier1 - hs-tier6

Vladimir Ivanov has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains four commits:

 - Merge branch 'master' into 8264732.vtable_index_of_interface_method
 - Move itable_index_of_interface_method() implementation to InstanceKlass
 - Revert jvmciCompilerToVM.cpp change.
 - LinkResolver::vtable_index_of_interface_method

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

Changes: https://git.openjdk.java.net/jdk/pull/3346/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=3346&range=03
  Stats: 55 lines in 3 files changed: 29 ins; 23 del; 3 mod
  Patch: https://git.openjdk.java.net/jdk/pull/3346.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/3346/head:pull/3346

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


More information about the hotspot-runtime-dev mailing list