summaryrefslogtreecommitdiffstats
path: root/vm/Sync.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove possilbe leaks in dalvik.You Kim2012-12-211-4/+0
* Merge branch 'jb-mr1-release' of https://android.googlesource.com/platform/da...Steve Kondik2012-11-181-0/+5
|\
| * am 53bc3719: Merge "Fixing a crash when doing lock profiling"Elliott Hughes2012-06-051-0/+5
| |\
| | * Fixing a crash when doing lock profilingMattias Petersson2012-06-051-0/+5
* | | dalvik: Fix various compile failures with gcc 4.6Bernhard Rosenkraenzer2012-07-101-0/+6
|/ /
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-3/+3
* | am 6cd72bd0: Merge "Don\'t pay for filename/line number lookup unless you nee...Elliott Hughes2011-11-051-32/+33
|\|
| * Don't pay for filename/line number lookup unless you need to.Elliott Hughes2011-11-031-32/+33
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-6/+6
|/
* Fix two data races in the monitor code.Carl Shapiro2011-08-151-5/+6
* Improve "waiting on"/"waiting to lock" SIGQUIT dump info.Elliott Hughes2011-06-071-4/+3
* Further conservation of newlines.Dan Bornstein2011-05-261-3/+3
* Consolidate curFrame fields in thread storagebuzbee2011-04-221-3/+4
* Remove DVM_LOCK_INIT and DVM_LOCK_INITIAL_THIN_VALUE.Carl Shapiro2011-04-201-3/+2
* Remove unneeded void argument list declarations.Carl Shapiro2011-04-201-1/+1
* Move the remaining non-compiler VM code into C++.Carl Shapiro2011-04-151-0/+1372