summaryrefslogtreecommitdiffstats
path: root/test/100-reflect2
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: Java char is 16 bits, can not be treated as boolean.Fredrik Roubert2015-07-272-4/+4
* Fix constructor access check through reflectionSebastien Hertz2015-04-281-2/+15
* Merge "ART: Fix constructor access checking"Andreas Gampe2015-04-282-0/+38
|\
| * ART: Fix constructor access checkingAndreas Gampe2015-04-272-0/+38
* | Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-2/+2
|/
* art/test/100-reflect2: change incorrect expectations.Sergio Giro2015-03-111-1/+1
* Keep original order of fields in Class.Vladimir Marko2014-11-141-1/+1
* Set vtable in class object to null after linking.Mingyao Yang2014-07-221-1/+1
* Add access checks to Method and Field reflection.Jeff Hao2014-03-282-14/+6
* Implement Interface Method Tables (IMT).Jeff Hao2013-10-291-1/+1
* Use class def index from java.lang.Class.Ian Rogers2013-09-191-1/+1
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-1/+1
* Fixed list of String methods after removal of old JIT methods.Jeff Hao2013-06-101-1/+1
* Interpreter entries and instrumentation as a listener.Ian Rogers2013-04-081-1/+1
* Move ReflectionTest to a run-test.Ian Rogers2013-01-103-0/+351