1. d8ddfd5 Implement JNI NewBooleanArray et cetera. by Elliott Hughes · 13 years ago
  2. 3cd987f Pass the correct Thread* when calling back into Java. by Elliott Hughes · 13 years ago
  3. db4d540 First pass of ImageWriter by Brian Carlstrom · 13 years ago
  4. 9b9ba28 Implement upcalls with compiled JNI callback bridges. by Carl Shapiro · 13 years ago
  5. 53b6131 Use the UNIMPLEMENTED macro everywhere. by Elliott Hughes · 13 years ago
  6. b20a554 Implement a few of the easy JNI functions. by Elliott Hughes · 13 years ago
  7. 330304d Create JNIEnv*s on the right threads. by Elliott Hughes · 13 years ago
  8. 22f4093 Add ScopedJniThreadState. by Elliott Hughes · 13 years ago
  9. c7ac37f Be more specific when we exit because of an unimplemented JNI call. by Elliott Hughes · 13 years ago
  10. 6b43685 Translate JNI class descriptors into regular class descriptors in FindClass. by Elliott Hughes · 13 years ago
  11. 40ef99e Start implementing JNI. by Elliott Hughes · 13 years ago
  12. ea4dca8 Add stub implementations for the JNI native and invoke interfaces. by Carl Shapiro · 13 years ago
  13. fc322c7 Initialize the bootstrap class path from standard sources. by Carl Shapiro · 13 years ago
  14. 2ed144c Preliminary implementation of the JNI invocation interface. by Carl Shapiro · 13 years ago
  15. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 13 years ago
  16. df20fe0 Support for synchronized native methods. by Ian Rogers · 13 years ago