index
:
dalvik.git
kitkat
dalvik
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm
/
CheckJni.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
More consistent JNI error reporting.
Elliott Hughes
2013-08-05
1
-47
/
+49
*
Check JavaVMAttachArgs::version in CheckJNI.
Elliott Hughes
2013-03-13
1
-3
/
+14
*
Change NewDirectByteBuffer to allow NULL if capacity == 0.
Elliott Hughes
2012-12-19
1
-6
/
+0
*
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
1
-15
/
+15
*
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Steve Block
2012-01-06
1
-55
/
+55
*
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
Steve Block
2012-01-05
1
-3
/
+3
*
am 50e01501: Merge "Knock ::self() out of the ParseXml profile." into ics-mr1
Elliott Hughes
2011-11-05
1
-35
/
+40
|
\
|
*
Knock ::self() out of the ParseXml profile.
Elliott Hughes
2011-11-03
1
-35
/
+40
*
|
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
Steve Block
2011-10-26
1
-4
/
+4
|
/
*
Don't say UTF-8 in Dalvik's CheckJNI when we mean Modified UTF-8.
Elliott Hughes
2011-10-07
1
-1
/
+1
*
Enhance CheckJNI to recognize when an type-incompatible jfieldID is used to g...
Elliott Hughes
2011-08-14
1
-6
/
+45
*
Don't use dvmIsValidObject outside the GC.
Elliott Hughes
2011-07-19
1
-8
/
+6
*
Fix the sense of a conditional in the JNI compatibility mode.
Elliott Hughes
2011-07-18
1
-1
/
+1
*
Tidying of the jweak fix.
Elliott Hughes
2011-07-12
1
-10
/
+8
*
Fix the jweak implementation.
Elliott Hughes
2011-07-11
1
-8
/
+10
*
Add JNI app bug workarounds.
Elliott Hughes
2011-07-10
1
-2
/
+7
*
Fix native method logging to show local references rather than direct pointers.
Elliott Hughes
2011-06-30
1
-46
/
+16
*
Improve JNI tracing even further.
Elliott Hughes
2011-06-28
1
-406
/
+346
*
Improve -verbose:jni.
Elliott Hughes
2011-06-28
1
-383
/
+529
*
Clean up IndirectRefTable a bit.
Elliott Hughes
2011-06-21
1
-7
/
+12
*
Make some of the StringObject functions member functions.
Elliott Hughes
2011-06-17
1
-2
/
+2
*
Prefer printf format "%#x" over "0x%x".
Dan Bornstein
2011-05-26
1
-1
/
+1
*
Further conservation of newlines.
Dan Bornstein
2011-05-26
1
-2
/
+2
*
Dump the pending exception before aborting in FindClass.
Elliott Hughes
2011-05-13
1
-1
/
+1
*
Improve diagnostics when an invalid reference is given to Get/Set*Field funct...
Elliott Hughes
2011-05-12
1
-2
/
+6
*
Establish a subclass relationship between ArrayObject and Object.
Carl Shapiro
2011-05-03
1
-2
/
+2
*
Remove the old forcecopy in favor of the new.
Elliott Hughes
2011-04-27
1
-38
/
+24
*
Add -Xjniopts:forcecopy-unmap to catch more errors than forcecopy.
Elliott Hughes
2011-04-26
1
-26
/
+70
*
Move JNIHelp's implementation to C++.
Elliott Hughes
2011-04-25
1
-9
/
+5
*
Fix -Xjniopts:forcecopy, which I broke.
Elliott Hughes
2011-04-21
1
-29
/
+9
*
Start actually using C++ in the JNI implementation.
Elliott Hughes
2011-04-15
1
-1466
/
+1060
*
Switch the JNI code over to C++.
Elliott Hughes
2011-04-14
1
-0
/
+2645