commit | 673b68360e9d030b250ed23bf33c33381640a220 | [log] [tgz] |
---|---|---|
author | Jeff Hao <jeffhao@google.com> | Wed Jul 31 13:47:31 2013 -0700 |
committer | Ian Rogers <irogers@google.com> | Sun Aug 11 23:55:25 2013 -0700 |
tree | cbc56ef8b68e826fc5cb4d8430cef6957b5a6e8e | |
parent | f9468a5ad69edbb92f7b0998960383787cf9cbb1 [diff] |
Make verifier allow integral types to be put in integral type arrays. This fixes a problem where the verifier was rejecting when an integer is put into a byte array. This also more closely matches the RI. Also fixes various issues with debugging checks caught by cts. Bug 10097083 Change-Id: Ie816fcdd85d6dc898feffa1e3fea8cfc2c6946ff Conflicts: runtime/verifier/method_verifier.cc (cherry-picked from commit b24b4a7e0c4f9bbea49f9dd95b2600080c8293d9)