summaryrefslogtreecommitdiff
path: root/test/489-current-method-regression/src/Main.java
Commit message (Collapse)AuthorAgeFilesLines
* ART: Fix type parameter in testsAndreas Gampe2016-07-221-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 Geoffray2015-06-021-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