commit | a0b9521b44594d7e546d12785284e7a4bb28c12c | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Mon Mar 07 16:13:54 2016 -0800 |
committer | Mathieu Chartier <mathieuc@google.com> | Thu Mar 31 15:53:08 2016 -0700 |
tree | fa36cf9717c23ecc7bfd70140ced492d93c0417f | |
parent | 835e02367727fd981330b64ba938ecd7f675b408 [diff] |
Add verification for image ArtMethod declaring classes Try and see if any ArtMethods in the image have declaring classes that are not marked in the heap live bitmap. Trying to mark these would cause a SIGSEGV since the bitmap is read only. TODO: Disable for performance. (cherry-picked from commit 03c1dd9858962071bf3f0c988abc39e0e6ed7a1e) Bug: 27493510 Change-Id: I231b07b84d98dcd7ee1557c18956c86264058ee1