commit | 4531afd0d813fdfa2bb115522bc5918477c03dc2 | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Tue Mar 30 17:13:30 2021 -0700 |
committer | Alex Light <allight@google.com> | Mon Apr 12 15:53:01 2021 +0000 |
tree | 242c721965aff12f8bd4246d13b18ef71fcdbd97 | |
parent | d187d879b0cd627b8b50d80d40b0d6b1cb91598c [diff] |
Add a --force-allow-oj-inlines dex2oat flag When reproducing compilation failures on the host sometimes the automatic core-oj noinline will prevent the issue from reproducing. Add a new --force-allow-oj-inlines to disable this behavior. Test: ./art/tools/compile-jar.py --profile-file bad_compile.prof --arch arm64 ~/no.nrk.mobil.radio_10922_base_split.apk --compiler-filter=speed-profile --dump-stats -j1 --force-allow-oj-inlines Change-Id: I76204bfb061635819d55c2459cfea4e4cfebce79