OSDN Git Service

Fix issued with non-public interface methods.
authorAlex Light <allight@google.com>
Thu, 31 Mar 2016 17:03:07 +0000 (10:03 -0700)
committerAlex Light <allight@google.com>
Mon, 4 Apr 2016 22:01:03 +0000 (15:01 -0700)
commitd7c10c237bf2631630fac7982c3f374b1a27ed01
tree45dcfa996b287f2cb91b3c72691a40ed21409aec
parent1669fe3219f295d14c43d5bd3b4e8d255e52be3f
Fix issued with non-public interface methods.

Some APK's ship with dex files containing non-public interface
methods. These would cause crashes on newer versions of ART due to
stricter verification of dex files. Make ART emit a warning but allow
this behavior.

Bug: 27928832

Change-Id: Ia3689ee091aa154fb5954b1f6dd50c489128acce
runtime/class_linker.cc
runtime/dex_file_verifier.cc
runtime/dex_file_verifier_test.cc