commit | 9a8dcea0e97e610c5b8589e0093dbb7766a08694 | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Fri Feb 22 10:11:21 2019 +0000 |
committer | Vladimir Marko <vmarko@google.com> | Fri Feb 22 10:21:32 2019 +0000 |
tree | 1abbd3a5846560991950e0ad1470b47834f274dd | |
parent | 438cc2b34be2a5d114a50ba6cdef22f9045d863a [diff] |
Fix oatdump .data.bimg.rel.ro for intrinsics. The Integer.valueOf() intrinsic is using entries that point to the boot image live objects array data rather than a start of an Object. So, we need to check for such entries before we look at the type of the Object. Test: Additional test in oatdump_app_test Test: m test-art-host-gtest Bug: 71526895 Change-Id: I49ab3b416aa2b4912b9fd2043805e900ad76f0f2