aboutsummaryrefslogtreecommitdiff
path: root/vm/CheckJni.cpp
Commit message (Expand)AuthorAgeFilesLines
* More consistent JNI error reporting.Elliott Hughes2013-08-051-47/+49
* Check JavaVMAttachArgs::version in CheckJNI.Elliott Hughes2013-03-131-3/+14
* Change NewDirectByteBuffer to allow NULL if capacity == 0.Elliott Hughes2012-12-191-6/+0
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-15/+15
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-55/+55
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-051-3/+3
* am 50e01501: Merge "Knock ::self() out of the ParseXml profile." into ics-mr1Elliott Hughes2011-11-051-35/+40
|\
| * Knock ::self() out of the ParseXml profile.Elliott Hughes2011-11-031-35/+40
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-4/+4
|/
* Don't say UTF-8 in Dalvik's CheckJNI when we mean Modified UTF-8.Elliott Hughes2011-10-071-1/+1
* Enhance CheckJNI to recognize when an type-incompatible jfieldID is used to g...Elliott Hughes2011-08-141-6/+45
* Don't use dvmIsValidObject outside the GC.Elliott Hughes2011-07-191-8/+6
* Fix the sense of a conditional in the JNI compatibility mode.Elliott Hughes2011-07-181-1/+1
* Tidying of the jweak fix.Elliott Hughes2011-07-121-10/+8
* Fix the jweak implementation.Elliott Hughes2011-07-111-8/+10
* Add JNI app bug workarounds.Elliott Hughes2011-07-101-2/+7
* Fix native method logging to show local references rather than direct pointers.Elliott Hughes2011-06-301-46/+16
* Improve JNI tracing even further.Elliott Hughes2011-06-281-406/+346
* Improve -verbose:jni.Elliott Hughes2011-06-281-383/+529
* Clean up IndirectRefTable a bit.Elliott Hughes2011-06-211-7/+12
* Make some of the StringObject functions member functions.Elliott Hughes2011-06-171-2/+2
* Prefer printf format "%#x" over "0x%x".Dan Bornstein2011-05-261-1/+1
* Further conservation of newlines.Dan Bornstein2011-05-261-2/+2
* Dump the pending exception before aborting in FindClass.Elliott Hughes2011-05-131-1/+1
* Improve diagnostics when an invalid reference is given to Get/Set*Field funct...Elliott Hughes2011-05-121-2/+6
* Establish a subclass relationship between ArrayObject and Object.Carl Shapiro2011-05-031-2/+2
* Remove the old forcecopy in favor of the new.Elliott Hughes2011-04-271-38/+24
* Add -Xjniopts:forcecopy-unmap to catch more errors than forcecopy.Elliott Hughes2011-04-261-26/+70
* Move JNIHelp's implementation to C++.Elliott Hughes2011-04-251-9/+5
* Fix -Xjniopts:forcecopy, which I broke.Elliott Hughes2011-04-211-29/+9
* Start actually using C++ in the JNI implementation.Elliott Hughes2011-04-151-1466/+1060
* Switch the JNI code over to C++.Elliott Hughes2011-04-141-0/+2645