diff options
| author | 2018-01-31 18:08:28 +0000 | |
|---|---|---|
| committer | 2018-02-02 15:39:16 +0000 | |
| commit | da1cdd0b1f89ef76def1c5fa8d2bea83c1a6cf48 (patch) | |
| tree | 8d7895389f46403c1a0cc8a5ddf8ff92c4355afb /runtime/class_linker.h | |
| parent | 2827ff64c7a385cfb9d6e01e6385708461eb65fc (diff) | |
ART: Fix call site resolution
Parameter type resolution should use the target method's DEX file.
Bug: 70166093
Test: art/test/run-test --host 714
Change-Id: Ic4961a905144ee85b36d02476506c4078c6cdf7a
Diffstat (limited to 'runtime/class_linker.h')
| -rw-r--r-- | runtime/class_linker.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/class_linker.h b/runtime/class_linker.h index 3e3425f5ac..16fa1ce801 100644 --- a/runtime/class_linker.h +++ b/runtime/class_linker.h @@ -979,7 +979,6 @@ class ClassLinker { REQUIRES_SHARED(Locks::mutator_lock_); mirror::MethodHandle* ResolveMethodHandleForMethod(Thread* self, - const DexFile* const dex_file, const DexFile::MethodHandleItem& method_handle, ArtMethod* referrer) REQUIRES_SHARED(Locks::mutator_lock_); |