OSDN Git Service

Add support for Dex version 37 in Runtime.
authorAlex Light <allight@google.com>
Wed, 23 Mar 2016 17:20:41 +0000 (10:20 -0700)
committerAlex Light <allight@google.com>
Thu, 24 Mar 2016 22:17:16 +0000 (15:17 -0700)
commitc49618160d5fa64ca4883d2e09fa34b83491c8ea
tree50065864dd6131a19c119eef877e936a44ec5778
parent7ee5bc54fbe1bf5218696e63a80e76cd0c8ea387
Add support for Dex version 37 in Runtime.

We are skipping version 36 of the dex file format due to a bug in
Dalvik dating back to ICS where dex files marked version 036 would
erroneously be accepted.

Bug: 27538761
Bug: 27809626

Change-Id: Ic053f7e25f5a8c3df83ff34b6656528824b2df12
compiler/utils/test_dex_file_builder.h
runtime/dex_file.cc
runtime/dex_file.h
test/370-dex-v37/build [new file with mode: 0755]
test/370-dex-v37/expected.txt [new file with mode: 0644]
test/370-dex-v37/info.txt [new file with mode: 0644]
test/370-dex-v37/src/Main.java [new file with mode: 0644]