OSDN Git Service

Fix issue with copied methods not being checked.
authorAlex Light <allight@google.com>
Wed, 17 Feb 2016 19:59:05 +0000 (11:59 -0800)
committerAlex Light <allight@google.com>
Thu, 18 Feb 2016 21:18:17 +0000 (13:18 -0800)
commitd07e1b338ddedd03728136f136a2c4cb6df50dc4
tree669dfc9b1cad1b1d988dec7f06b3d155033ef992
parentd12513f7e57fec32729f1922f9c84f812ad0d0e7
Fix issue with copied methods not being checked.

In several places we were using IsMiranda to check if a method is
copied. This misses cases involving default methods.

(cherrypicked commit fcea56f9cc51957161fe7a6e35e895fd8c4c4a7f)

Bug: 27216437

Change-Id: I8c800e3e622a9c0ca0f8752c3d5202f433af9a1c
compiler/image_writer.cc
compiler/oat_test.cc
runtime/art_method.h
runtime/class_linker.cc
runtime/class_linker_test.cc