1. c5bfa8f Add back the work-arounds for broken apps that assume JNI uses direct references. by Elliott Hughes · 14 years ago
  2. a250199 Add -Xcheck:jni. by Elliott Hughes · 14 years ago
  3. c1674ed Make valgrind happier and stop us leaking so much we can can't run the tests on a device. by Elliott Hughes · 14 years ago
  4. 79082e3 Add the runtime lookup of native method implementations. by Elliott Hughes · 14 years ago
  5. 7577075 Finish off the new JNI implementation. by Elliott Hughes · 14 years ago
  6. b465ab0 Implement the direct ByteBuffer JNI functions, GetObjectRefType, and the string region functions. by Elliott Hughes · 14 years ago
  7. 69f5bc6 If JNIEnvExt is-a JNIEnv, we can lose a bunch of reinterpret_casts. by Elliott Hughes · 14 years ago
  8. 814e403 Add some missing JNI string functions, GetObjectArrayElement, and all the primitive array region functions. by Elliott Hughes · 14 years ago
  9. de69d7f Clean up mutexes on shutdown. by Elliott Hughes · 14 years ago
  10. 18c0753 Initialize the rest of libcore's native code. by Elliott Hughes · 14 years ago
  11. c5f7c91 Switch to indirect references rather than direct pointers. by Elliott Hughes · 14 years ago
  12. 0af5543 Code for loading shared libraries and calling JNI_OnLoad. by Elliott Hughes · 14 years ago
  13. 6c1a394 Add IndirectReferenceTable and initialize all the instances. by Elliott Hughes · 14 years ago
  14. a04d397 Issue 5177609: remove Monitor(Enter|Exit)Helper by Ian Rogers · 14 years ago
  15. 515a5bc Add the -Xcheck:jni option. by Elliott Hughes · 14 years ago
  16. bbd7671 Add the two ReferenceTables. by Elliott Hughes · 14 years ago
  17. f2682d5 Fix the invocation interface. by Elliott Hughes · 14 years ago
  18. 40ef99e Start implementing JNI. by Elliott Hughes · 14 years ago
  19. ea4dca8 Add stub implementations for the JNI native and invoke interfaces. by Carl Shapiro · 14 years ago
  20. 2ed144c Preliminary implementation of the JNI invocation interface. by Carl Shapiro · 14 years ago
  21. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 14 years ago
  22. df20fe0 Support for synchronized native methods. by Ian Rogers · 14 years ago