index
:
dalvik.git
kitkat
dalvik
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm
/
Jni.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
dalvik: Fix leak in error condition in FindClass
Ivan Evlogiev
2014-01-28
1
-0
/
+1
*
Support apps that pass JNI_VERSION_1_1 to GetEnv.
Elliott Hughes
2013-09-06
1
-1
/
+3
*
Check JNI versions handed to JNI and JII functions.
Elliott Hughes
2013-08-02
1
-2
/
+16
*
Throw NoSuchMethodError if RegisterNatives fails.
Elliott Hughes
2013-08-01
1
-0
/
+7
*
Disable -Xjnigreflimit.
Elliott Hughes
2013-07-02
1
-48
/
+10
*
Fix minor leaks caused by failed initialization in JNI_CreateJavaVM
You Kim
2013-04-04
1
-0
/
+3
*
Fix a cast in JniEnv::NewDirectByteBuffer.
Elliott Hughes
2013-03-29
1
-1
/
+1
*
Track 64-bit nio changes.
Elliott Hughes
2013-03-29
1
-1
/
+1
*
Track libcore DirectByteBuffer cleanup.
Elliott Hughes
2013-03-27
1
-3
/
+3
*
Check JavaVMAttachArgs::version in CheckJNI.
Elliott Hughes
2013-03-13
1
-2
/
+0
*
Fix a forecopy/forcecopy typo.
Elliott Hughes
2012-12-21
1
-1
/
+1
*
Add JNI statistics to the SIGQUIT output.
Elliott Hughes
2012-12-21
1
-0
/
+26
*
Change NewDirectByteBuffer to allow NULL if capacity == 0.
Elliott Hughes
2012-12-19
1
-18
/
+28
*
Fix ALOGV bit rot.
Elliott Hughes
2012-08-06
1
-1
/
+1
*
Throw ArrayStoreException instead of corrupting the heap.
Elliott Hughes
2012-04-05
1
-1
/
+10
*
Replace malloc() followed by memset() to zero with calloc()
Iliyan Malchev
2012-02-16
1
-2
/
+1
*
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
1
-19
/
+19
*
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Steve Block
2012-01-06
1
-14
/
+14
*
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
Steve Block
2012-01-05
1
-18
/
+18
*
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2012-01-03
1
-12
/
+12
*
am 50e01501: Merge "Knock ::self() out of the ParseXml profile." into ics-mr1
Elliott Hughes
2011-11-05
1
-225
/
+160
|
\
|
*
Knock ::self() out of the ParseXml profile.
Elliott Hughes
2011-11-03
1
-225
/
+160
|
*
DO NOT MERGE: Optimize IndirectRefTable.
Jeff Brown
2011-10-31
1
-1
/
+3
*
|
Optimize IndirectRefTable.
Jeff Brown
2011-10-27
1
-1
/
+3
*
|
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
Steve Block
2011-10-26
1
-8
/
+8
|
/
*
Don't use dvmIsValidObject outside the GC.
Elliott Hughes
2011-07-19
1
-3
/
+1
*
Fix the jweak implementation.
Elliott Hughes
2011-07-11
1
-15
/
+5
*
Add JNI app bug workarounds.
Elliott Hughes
2011-07-10
1
-5
/
+16
*
Remove dead code/unused variables to avoid gcc-4.6 warnings.
Doug Kwan
2011-07-07
1
-2
/
+0
*
Improve a comment.
Elliott Hughes
2011-07-07
1
-1
/
+2
*
Don't abort when a weak global's referent is cleared.
Elliott Hughes
2011-07-06
1
-10
/
+20
*
Fix native method logging to show local references rather than direct pointers.
Elliott Hughes
2011-06-30
1
-186
/
+167
*
Add two new JNI debugging options.
Elliott Hughes
2011-06-30
1
-16
/
+45
*
Improve -verbose:jni.
Elliott Hughes
2011-06-28
1
-3
/
+16
*
Throw NullPointerExceptions with detail messages.
Elliott Hughes
2011-06-23
1
-1
/
+1
*
resolved conflicts for merge of cc8c750a to master
Elliott Hughes
2011-06-23
1
-1
/
+3
*
Fix native methods that weren't registered via RegisterNatives.
Elliott Hughes
2011-06-23
1
-7
/
+7
*
Clean up IndirectRefTable a bit.
Elliott Hughes
2011-06-21
1
-48
/
+36
*
Make some of the StringObject functions member functions.
Elliott Hughes
2011-06-17
1
-18
/
+24
*
Better comments for yesterday's change.
Elliott Hughes
2011-06-15
1
-1
/
+6
*
Allow native methods to declare they don't need a JNIEnv*.
Elliott Hughes
2011-06-14
1
-9
/
+35
*
Fix an issue regarding FindClass and threads without native methods.
Carl Shapiro
2011-06-09
1
-1
/
+2
*
Establish a subclass relationships among the field types.
Carl Shapiro
2011-05-06
1
-4
/
+4
*
Establish a subclass relationship between ArrayObject and Object.
Carl Shapiro
2011-05-03
1
-2
/
+2
*
Type the reference member of JValue as an Object pointer.
Carl Shapiro
2011-04-29
1
-9
/
+9
*
Remove the old forcecopy in favor of the new.
Elliott Hughes
2011-04-27
1
-33
/
+33
*
Add -Xjniopts:forcecopy-unmap to catch more errors than forcecopy.
Elliott Hughes
2011-04-26
1
-69
/
+47
*
Consolidate curFrame fields in thread storage
buzbee
2011-04-22
1
-6
/
+7
*
Remove dvmAllocObjectArray and all of its uses.
Carl Shapiro
2011-04-18
1
-5
/
+5
*
Start actually using C++ in the JNI implementation.
Elliott Hughes
2011-04-15
1
-373
/
+228
[next]