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>
Wed, 17 Feb 2016 21:02:11 +0000 (13:02 -0800)
commitfcea56f9cc51957161fe7a6e35e895fd8c4c4a7f
treeb43c197e9370eab38a58e1d54ec319ea45df613d
parentaaf56c4c95331d4dd8ac298e6c234d4d58d28308
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.

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