| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ART: Fix type parameter in tests | Andreas Gampe | 2016-07-22 | 1 | -1/+1 |
| | | | | | | | | | Move Class to Class<?>, Constructor to Constructor<?>, and in general clean up reflection. Test: m test-art-host-run-test Change-Id: I3a4223ee8d14d032015edf34bf27135757f7138c | ||||
| * | Fix a crash due to a combination of dce/inlining. | Nicolas Geoffray | 2015-06-02 | 1 | -0/+34 |
| Dead code elimiation was removing HCurrentMethod if it ended up not being used, but inlining requires access to it. Therefore we should keep the node in the graph. Change-Id: I2f44f71b4ff3f2c3f9569d8420c1b37f00e694d2 | |||||
