| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
- Remove usage of ordered-filter and single-threaded mode since they
do not allow to trace type in a specific order. The ordered-filter
allows only to pass java files to ecj in a lexical order, but after
ecj this order is no longer guarantee.
Change-Id: I32103e933f863c319aba507c8439662a9e159c8b
(cherry picked from commit 0cf14ebc4189e18da422dad7be676c99e3bca6ff)
|
|
|
|
|
|
|
|
|
|
| |
- Tracing can forget to keep some methods due to tracing order.
Trace a method that is a seed need also to trace implementation of
this method for all types that are already kept.
Bug: 21023926
Change-Id: I0a0df841b0f7441ddba056ad69a1f506db15afb3
(cherry picked from commit df69c567bb1903bdcf1a39be18a0e52c62709de0)
|
|
|
|
|
|
| |
The test was flaky and we found no good way to fix it.
Change-Id: Id5c0470378039c223f5018a9e4023a290f5a5238
|
|
|
|
|
| |
Bug: 19422723
Change-Id: I2b49b3a3f03a7bed622dbb3668e232140691a2d5
|
|
Bug: 19422723
Change-Id: I6f0fa01194f266a3a80ee6d13cafd2222e31e4b2
|