commit | 03196cfae4e8a91ce37d257b315f78a965a79829 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Mon Feb 01 12:23:22 2016 +0000 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Mon Feb 01 12:25:24 2016 +0000 |
tree | b4cd8397a53e8c0a38ff6211f0ea84841a085602 | |
parent | 7f1551d28b3674799a4bb2b198bf6b16f32082af [diff] |
Be on the safe side: emit an environment for runtime calls. Even if those runtime calls don't throw, they may be interrupted and be asked to dump their stack. Since dumping a stack also dumps locked Java objects, we need a DexRegisterMap at these locations to know the location of those objects. Adds 0.05% to boot image code size. bug:26168076 Change-Id: I7c3975addea9ddf3123183b07108b0701bb26fc8