commit | 0c78ef7f2e8f010311ce9c0715b1ab3fe28f68f6 | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Wed Nov 21 14:09:35 2018 +0000 |
committer | Vladimir Marko <vmarko@google.com> | Wed Nov 21 16:47:03 2018 +0000 |
tree | 97755cc52e33418aacfd1cc5ebbf061085dec780 | |
parent | 5a78e8dbf068c544b84e98f636b30045b09451c4 [diff] |
Remove boot image begin/size from image header. Use a single boot image range for both the heap (*.art) and code (*.oat) boot files. This is done in preparation for boot image extensions. We do not want to encode multiple heap and code ranges and shall keep a single boot image range for the boot image including extensions. Test: m test-art-host-gtest Test: testrunner.py --host --optimizing Bug: 119868597 Change-Id: I8baec8361602c445652e69bdfbb57e7a7c7c6419