1. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 13 years ago
  2. 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
  3. 8a48741 Allow compilation of classes in different ClassLoaders by Brian Carlstrom · 13 years ago
  4. a250199 Add -Xcheck:jni. by Elliott Hughes · 13 years ago
  5. 9f30b38 Externalize test code by Brian Carlstrom · 13 years ago
  6. 79082e3 Add the runtime lookup of native method implementations. by Elliott Hughes · 13 years ago
  7. 7577075 Finish off the new JNI implementation. by Elliott Hughes · 13 years ago
  8. b465ab0 Implement the direct ByteBuffer JNI functions, GetObjectRefType, and the string region functions. by Elliott Hughes · 13 years ago
  9. 5174fe6 Add the condition variable to System.loadLibrary and implement UnregisterNatives. by Elliott Hughes · 13 years ago
  10. 814e403 Add some missing JNI string functions, GetObjectArrayElement, and all the primitive array region functions. by Elliott Hughes · 13 years ago
  11. e5b0dc8 Add "class Throwable" and rewrite exception throwing to use JNI. by Elliott Hughes · 13 years ago
  12. 37f7a40 Implement more of the exception/object/class JNI functions. by Elliott Hughes · 13 years ago
  13. 885c3bd Implement field access (and a few other bits and bobs). by Elliott Hughes · 13 years ago
  14. bd93599 Add JNI GetArrayLength and start throwing from FindClass. by Elliott Hughes · 13 years ago
  15. c143c55 Updating the compiler to use the new-world model by buzbee · 13 years ago
  16. a663ea5 Initialize ClassLinker from image by Brian Carlstrom · 13 years ago
  17. cdf5312 Implement jfieldID and jmethodID properly. by Elliott Hughes · 13 years ago
  18. cdd1d2d Move JNI compiler tests to use pure JNI. by Ian Rogers · 13 years ago
  19. 18c0753 Initialize the rest of libcore's native code. by Elliott Hughes · 13 years ago
  20. f734cf5 Add ParsedOptions test (and migrate RuntimeTest to CommonTest) by Brian Carlstrom · 13 years ago
  21. 4dd71f1 Implement various JNI internals. Fix off by 1 bug. by Ian Rogers · 13 years ago
  22. a5b897e Add semi-functional exception throwing. by Elliott Hughes · 13 years ago
  23. 289da82 Add bounds checking to our internal array get/set methods. by Elliott Hughes · 13 years ago
  24. 8a26c5c Implement NewStringUTF and SetObjectArrayElement. by Elliott Hughes · 13 years ago
  25. f2682d5 Fix the invocation interface. by Elliott Hughes · 13 years ago
  26. d8ddfd5 Implement JNI NewBooleanArray et cetera. by Elliott Hughes · 13 years ago
  27. 9b9ba28 Implement upcalls with compiled JNI callback bridges. by Carl Shapiro · 13 years ago
  28. c7ac37f Be more specific when we exit because of an unimplemented JNI call. by Elliott Hughes · 13 years ago
  29. 0c9cd56 Add tests for JNI FindClass. by Elliott Hughes · 13 years ago