summaryrefslogtreecommitdiff
path: root/test/912-classes/src-ex/A.java
AgeCommit message (Collapse)Author
2017-04-19ART: Refactor run-test 912 (1/3) Andreas Gampe
Refactor the test for CTS. Break out the ART-specific part. Move the rest into the regular layout. Move class events to their own thread, and report them on the Java side. Use InMemoryDexClassLoader for classloaders to avoid explicit files. Bug: 32072923 Test: none Change-Id: I80e27cc9c21646bbecd1de1a246f583a0d388e05
2017-01-23ART: Add class events Andreas Gampe
Add initial support for ClassLoad and ClassPrepare events. Add tests. The initial implementation does not deal with the difference between ClassLoad and ClassPrepare classes (the former may be temporary classes). Bug: 31684920 Test: m test-art-host-run-test-912-classes Change-Id: I83535b9c871971f60b6b61f26651958fb32d502f
2017-01-16ART: Add GetClassLoaderClasses Andreas Gampe
Add support for GetClassLoaderClasses, extracting all classes a given classloader initiated. Add test. Bug: 31684578 Test: m test-art-host-run-test-912-classes Change-Id: I0aba27fb1674baf1263c0a19dc2dcce7af013760