summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Manage JDWP errors related to garbage collection.Sebastien Hertz2013-12-122-9/+22
* Merge "Fix JDWP single-step removal."Brian Carlstrom2013-11-271-1/+1
|\
| * Fix JDWP single-step removal.Sebastien Hertz2013-11-261-1/+1
* | Merge "[MIPS] Enable futex support"Elliott Hughes2013-11-261-1/+1
|\ \ | |/ |/|
| * [MIPS] Enable futex supportChris Dearman2013-11-141-1/+1
* | Turn up oat version to 11Brian Carlstrom2013-11-251-1/+1
* | Change thread.h to thread-inl.h for missing Thread::Current for rosalloc.ccBrian Carlstrom2013-11-251-1/+1
* | Fix dumpsys meminfo <pid>.Mathieu Chartier2013-11-2511-19/+43
* | Merge "Add -xGc: MS, CMS, SS options to specify which GC to use." into dalvik...Mathieu Chartier2013-11-255-14/+77
|\ \
| * | Add -xGc: MS, CMS, SS options to specify which GC to use.Mathieu Chartier2013-11-225-14/+77
* | | Merge "Minor field name cleanup in debugger." into dalvik-devSebastien Hertz2013-11-253-37/+37
|\ \ \
| * | | Minor field name cleanup in debugger.Sebastien Hertz2013-11-253-37/+37
* | | | Faster Signature::operator==(const StringPiece& rhs).Vladimir Marko2013-11-252-4/+27
| |/ / |/| |
* | | Fix a crash with -XX:DumpGCPerformanceOnShutdown.Hiroshi Yamauchi2013-11-224-10/+14
* | | Add developer option for dumping GC cumulative timings on shutdown.Mathieu Chartier2013-11-224-4/+13
* | | Merge "Compact zygote." into dalvik-devMathieu Chartier2013-11-223-90/+87
|\ \ \
| * | | Compact zygote.Mathieu Chartier2013-11-223-90/+87
* | | | Merge "Fix a libartd.so boot crash when kMovingCollector is true." into dalvi...Hiroshi Yamauchi2013-11-221-5/+4
|\ \ \ \
| * | | | Fix a libartd.so boot crash when kMovingCollector is true.Hiroshi Yamauchi2013-11-221-5/+4
| |/ / /
* | | | Merge "Inline RosAlloc::Alloc()." into dalvik-devHiroshi Yamauchi2013-11-224-36/+76
|\ \ \ \
| * | | | Inline RosAlloc::Alloc().Hiroshi Yamauchi2013-11-224-36/+76
| |/ / /
* | | | Make verifier log hard failures by default.Jeff Hao2013-11-221-4/+2
|/ / /
* | | Merge "Search for miranda methods in virtual methods instead of interface." i...Jeff Hao2013-11-221-1/+1
|\ \ \
| * | | Search for miranda methods in virtual methods instead of interface.Jeff Hao2013-11-211-1/+1
* | | | Fix concurrent GC to properly handle no zygote.Mathieu Chartier2013-11-211-1/+12
|/ / /
* | | Merge "Fix a libartd.so boot crash in Heap::AllocObjectWithAllocator()" into ...Hiroshi Yamauchi2013-11-212-6/+14
|\ \ \
| * | | Fix a libartd.so boot crash in Heap::AllocObjectWithAllocator()Hiroshi Yamauchi2013-11-212-6/+14
* | | | Add histogram for GC pause times.Mathieu Chartier2013-11-217-20/+28
* | | | Remove sleep workaround in thread pool.Mathieu Chartier2013-11-211-2/+0
* | | | Avoid some string allocations.Vladimir Marko2013-11-212-6/+4
* | | | Fix histogram test.Mathieu Chartier2013-11-201-5/+5
* | | | Merge "Fix memory leak caused by not adding lage objects to allocation stack....Mathieu Chartier2013-11-201-2/+2
|\ \ \ \
| * | | | Fix memory leak caused by not adding lage objects to allocation stack.Mathieu Chartier2013-11-201-2/+2
| |/ / /
* | | | Improve histogram and timing logger dumping.Mathieu Chartier2013-11-204-24/+52
|/ / /
* | | Set array length before fence in allocation code path.Mathieu Chartier2013-11-203-21/+31
* | | Merge "Add Valgrind rosalloc support." into dalvik-devHiroshi Yamauchi2013-11-203-78/+82
|\ \ \
| * | | Add Valgrind rosalloc support.Hiroshi Yamauchi2013-11-203-78/+82
* | | | Merge "Refactor allocation entrypoints." into dalvik-devMathieu Chartier2013-11-2037-1063/+651
|\ \ \ \ | |_|/ / |/| | |
| * | | Refactor allocation entrypoints.Mathieu Chartier2013-11-2037-1063/+651
* | | | Merge "Move single-step control into thread." into dalvik-devSebastien Hertz2013-11-204-128/+154
|\ \ \ \ | |_|/ / |/| | |
| * | | Move single-step control into thread.Sebastien Hertz2013-11-194-128/+154
* | | | Merge "Add support for JDWP METHOD_EXIT_WITH_RETURN_VALUE events." into dalvi...Jeff Hao2013-11-194-30/+62
|\ \ \ \ | |_|/ / |/| | |
| * | | Add support for JDWP METHOD_EXIT_WITH_RETURN_VALUE events.Jeff Hao2013-11-194-30/+62
* | | | Enable rosalloc by default.Hiroshi Yamauchi2013-11-191-1/+1
* | | | Merge "Fix a per-process dumpsys meminfo crash." into dalvik-devHiroshi Yamauchi2013-11-196-39/+33
|\ \ \ \
| * | | | Fix a per-process dumpsys meminfo crash.Hiroshi Yamauchi2013-11-186-39/+33
* | | | | Merge "Propagate 'this_object' for method unwind event." into dalvik-devSebastien Hertz2013-11-195-8/+12
|\ \ \ \ \
| * | | | | Propagate 'this_object' for method unwind event.Sebastien Hertz2013-11-195-8/+12
| | |_|/ / | |/| | |
* | | | | Avoid unnecessary copy of dex_gc_map.Vladimir Marko2013-11-192-35/+23
* | | | | Remove a LOG(INFO) that's probably forgot to be removed.Hiroshi Yamauchi2013-11-181-1/+0
| |/ / / |/| | |