1. 128c52c Fix invalid root detection using wrong function to find space from object. by Mathieu Chartier · 12 years ago
  2. 7469ebf Refactor and remove copy mark bits. by Mathieu Chartier · 12 years ago
  3. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  4. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  5. 9da7f59 Remove bogus assert in JniAbort. by Ian Rogers · 12 years ago
  6. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  7. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  8. 0399dde Remove Frame, merge shadow and quick representations. by Ian Rogers · 12 years ago
  9. 3f6635a Improve JniAbort (and JNI tests). by Elliott Hughes · 12 years ago
  10. 7b9d996 Tidy up some C-isms. by Elliott Hughes · 12 years ago
  11. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 12 years ago
  12. b264f08 Implement native method return value and upcall argument type checking. by Elliott Hughes · 12 years ago
  13. 0f3c553 Kill constants.h and fix some copyright headers. by Elliott Hughes · 12 years ago
  14. 28f1a14 Implement LLVM version of jni_compiler to pass 17 jni_compiler tests. by TDYa127 · 12 years ago
  15. 81ff318 Nomenclature improvements. by Elliott Hughes · 12 years ago
  16. e84278b Stop saying "clazz". by Elliott Hughes · 12 years ago
  17. 88c5c35 Make CheckJNI and JNI workarounds mutually exclusive... by Elliott Hughes · 12 years ago
  18. a8c7418 Ensure we get native stack traces from libcorkscrew for CheckJNI aborts. by Elliott Hughes · 12 years ago
  19. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 12 years ago
  20. a15e67d Remove pad word from arrays by Ian Rogers · 12 years ago
  21. f1a5adc Reduce StringPiece usage a bit. by Elliott Hughes · 12 years ago
  22. 959f8ed Don't abort DeleteLocalRef for an argument to a method by Ian Rogers · 12 years ago
  23. a92853e Spot NULL jobjects passed to MonitorEnter/MonitorExit. by Elliott Hughes · 12 years ago
  24. ba8eee1 Remove more lint. by Elliott Hughes · 13 years ago
  25. c2dc62d Wire up work_around_app_jni_bugs. by Elliott Hughes · 13 years ago
  26. 92cb498 Fix some Mac OS size_t versus int complaints. by Elliott Hughes · 13 years ago
  27. 4dd9b4d Clean up verbose logging. by Elliott Hughes · 13 years ago
  28. 485cac4 Harden -Xcheck:jni so we can log non-classes passed as jclasses. by Elliott Hughes · 13 years ago
  29. 3d30d9b Fix detaching a debugger while threads are suspended. by Elliott Hughes · 13 years ago
  30. d07986f Implement JDWP InvokeMethod and breakpoints on exception throwing. by Elliott Hughes · 13 years ago
  31. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 13 years ago
  32. dbb4079 Start implementing jdb "locals". by Elliott Hughes · 13 years ago
  33. 906e685 Fix the unintelligible IsValidClassName API by breaking it into three. by Elliott Hughes · 13 years ago
  34. 6b4ef02 Make ResolveField not rely on Field::GetType resolution by Brian Carlstrom · 13 years ago
  35. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 13 years ago
  36. 3b6baaa Bring our native stack usage down. by Elliott Hughes · 13 years ago
  37. 3064683 Fix the double-OOME case again. by Elliott Hughes · 13 years ago
  38. 726079d Finish the OutOfMemoryError implementation. by Elliott Hughes · 13 years ago
  39. 78090d1 Don't say UTF-8 in an error message when we mean Modified UTF-8. by Elliott Hughes · 13 years ago
  40. 32ae6e3 Improve -Xcheck:jni handling of jfieldIDs and jmethodIDs. by Elliott Hughes · 13 years ago
  41. 5d40f18 Fixes for "null instanceof" and class initialization by Brian Carlstrom · 13 years ago
  42. 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
  43. 64bf5a3 Implement VMClassLoader's native methods. by Elliott Hughes · 13 years ago
  44. 54e7df1 Various bits of cleanup. by Elliott Hughes · 13 years ago
  45. 1619286 Add oat file generation and tests to build by Brian Carlstrom · 13 years ago
  46. 5ee7a8b Implement sun.misc.Unsafe and fix the jfieldID/jmethodID leak. by Elliott Hughes · 13 years ago
  47. 2ed6739 Move Method shorty to managed heap by Brian Carlstrom · 13 years ago
  48. 69b15fb Working dex2oat and oatexec by Brian Carlstrom · 13 years ago
  49. d92bec4 More SIGQUIT handling, various Thread fixes. by Elliott Hughes · 13 years ago
  50. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 13 years ago
  51. a095764 Add back the dalvik-style JNI logging and tracing. by Elliott Hughes · 13 years ago
  52. bf86d04 Start adding implementations for runtime-provided native methods. by Elliott Hughes · 13 years ago
  53. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 13 years ago
  54. c5bfa8f Add back the work-arounds for broken apps that assume JNI uses direct references. by Elliott Hughes · 13 years ago
  55. a250199 Add -Xcheck:jni. by Elliott Hughes · 13 years ago