summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Fix non concurrent mark sweep ergonomics.Mathieu Chartier2014-03-281-1/+17
* Merge "Swap allocation stacks in pause."Mathieu Chartier2014-03-284-134/+57
|\
| * Swap allocation stacks in pause.Mathieu Chartier2014-03-284-134/+57
* | Merge "Add access checks to Method and Field reflection."Jeff Hao2014-03-287-63/+162
|\ \ | |/ |/|
| * Add access checks to Method and Field reflection.Jeff Hao2014-03-287-63/+162
* | Merge "Refactor some GC code."Mathieu Chartier2014-03-2815-224/+132
|\ \
| * | Refactor some GC code.Mathieu Chartier2014-03-2815-224/+132
| |/
* | Merge "An empty collector skeleton for a read barrier-based collector."Hiroshi Yamauchi2014-03-288-8/+114
|\ \
| * | An empty collector skeleton for a read barrier-based collector.Hiroshi Yamauchi2014-03-278-8/+114
* | | Merge "x86_64: JNI compiler"Andreas Gampe2014-03-283-4/+9
|\ \ \ | |_|/ |/| |
| * | x86_64: JNI compilerDmitry Petrochenko2014-03-283-4/+9
* | | Properly dump register type in verifier failure messagesSebastien Hertz2014-03-282-9/+12
|/ /
* | Change sticky GC ergonomics to use GC throughput.Mathieu Chartier2014-03-278-52/+98
* | Merge "Remove bogus DCHECK."Ian Rogers2014-03-271-1/+0
|\ \ | |/ |/|
| * Remove bogus DCHECK.Ian Rogers2014-03-271-1/+0
* | Merge "Support inlining with breakpoint"Sebastien Hertz2014-03-272-46/+120
|\ \
| * | Support inlining with breakpointSebastien Hertz2014-03-272-46/+120
* | | Merge "Last patch for running tests on ARM64"Andreas Gampe2014-03-272-6/+53
|\ \ \ | |_|/ |/| |
| * | Last patch for running tests on ARM64Andreas Gampe2014-03-272-6/+53
* | | Merge "Handle Array::Memmove within the same array properly."Ian Rogers2014-03-271-36/+49
|\ \ \
| * | | Handle Array::Memmove within the same array properly.Ian Rogers2014-03-271-36/+49
* | | | Merge "Reflection tidying."Ian Rogers2014-03-274-78/+47
|\ \ \ \ | |_|_|/ |/| | |
| * | | Reflection tidying.Ian Rogers2014-03-264-78/+47
| |/ /
* | | Merge "Refactor deoptimization support in debugger"Sebastien Hertz2014-03-278-122/+186
|\ \ \
| * | | Refactor deoptimization support in debuggerSebastien Hertz2014-03-268-122/+186
* | | | Merge "Do not suspend current thread to build stacktrace from DDMS"Sebastien Hertz2014-03-271-15/+23
|\ \ \ \
| * | | | Do not suspend current thread to build stacktrace from DDMSSebastien Hertz2014-03-271-15/+23
* | | | | Merge "Fix alloc tracker locking issue"Sebastien Hertz2014-03-271-11/+16
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix alloc tracker locking issueSebastien Hertz2014-03-261-11/+16
| | |/ / | |/| |
* | | | Merge "Less redundant verification."Mathieu Chartier2014-03-272-5/+6
|\ \ \ \
| * | | | Less redundant verification.Mathieu Chartier2014-03-262-5/+6
| | |_|/ | |/| |
* | | | Add valgrind support to large object map space.Mathieu Chartier2014-03-263-5/+55
|/ / /
* | | Add GC mode for stressing testing heap transitions.Mathieu Chartier2014-03-251-0/+9
|/ /
* | Add missing debugger root visiting.Mathieu Chartier2014-03-2511-94/+208
* | Trampoline and assembly fixes for ARM64Andreas Gampe2014-03-241-2/+4
* | Merge "Refactor object reference visiting logic."Mathieu Chartier2014-03-2417-367/+373
|\ \
| * | Refactor object reference visiting logic.Mathieu Chartier2014-03-2417-367/+373
* | | Merge "Fixes to mem_map wraparound and ARM64 quick_invoke assembly"Andreas Gampe2014-03-242-3/+3
|\ \ \
| * | | Fixes to mem_map wraparound and ARM64 quick_invoke assemblyAndreas Gampe2014-03-212-3/+3
* | | | Merge "Avoid strerror until we are sure there is an error"Andreas Gampe2014-03-241-8/+14
|\ \ \ \ | |_|/ / |/| | |
| * | | Avoid strerror until we are sure there is an errorBrian Carlstrom2014-03-241-8/+14
| |/ /
* | | Refactor and optimize GC code.Mathieu Chartier2014-03-2412-242/+190
|/ /
* | Merge "Deduplicate the code that hardcodes the array header layout."Hiroshi Yamauchi2014-03-212-7/+7
|\ \
| * | Deduplicate the code that hardcodes the array header layout.Hiroshi Yamauchi2014-03-212-7/+7
* | | Merge "Revoke rosalloc thread-local buffers at the checkpoint."Hiroshi Yamauchi2014-03-2117-8/+121
|\ \ \
| * | | Revoke rosalloc thread-local buffers at the checkpoint.Hiroshi Yamauchi2014-03-2117-8/+121
| |/ /
* | | Merge "Don't return null for null utf in AllocFromModifiedUtf8."Mathieu Chartier2014-03-212-7/+5
|\ \ \
| * | | Don't return null for null utf in AllocFromModifiedUtf8.Mathieu Chartier2014-03-212-7/+5
| |/ /
* | | Fix sign problem, implement low-mem mmap wraparoundAndreas Gampe2014-03-212-3/+22
|/ /
* | Improvements to Field.get/set.Ian Rogers2014-03-2110-142/+174