summaryrefslogtreecommitdiffstats
path: root/runtime/monitor.cc
Commit message (Expand)AuthorAgeFilesLines
* Add monitor deflation.Mathieu Chartier2014-04-071-10/+32
* Fix ThreadStress, unify ANR lock descriptions.Ian Rogers2014-04-011-35/+36
* Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers2014-04-011-39/+43
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-061-5/+16
* Remove using mirror::* in jni internal.Mathieu Chartier2014-02-141-5/+6
* Add root types and thread id to root visiting.Mathieu Chartier2014-02-111-2/+2
* Object model changes to support 64bit.Ian Rogers2014-02-061-8/+10
* Tidy up memory barriers.Ian Rogers2013-12-201-2/+3
* Fix races in thread list Unregister.Mathieu Chartier2013-12-051-2/+1
* Fix portable + mips build.Mathieu Chartier2013-11-121-1/+4
* Compacting collector.Mathieu Chartier2013-11-111-19/+78
* Lazily compute object identity hash codes.Mathieu Chartier2013-10-311-5/+15
* Add missing null check in monitor install.Mathieu Chartier2013-10-301-1/+1
* Fix object identity hash.Mathieu Chartier2013-10-291-38/+84
* Notify doesn't inflate, rename helper.Ian Rogers2013-10-111-1/+1
* Inflate contended lock word by suspending owner.Ian Rogers2013-10-021-397/+330
* resolved conflicts for merge of bb0140e0 to dalvik-devMathieu Chartier2013-09-201-2/+20
|\
| * Re-enable concurrent system weak sweeping.Mathieu Chartier2013-09-201-2/+20
* | Refactor system weak sweeping, add support for modification.Mathieu Chartier2013-09-171-3/+11
* | Tweak an unusual monitor log message.Ian Rogers2013-09-111-2/+1
|/
* Don't scan image space when starting runtime.Ian Rogers2013-08-231-0/+25
* Fix up TODO: c++0x, update cpplint.Mathieu Chartier2013-08-161-3/+1
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-5/+5
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-3/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+1016