summaryrefslogtreecommitdiffstats
path: root/libart/src/main/java/java
Commit message (Expand)AuthorAgeFilesLines
* Only allow once GC request at a time.Mathieu Chartier2014-10-241-7/+2
* Merge "Revert "Timing hacks DO NOT MERGE"" into lmp-devAnwar Ghuloum2014-09-241-27/+0
|\
| * Revert "Timing hacks DO NOT MERGE"Anwar Ghuloum2014-09-241-27/+0
* | Merge "Change FinalizerWatchdogDaemon to not hold objects live" into lmp-devMathieu Chartier2014-09-191-11/+22
|\ \
| * | Change FinalizerWatchdogDaemon to not hold objects liveMathieu Chartier2014-09-191-11/+22
* | | DO NOT MERGE. Only have a portable entrypoint in portable builds.Ian Rogers2014-09-181-1/+2
|/ /
* | Add Reference.getReferent for reference intrinsic.Mathieu Chartier2014-09-091-1/+13
* | Add handling for hashed uninflated object.Mathieu Chartier2014-09-081-0/+6
|/
* Timing hacks DO NOT MERGEAnwar Ghuloum2014-09-051-0/+27
* Don't allow Class.class.getDeclaredConstructor().setAccessible().Mathieu Chartier2014-08-111-0/+7
* Workaround doclava leaking ArtMethodBrian Carlstrom2014-08-051-0/+8
* reconcile aosp (0d589d78c1c2a809429911fc4756856b53404fb9) after branching. Pl...Ed Heyl2014-07-141-0/+16
* Fix javadoc @char instead of @code.Elliott Hughes2014-06-261-1/+1
* Merge "Clarify the String.compareTo contract and add tests."Elliott Hughes2014-06-261-304/+148
|\
| * Clarify the String.compareTo contract and add tests.Elliott Hughes2014-06-261-304/+148
* | libcore: Clean up Enum.compareTo(E)Valter Strods2014-06-241-1/+1
* | Fix libart files to work with javadocBrian Carlstrom2014-06-182-2/+2
|/
* Remove ArtMethod's quick fields for frame size and spills.Vladimir Marko2014-05-121-13/+0
* Handle Reference.get in native code.Mathieu Chartier2014-05-061-0/+198
* Add finalizer references in native code.Mathieu Chartier2014-05-011-3/+0
* Merge "Remove ArtMethod's quick fields mapping table and vmap table."Vladimir Marko2014-04-281-16/+0
|\
| * Remove ArtMethod's quick fields mapping table and vmap table.Vladimir Marko2014-04-161-16/+0
* | Fix Class.newInstance to not wrap its exceptions.Jeff Hao2014-04-231-4/+4
|/
* Merge "Fix reflection access checks for app compatibility in libcore."Jeff Hao2014-04-011-0/+7
|\
| * Fix reflection access checks for app compatibility in libcore.Jeff Hao2014-04-011-0/+7
* | Rename read barrier-related fields.Hiroshi Yamauchi2014-03-311-3/+3
|/
* Add access checks to Method and Field reflection.Jeff Hao2014-03-275-47/+135
* (Experimental) Add Brooks pointers (libcore).Hiroshi Yamauchi2014-02-251-0/+9
* Merge "Add documentation around zero-length timeouts"Neil Fuller2014-02-122-48/+56
|\
| * Add documentation around zero-length timeoutsNeil Fuller2014-02-122-48/+56
* | Fix Thread.sleep(0) of an interrupted threadBrian Carlstrom2014-02-101-0/+14
|/
* 64bit ART object model changes.Ian Rogers2014-02-063-34/+95
* ART: remove dex cache's initialized static storage.Ian Rogers2014-01-072-4/+0
* Replace usage of CopyOnWriteArraySet.Narayan Kamath2013-11-222-22/+40
* Fix the art version of getGenericSuperclass.Narayan Kamath2013-11-221-1/+6
* Fix Class.getEnclosingClass for anonymous classes declared in <clinit> methodsBrian Carlstrom2013-11-071-4/+5
* Libcore support for Interface Method Tables (IMT).Jeff Hao2013-11-071-0/+3
* Fix libart String.charAt documentation to match libdvm.Elliott Hughes2013-10-161-7/+2
* Fix Class.getDeclaringClass bug for ARTBrian Carlstrom2013-10-121-0/+3
* am 94b1bae4: Merge commit \'a6e22fc9\' into manualmergeIan Rogers2013-09-234-55/+176
|\
| * Avoid computing class def indices.Ian Rogers2013-09-214-55/+176
* | am b80808d7: am 98430d0d: Fix getGenericInterfaces for the no annotation case.Ian Rogers2013-09-231-1/+1
|\|
| * Fix getGenericInterfaces for the no annotation case.Ian Rogers2013-09-211-1/+1
* | am 3f1ad69e: Merge commit \'d4ec55c4\' into manualmergeIan Rogers2013-09-233-14/+27
|\|
| * Lazier annotation signature parsing.Ian Rogers2013-09-213-14/+27
* | Fix Java 7 build.Ying Wang2013-09-201-1/+1
|/
* Refactor ART java.lang.reflect implementationBrian Carlstrom2013-08-1310-365/+527
* Fix AIOOBE in Method.compareParameters.Ian Rogers2013-08-081-1/+1
* Fix sign-extension of type indices.Ian Rogers2013-08-082-3/+3
* Improve the performance of reflective operations.Ian Rogers2013-08-035-136/+113