| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge "Add VMRuntime.clampGrowthLimit" | Mathieu Chartier | 2015-01-09 | 1 | -0/+6 |
|\ |
|
| * | Add VMRuntime.clampGrowthLimit | Mathieu Chartier | 2015-01-08 | 1 | -0/+6 |
* | | Make some hidden methods final and more obviously private | Neil Fuller | 2015-01-07 | 2 | -7/+7 |
|/ |
|
* | Move heap trimming daemon and GC deamon into a single daemon | Mathieu Chartier | 2014-12-19 | 2 | -33/+27 |
* | Move GC daemon locking logic into heap | Mathieu Chartier | 2014-12-15 | 2 | -21/+13 |
* | Only allow one requestGC at a time | Mathieu Chartier | 2014-12-12 | 1 | -0/+6 |
* | Move dexCacheStrings from ArtMethod to ArtClass | Mathieu Chartier | 2014-11-25 | 2 | -10/+4 |
* | Delete pointer sized fields | Mathieu Chartier | 2014-11-18 | 1 | -29/+0 |
* | Binary search through ArtFields to match by name. | Narayan Kamath | 2014-11-14 | 1 | -8/+31 |
* | Delete unused imtable field | Mathieu Chartier | 2014-11-10 | 1 | -3/+0 |
* | Only allow once GC request at a time. | Mathieu Chartier | 2014-10-23 | 1 | -7/+2 |
* | Make unchecked getDeclaredFields/Methods methods public-hidden | Alan Viverette | 2014-10-16 | 1 | -11/+23 |
* | Fix ReferenceQueueDaemon.enqueue to start at element 1 of the list | Mathieu Chartier | 2014-10-15 | 1 | -14/+8 |
* | Add VMRuntime.isBootClassPathOnDisk | Brian Carlstrom | 2014-09-30 | 1 | -0/+13 |
* | Update Class.primitiveType field uses. | Hiroshi Yamauchi | 2014-09-25 | 1 | -2/+5 |
* | Change FinalizerWatchdogDaemon to not hold objects live | Mathieu Chartier | 2014-09-19 | 1 | -11/+22 |
* | Merge "Remove referenceStaticOffsets from Class.java since it's not needed an... | Mingyao Yang | 2014-09-10 | 1 | -3/+0 |
|\ |
|
| * | Remove referenceStaticOffsets from Class.java since it's not needed anymore. | Mingyao Yang | 2014-09-10 | 1 | -3/+0 |
* | | Add Reference.getReferent for reference intrinsic. | Mathieu Chartier | 2014-09-09 | 1 | -1/+13 |
|/ |
|
* | Add handling for hashed uninflated object. | Mathieu Chartier | 2014-09-08 | 1 | -0/+6 |
* | Make explicit that ISA names are used in some sys properties | Calin Juravle | 2014-08-26 | 1 | -0/+4 |
* | Don't allow Class.class.getDeclaredConstructor().setAccessible(). | Mathieu Chartier | 2014-08-11 | 1 | -0/+7 |
* | Workaround doclava leaking ArtMethod | Brian Carlstrom | 2014-08-05 | 1 | -0/+8 |
* | API to query whether a given instruction set / abi is 64bit. | Narayan Kamath | 2014-07-14 | 1 | -0/+11 |
* | Moved slow path flag to Reference class | Fred Shih | 2014-07-10 | 1 | -0/+16 |
* | Fix javadoc @char instead of @code. | Elliott Hughes | 2014-06-26 | 1 | -1/+1 |
* | Merge "Clarify the String.compareTo contract and add tests." | Elliott Hughes | 2014-06-26 | 1 | -304/+148 |
|\ |
|
| * | Clarify the String.compareTo contract and add tests. | Elliott Hughes | 2014-06-26 | 1 | -304/+148 |
* | | libcore: Clean up Enum.compareTo(E) | Valter Strods | 2014-06-24 | 1 | -1/+1 |
* | | Fix libart files to work with javadoc | Brian Carlstrom | 2014-06-18 | 2 | -2/+2 |
|/ |
|
* | Provide more information about the runtime | Sebastien Hertz | 2014-05-22 | 1 | -0/+15 |
* | Remove ArtMethod's quick fields for frame size and spills. | Vladimir Marko | 2014-05-12 | 1 | -13/+0 |
* | Handle Reference.get in native code. | Mathieu Chartier | 2014-05-06 | 1 | -0/+198 |
* | Add finalizer references in native code. | Mathieu Chartier | 2014-05-01 | 1 | -3/+0 |
* | Add a mapping between ABIs and instruction sets. | Narayan Kamath | 2014-05-01 | 1 | -0/+30 |
* | Merge "Remove ArtMethod's quick fields mapping table and vmap table." | Vladimir Marko | 2014-04-28 | 1 | -16/+0 |
|\ |
|
| * | Remove ArtMethod's quick fields mapping table and vmap table. | Vladimir Marko | 2014-04-16 | 1 | -16/+0 |
* | | Fix Class.newInstance to not wrap its exceptions. | Jeff Hao | 2014-04-23 | 1 | -4/+4 |
|/ |
|
* | Merge "Fix reflection access checks for app compatibility in libcore." | Jeff Hao | 2014-04-01 | 1 | -0/+7 |
|\ |
|
| * | Fix reflection access checks for app compatibility in libcore. | Jeff Hao | 2014-04-01 | 1 | -0/+7 |
* | | Rename read barrier-related fields. | Hiroshi Yamauchi | 2014-03-31 | 1 | -3/+3 |
|/ |
|
* | Add access checks to Method and Field reflection. | Jeff Hao | 2014-03-27 | 5 | -47/+135 |
* | ART sampling profiler | Dave Allison | 2014-03-07 | 1 | -1/+1 |
* | Add unpadded array allocations. | Ian Rogers | 2014-02-28 | 1 | -0/+7 |
* | (Experimental) Add Brooks pointers (libcore). | Hiroshi Yamauchi | 2014-02-25 | 1 | -0/+9 |
* | Merge "Add documentation around zero-length timeouts" | Neil Fuller | 2014-02-12 | 2 | -48/+56 |
|\ |
|
| * | Add documentation around zero-length timeouts | Neil Fuller | 2014-02-12 | 2 | -48/+56 |
* | | Don't hardcode object layout in Unsafe. | Hiroshi Yamauchi | 2014-02-11 | 1 | -19/+5 |
* | | Fix Thread.sleep(0) of an interrupted thread | Brian Carlstrom | 2014-02-10 | 1 | -0/+14 |
|/ |
|
* | 64bit ART object model changes. | Ian Rogers | 2014-02-06 | 3 | -34/+95 |