aboutsummaryrefslogtreecommitdiff
path: root/vm/native/java_lang_Class.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Invert sense of a test.Ian Rogers2013-09-241-1/+1
| | | | | | Bug 10907247 Change-Id: I0665cce648dd892db4cc59e82c325b376dad97dd
* Narrow the scope of a lock on dex to avoid deadlock.Ian Rogers2013-09-231-5/+6
| | | | | Bug: 10899202. Change-Id: I6247f895a11b41a70d7f43562d868dd91e8b1a91
* Fix Class.getDex.Elliott Hughes2013-07-311-1/+1
| | | | | | | | Dalvik doesn't check its own .so when looking for JNI methods, so manually register Class.getDex. Also fix a bug in that native method's implementation. Change-Id: Ic87484fac888e9eea0e5d51a2d2447eee860ece5
* Implement the dalvik side of libcore.reflect.Elliott Hughes2013-07-291-1/+47
| | | | | | (Cherry-pick of b4d5cf78d4731ffc6211d07a0d69c92c559ba792.) Change-Id: I5d1b41f029c9c49a2d60a066a5fb0ed0f52f4b52
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
| | | | | | | | | See https://android-git.corp.google.com/g/#/c/157220 Also fix an occurrence of LOGW missed in an earlier change. Bug: 5449033 Change-Id: I2e3b23839e6dcd09015d6402280e9300c75e3406
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-1/+1
| | | | | | | See https://android-git.corp.google.com/g/157065 Bug: 5449033 Change-Id: Ia5d301248024df26c2a29dabdfe738e39ec87c82
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-4/+4
| | | | | | | See https://android-git.corp.google.com/g/156016 Bug: 5449033 Change-Id: Ic663376d1ad6a6cb14bf81405ad9afd247cf2f60
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-7/+7
| | | | | | | See https://android-git.corp.google.com/g/#/c/143865 Bug: 5449033 Change-Id: I8bd96961e369a08e86ff78b82d90f20f42787eb1
* Throw NullPointerExceptions with detail messages.Elliott Hughes2011-06-231-1/+1
| | | | | Bug: 4905110 Change-Id: Iebcc45049c1ea14ceef6d44a19dd8cb618392101
* Further conservation of newlines.Dan Bornstein2011-05-261-13/+13
| | | | | | Friends don't let friends end LOG() strings with newlines. Change-Id: I5a18c766c90c4ab5f03caa6acd601d34d91beb00
* Consolidate curFrame fields in thread storagebuzbee2011-04-221-1/+1
| | | | | | | We ended up with two locations in the Thread structure for saved Dalvik frame pointer. This change consolidates them. Change-Id: I78f288e4e57e232f29663be930101e775bfe370f
* Convert the internal and in-line natives to C++.Carl Shapiro2011-04-121-0/+828
Change-Id: I2ece682bc3b4d3b55ab27c60fd84a0b3243d7ca6