1. cdd1d2d Move JNI compiler tests to use pure JNI. by Ian Rogers · 14 years ago
  2. bfaadc8 Replace a dangerous function with the convenience function callers actually want. by Elliott Hughes · 14 years ago
  3. de69d7f Clean up mutexes on shutdown. by Elliott Hughes · 14 years ago
  4. 18c0753 Initialize the rest of libcore's native code. by Elliott Hughes · 14 years ago
  5. c5f7c91 Switch to indirect references rather than direct pointers. by Elliott Hughes · 14 years ago
  6. 4b3b727 Add vogar-like --invoke-with to 'art', and fix a bug valgrind finds. by Elliott Hughes · 14 years ago
  7. 0af5543 Code for loading shared libraries and calling JNI_OnLoad. by Elliott Hughes · 14 years ago
  8. 6c1a394 Add IndirectReferenceTable and initialize all the instances. by Elliott Hughes · 14 years ago
  9. a04d397 Issue 5177609: remove Monitor(Enter|Exit)Helper by Ian Rogers · 14 years ago
  10. 515a5bc Add the -Xcheck:jni option. by Elliott Hughes · 14 years ago
  11. 4dd71f1 Implement various JNI internals. Fix off by 1 bug. by Ian Rogers · 14 years ago
  12. bbd7671 Add the two ReferenceTables. by Elliott Hughes · 14 years ago
  13. a5b897e Add semi-functional exception throwing. by Elliott Hughes · 14 years ago
  14. 83ab4f3 Add an implementation of GetMethodID. by Carl Shapiro · 14 years ago
  15. 289da82 Add bounds checking to our internal array get/set methods. by Elliott Hughes · 14 years ago
  16. 8a26c5c Implement NewStringUTF and SetObjectArrayElement. by Elliott Hughes · 14 years ago
  17. f2682d5 Fix the invocation interface. by Elliott Hughes · 14 years ago
  18. 0d666d8 Fix JNI compiler for synchronized methods. by Ian Rogers · 14 years ago
  19. 4e777d4 Revisions to "First pass of ImageWriter" by Brian Carlstrom · 14 years ago
  20. d8ddfd5 Implement JNI NewBooleanArray et cetera. by Elliott Hughes · 14 years ago
  21. 3cd987f Pass the correct Thread* when calling back into Java. by Elliott Hughes · 14 years ago
  22. db4d540 First pass of ImageWriter by Brian Carlstrom · 14 years ago
  23. 9b9ba28 Implement upcalls with compiled JNI callback bridges. by Carl Shapiro · 14 years ago
  24. 53b6131 Use the UNIMPLEMENTED macro everywhere. by Elliott Hughes · 14 years ago
  25. b20a554 Implement a few of the easy JNI functions. by Elliott Hughes · 14 years ago
  26. 330304d Create JNIEnv*s on the right threads. by Elliott Hughes · 14 years ago
  27. 22f4093 Add ScopedJniThreadState. by Elliott Hughes · 14 years ago
  28. c7ac37f Be more specific when we exit because of an unimplemented JNI call. by Elliott Hughes · 14 years ago
  29. 6b43685 Translate JNI class descriptors into regular class descriptors in FindClass. by Elliott Hughes · 14 years ago
  30. 40ef99e Start implementing JNI. by Elliott Hughes · 14 years ago
  31. ea4dca8 Add stub implementations for the JNI native and invoke interfaces. by Carl Shapiro · 14 years ago
  32. fc322c7 Initialize the bootstrap class path from standard sources. by Carl Shapiro · 14 years ago
  33. 2ed144c Preliminary implementation of the JNI invocation interface. by Carl Shapiro · 14 years ago
  34. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 14 years ago
  35. df20fe0 Support for synchronized native methods. by Ian Rogers · 14 years ago