commit | eb2c741c70c3ee117ff35ad682f18b90349590b8 | [log] [tgz] |
---|---|---|
author | Roland Levillain <rpl@google.com> | Thu Jan 28 14:37:01 2016 +0000 |
committer | Roland Levillain <rpl@google.com> | Thu Jan 28 14:37:01 2016 +0000 |
tree | b4fb473f8dc634b8777dc5c723083d64d3e1bfc7 | |
parent | 8bfdf83aa73a19233f62b7a8d4761e84b1713db4 [diff] |
Do not enforce deterministic compilation with read barriers. Forcing determinism of the boot image compilation (on host) does not work when read barriers are enabled, as the former switches the GC to a non-concurrent one by passing the option `-Xgc:nonconcurrent`. Also make dex2oat abort when invoked with `--force-determinism` while read barriers are enabled. Bug: 12687968 Bug: 26687569 Change-Id: I37b388fccbe4502a90def8031a898f1a40df6a9f