1. 906e685 Fix the unintelligible IsValidClassName API by breaking it into three. by Elliott Hughes · 13 years ago
  2. 6b4ef02 Make ResolveField not rely on Field::GetType resolution by Brian Carlstrom · 13 years ago
  3. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 13 years ago
  4. 3b6baaa Bring our native stack usage down. by Elliott Hughes · 13 years ago
  5. 3064683 Fix the double-OOME case again. by Elliott Hughes · 13 years ago
  6. 726079d Finish the OutOfMemoryError implementation. by Elliott Hughes · 13 years ago
  7. 78090d1 Don't say UTF-8 in an error message when we mean Modified UTF-8. by Elliott Hughes · 13 years ago
  8. 32ae6e3 Improve -Xcheck:jni handling of jfieldIDs and jmethodIDs. by Elliott Hughes · 13 years ago
  9. 5d40f18 Fixes for "null instanceof" and class initialization by Brian Carlstrom · 13 years ago
  10. e608763 Dump the pending exception when CheckJNI spots a call to a function that requires there to be no pending exception. by Elliott Hughes · 13 years ago
  11. 64bf5a3 Implement VMClassLoader's native methods. by Elliott Hughes · 13 years ago
  12. 54e7df1 Various bits of cleanup. by Elliott Hughes · 13 years ago
  13. 1619286 Add oat file generation and tests to build by Brian Carlstrom · 13 years ago
  14. 5ee7a8b Implement sun.misc.Unsafe and fix the jfieldID/jmethodID leak. by Elliott Hughes · 13 years ago
  15. 2ed6739 Move Method shorty to managed heap by Brian Carlstrom · 13 years ago
  16. 69b15fb Working dex2oat and oatexec by Brian Carlstrom · 14 years ago
  17. d92bec4 More SIGQUIT handling, various Thread fixes. by Elliott Hughes · 14 years ago
  18. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 14 years ago
  19. a095764 Add back the dalvik-style JNI logging and tracing. by Elliott Hughes · 14 years ago
  20. bf86d04 Start adding implementations for runtime-provided native methods. by Elliott Hughes · 14 years ago
  21. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 14 years ago
  22. c5bfa8f Add back the work-arounds for broken apps that assume JNI uses direct references. by Elliott Hughes · 14 years ago
  23. a250199 Add -Xcheck:jni. by Elliott Hughes · 14 years ago