summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Add handler for printing java stack traces for compiled code SIGSEGV.Mathieu Chartier2014-04-0110-74/+148
* 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-0131-799/+948
* | Merge "art: Make calling convention immune to SIRT structure change"Andreas Gampe2014-04-011-2/+7
|\ \
| * | art: Make calling convention immune to SIRT structure changeDmitry Petrochenko2014-04-011-2/+7
* | | Merge "Fix instruction printing for filled-new-array"Andreas Gampe2014-04-011-0/+14
|\ \ \
| * | | Fix instruction printing for filled-new-arrayAndreas Gampe2014-03-311-0/+14
| | |/ | |/|
* | | Merge "Return correct JDWP type tag for array class"Sebastien Hertz2014-04-011-11/+17
|\ \ \ | |_|/ |/| |
| * | Return correct JDWP type tag for array classSebastien Hertz2014-03-311-11/+17
* | | Implement implicit stack overflow checksDave Allison2014-03-317-25/+308
| |/ |/|
* | Merge "Fix a DCHECK failure when causing GC from DDMS."Hiroshi Yamauchi2014-03-313-18/+41
|\ \
| * | Fix a DCHECK failure when causing GC from DDMS.Hiroshi Yamauchi2014-03-283-18/+41
* | | Merge "Remove use of pthread_cond_timedwait_monotonic."Narayan Kamath2014-03-311-5/+9
|\ \ \
| * | | Remove use of pthread_cond_timedwait_monotonic.Narayan Kamath2014-03-201-5/+9
* | | | Merge "Fix non concurrent mark sweep ergonomics."Mathieu Chartier2014-03-281-1/+17
|\ \ \ \
| * | | | Fix non concurrent mark sweep ergonomics.Mathieu Chartier2014-03-281-1/+17
* | | | | Merge "Some fixes for comments and implied conversions."Jeff Hao2014-03-285-19/+19
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Some fixes for comments and implied conversions.Jeff Hao2014-03-285-19/+19
* | | | | 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
|/ / / /