diff options
Diffstat (limited to 'runtime/class_linker-inl.h')
-rw-r--r-- | runtime/class_linker-inl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/class_linker-inl.h b/runtime/class_linker-inl.h index 30e78e5663..81784fb416 100644 --- a/runtime/class_linker-inl.h +++ b/runtime/class_linker-inl.h @@ -226,6 +226,7 @@ inline bool ClassLinker::CheckInvokeClassMismatch(ObjPtr<mirror::DexCache> dex_c switch (type) { case kStatic: case kSuper: + case kPolymorphic: break; case kInterface: { // We have to check whether the method id really belongs to an interface (dex static bytecode |