summaryrefslogtreecommitdiff
path: root/compiler/optimizing/instruction_builder.cc
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2017-01-16 17:54:09 +0000
committerNicolas Geoffray <ngeoffray@google.com>2017-01-16 21:48:00 +0000
commit7498105ec7497bae2ba9f1a697da9efa0c979654 (patch)
tree1c13f018ce113d666ac7140f35f060a5a48a1f70 /compiler/optimizing/instruction_builder.cc
parentd9a9d44ae018826a380b62cdc09d536f8ce30208 (diff)
Handle verify-profile and bootclasspath classes in vdex.
Two problems: 1) An apk might define a class twice, or define a class that is already in the bootclasspath, or define a class that in the future happens to be in the bootclasspath. 2) verify-profile does not make classes that were not verified as verify-at-runtime for vdex. Fixes: 1) Check that the resolved class is part of the dex file that we are currently looking into. If not, don't update its verification status. 2) Make unverified classes as such when they are not in the profile. bug:34108532 Test: 634-vdex-duplicate Change-Id: I77c5e417c16c91af257b88b6456d07c0e4c2ca93
Diffstat (limited to 'compiler/optimizing/instruction_builder.cc')
0 files changed, 0 insertions, 0 deletions