summaryrefslogtreecommitdiffstats
path: root/runtime/jni_internal.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix FindFieldID to use class's classloader to find field type." into k...Jeff Hao2014-03-131-2/+2
|\
| * Fix FindFieldID to use class's classloader to find field type.Jeff Hao2014-02-241-2/+2
* | Fix NewLocalRef, NewGlobalRef to handle cleared weak globals.Mathieu Chartier2014-03-101-8/+11
|/
* Have JNI FindClass fall back to system ClassLoaderBrian Carlstrom2013-10-101-6/+24
* Re-enable concurrent system weak sweeping.Mathieu Chartier2013-09-201-27/+63
* Support apps that pass JNI_VERSION_1_1 to GetEnv.Elliott Hughes2013-09-061-1/+4
* Allow NULL JNI arguments for length 0 memcpys.Ian Rogers2013-08-211-4/+9
* Switch JNI globals lock to reader-writer.Ian Rogers2013-08-201-10/+10
* Fix PushLocalFrame(0).Elliott Hughes2013-08-201-2/+2
* Merge "Fix up TODO: c++0x, update cpplint." into dalvik-devMathieu Chartier2013-08-161-7/+5
|\
| * Fix up TODO: c++0x, update cpplint.Mathieu Chartier2013-08-161-7/+5
* | Prevent segvs in JNI.Ian Rogers2013-08-151-125/+379
|/
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-46/+74
* Not all shared libraries have a JNI_OnLoad.Elliott Hughes2013-08-021-0/+1
* Handle JNI_ERR results from JNI_OnLoad functions specially.Elliott Hughes2013-08-021-6/+9
* Fix NewLocalRef to use AddLocalReference.Elliott Hughes2013-07-291-5/+1
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-13/+13
* Fix cpplint build/namespaces issuesBrian Carlstrom2013-07-181-1/+17
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+2958