summaryrefslogtreecommitdiffstats
path: root/runtime/gc
Commit message (Expand)AuthorAgeFilesLines
* Merge "Improve GSS reference processing."Hiroshi Yamauchi2014-04-294-7/+32
|\
| * Improve GSS reference processing.Hiroshi Yamauchi2014-04-284-7/+32
* | Always log explicit GC.Mathieu Chartier2014-04-284-30/+30
|/
* Fix racy DCHECKS.Mathieu Chartier2014-04-281-2/+6
* Rosalloc: fix signature for 64bAndreas Gampe2014-04-251-1/+1
* Enable reading page map without lock in RosAlloc::BulkFreeMathieu Chartier2014-04-259-370/+438
* Don't allow heap transitions if the runtime is shutting down.Mathieu Chartier2014-04-231-0/+5
* Return bytes freed from RosAlloc.Mathieu Chartier2014-04-223-39/+46
* Replace ObjectSet with LargeObjectBitmap.Mathieu Chartier2014-04-1720-377/+355
* Use non volatile lock words in semispace collector.Mathieu Chartier2014-04-173-16/+22
* Decrease target utilization for foreground apps.Mathieu Chartier2014-04-162-14/+35
* Less confusing heap transition message.Mathieu Chartier2014-04-151-8/+1
* Don't call SetFootprintLimit in CreateZygoteSpace.Mathieu Chartier2014-04-151-9/+4
* Fix clang build.Mathieu Chartier2014-04-142-7/+6
* Merge "Refactor space bitmap to support different alignments."Mathieu Chartier2014-04-1433-233/+251
|\
| * Refactor space bitmap to support different alignments.Mathieu Chartier2014-04-1433-233/+251
* | Reduce bump pointer space capacity.Mathieu Chartier2014-04-141-2/+7
|/
* Fix hammerhead phone boot on master.Mathieu Chartier2014-04-111-1/+1
* Fix heap verification with SS/GSS.Mathieu Chartier2014-04-112-1/+5
* Merge "Fix an occasional ThreadStress crash."Hiroshi Yamauchi2014-04-111-4/+5
|\
| * Fix an occasional ThreadStress crash.Hiroshi Yamauchi2014-04-111-4/+5
* | Clean-up heap spaces.Mathieu Chartier2014-04-1125-287/+316
* | Fix race condition in TransitionCollector.Mathieu Chartier2014-04-101-0/+7
|/
* Add mean GC duration to DumpGcPerformanceInfo.Mathieu Chartier2014-04-091-3/+4
* Merge "Adjust sticky GC ergonomics."Mathieu Chartier2014-04-091-1/+5
|\
| * Adjust sticky GC ergonomics.Mathieu Chartier2014-04-091-1/+5
* | Merge "GSS: Fix the bump pointer space only collection."Hiroshi Yamauchi2014-04-094-16/+62
|\ \ | |/ |/|
| * GSS: Fix the bump pointer space only collection.Hiroshi Yamauchi2014-04-084-16/+62
* | Reset GC timings after SIGQUIT.Mathieu Chartier2014-04-083-1/+13
* | Merge "Implement rosalloc page trimming without suspending threads."Hiroshi Yamauchi2014-04-073-4/+59
|\ \
| * | Implement rosalloc page trimming without suspending threads.Hiroshi Yamauchi2014-04-073-4/+59
| |/
* | Add monitor deflation.Mathieu Chartier2014-04-072-16/+24
|/
* Improve invalid root dumping.Mathieu Chartier2014-04-043-10/+13
* Merge "Insert an empty read barrier call."Hiroshi Yamauchi2014-04-041-2/+7
|\
| * Insert an empty read barrier call.Hiroshi Yamauchi2014-04-031-2/+7
* | Merge "Fix Object::Clone()'s pre-fence barrier."Hiroshi Yamauchi2014-04-043-13/+22
|\ \
| * | Fix Object::Clone()'s pre-fence barrier.Hiroshi Yamauchi2014-04-033-13/+22
| |/
* | Fix off-by-1 error in new SpaceBitmapAndreas Gampe2014-04-033-2/+93
* | Make SpaceBitmap cross-compiling tolerantAndreas Gampe2014-04-023-79/+85
|/
* Pass instruction-set from runtime through to spawned dex2oat.Ian Rogers2014-04-021-30/+2
* Merge "Fix running with DlMalloc instead of RosAlloc."Mathieu Chartier2014-04-013-4/+3
|\
| * Fix running with DlMalloc instead of RosAlloc.Mathieu Chartier2014-04-013-4/+3
* | Merge "Make the support code for read barriers a bit more general."Hiroshi Yamauchi2014-04-017-27/+31
|\ \ | |/ |/|
| * Make the support code for read barriers a bit more general.Hiroshi Yamauchi2014-03-317-27/+31
* | Merge "Fix stack overflow slow path error."Mathieu Chartier2014-04-011-1/+1
|\ \
| * | Fix stack overflow slow path error.Mathieu Chartier2014-03-311-1/+1
| |/
* | Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers2014-04-012-12/+12
|/
* Merge "Fix a DCHECK failure when causing GC from DDMS."Hiroshi Yamauchi2014-03-312-17/+41
|\
| * Fix a DCHECK failure when causing GC from DDMS.Hiroshi Yamauchi2014-03-282-17/+41
* | Fix non concurrent mark sweep ergonomics.Mathieu Chartier2014-03-281-1/+17