1. 87583b3 ART: Move RegisterNatives helper by Andreas Gampe · 7 years ago
  2. a14100c ART: More header cleanup - jni_internal.h by Andreas Gampe · 7 years ago
  3. 3b6f440 jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI. by Igor Murashkin · 7 years ago
  4. 08883de ART: Refactor jfieldID handling by Andreas Gampe · 8 years ago
  5. 13b2784 ART: Refactor jmethodID handling by Andreas Gampe · 8 years ago
  6. 0dd8c39 Track libcore change aa517a356a38b8cd6764667e1edd735aaf5978e9. by Narayan Kamath · 8 years ago
  7. 4d87df6 Improve handling of daemon threads after runtime shutdown by Mathieu Chartier · 8 years ago
  8. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 10 years ago
  9. 94f7b49 Add GcRoot to clean up and enforce read barriers. by Hiroshi Yamauchi · 10 years ago
  10. 576ca0c Reduce header files including header files. by Ian Rogers · 10 years ago
  11. 196851b Add read barriers for the weak roots in the JNI weak globals. by Hiroshi Yamauchi · 10 years ago
  12. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 10 years ago
  13. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 10 years ago
  14. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 10 years ago
  15. 35aef2c Fix race condition between GCDaemon and DeleteLocalReference by Yevgeny Rouban · 10 years ago
  16. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  17. c56057e Add lockless SynchronizedGet for indirect reference table. by Mathieu Chartier · 10 years ago
  18. 987560f Remove support for app JNI workarounds. by Ian Rogers · 10 years ago
  19. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 10 years ago
  20. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 10 years ago
  21. 491ca9e Add ART -help and -showversion by Brian Carlstrom · 10 years ago
  22. fd14755 Merge "Work in the direction of hard float quick ABIs." by Ian Rogers · 10 years ago
  23. 0177e53 Work in the direction of hard float quick ABIs. by Ian Rogers · 10 years ago
  24. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 10 years ago
  25. 055d46c Add missing SIRT to LoadNativeLibrary. by Mathieu Chartier · 10 years ago
  26. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  27. 1eb512d Fast JNI support. by Ian Rogers · 11 years ago
  28. 810b1d7 resolved conflicts for merge of bb0140e0 to dalvik-dev by Mathieu Chartier · 11 years ago
  29. c11d9b8 Re-enable concurrent system weak sweeping. by Mathieu Chartier · 11 years ago
  30. 6aa3df9 Refactor system weak sweeping, add support for modification. by Mathieu Chartier · 11 years ago
  31. b8a0b94 Switch JNI globals lock to reader-writer. by Ian Rogers · 11 years ago
  32. abd7be9 Prevent segvs in JNI. by Ian Rogers · 11 years ago
  33. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  34. 848871b Entry point clean up. by Ian Rogers · 11 years ago
  35. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  36. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/jni_internal.h]
  37. 2010a60 Disable -Xjnigreflimit: in art too. by Elliott Hughes · 11 years ago
  38. 79fe539 Removing remaining compiled stubs from image. by Jeff Hao · 11 years ago
  39. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 11 years ago
  40. 6474d19 Remove use of compiled invoke stubs from portable. by Jeff Hao · 11 years ago
  41. 5d91730 Changes to remove need for compiled invoke stubs for quick. by Jeff Hao · 11 years ago
  42. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 11 years ago
  43. 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 11 years ago
  44. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 11 years ago
  45. 2fa6b2e Interpreter. by Ian Rogers · 12 years ago
  46. 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
  47. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  48. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  49. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  50. 3f6635a Improve JniAbort (and JNI tests). by Elliott Hughes · 12 years ago
  51. f834936 Use static thread safety analysis when available, and fix the bugs GCC finds. by Elliott Hughes · 12 years ago
  52. a4f9474 Finish cleanup of class/field/method caching. by Elliott Hughes · 12 years ago
  53. eac7667 DO NOT MERGE Fix all unsafe caching to be like libcore. by Elliott Hughes · 12 years ago
  54. 73e66f7 Tidy up and finish reference table dumping. by Elliott Hughes · 12 years ago
  55. ae80b49 Include JNI details in the SIGQUIT output. by Elliott Hughes · 12 years ago
  56. b264f08 Implement native method return value and upcall argument type checking. by Elliott Hughes · 12 years ago
  57. 88c5c35 Make CheckJNI and JNI workarounds mutually exclusive... by Elliott Hughes · 12 years ago
  58. 45619fc Allocate small arg arrays on the stack by Ian Rogers · 12 years ago
  59. 2faa5f1 Fix copyright headers. by Elliott Hughes · 12 years ago
  60. 844f9a0 You can't call initCause on a ClassNotFoundException. by Elliott Hughes · 12 years ago
  61. c2dc62d Wire up work_around_app_jni_bugs. by Elliott Hughes · 12 years ago
  62. 4dd9b4d Clean up verbose logging. by Elliott Hughes · 12 years ago
  63. d07986f Implement JDWP InvokeMethod and breakpoints on exception throwing. by Elliott Hughes · 13 years ago
  64. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 13 years ago
  65. 4ffd313 Implement the zygote debug options (late-enabling -Xcheck:jni and so on). by Elliott Hughes · 13 years ago
  66. bb1e8f0 Implement -Xjnigreflimit. by Elliott Hughes · 13 years ago
  67. a51a3dd Add missing 'explicit's on single-argument constructors. by Elliott Hughes · 13 years ago
  68. 2ced6a5 Implement EnsureCapacity, PushLocalFrame, and PopLocalFrame. by Elliott Hughes · 13 years ago
  69. dfcdf1a Proxy invocation stub. by Ian Rogers · 13 years ago
  70. 5a7a74a Support for JNI local reference cookie. by Ian Rogers · 13 years ago
  71. 418d20f Implement reflective method invocation. by Elliott Hughes · 13 years ago
  72. dc51b79 Save/restore local table state on down calls. by Ian Rogers · 13 years ago
  73. f91c8c3 Adding JNI code for dalvik.system.DexFile and java.lang.Class by Brian Carlstrom · 13 years ago
  74. 9d5ccec Implement as much of VMDebug as we can reasonably do right now. by Elliott Hughes · 13 years ago
  75. 85d1545 Add packing to class Thread. by Elliott Hughes · 13 years ago
  76. 5ee7a8b Implement sun.misc.Unsafe and fix the jfieldID/jmethodID leak. by Elliott Hughes · 13 years ago
  77. 31384c5 Generating stub code for registering a jni function at runtime. by Shih-wei Liao · 13 years ago
  78. 8daa092 More threads work. by Elliott Hughes · 13 years ago
  79. 02b48d1 Sketch out detaching threads (with partial implementation). by Elliott Hughes · 13 years ago
  80. a095764 Add back the dalvik-style JNI logging and tracing. by Elliott Hughes · 13 years ago
  81. 410c0c8 Mark more roots. by Elliott Hughes · 13 years ago
  82. cf4c6c4 Fully implement string interning. by Elliott Hughes · 13 years ago
  83. bf86d04 Start adding implementations for runtime-provided native methods. by Elliott Hughes · 13 years ago
  84. c5bfa8f Add back the work-arounds for broken apps that assume JNI uses direct references. by Elliott Hughes · 13 years ago
  85. a250199 Add -Xcheck:jni. by Elliott Hughes · 13 years ago
  86. c1674ed Make valgrind happier and stop us leaking so much we can can't run the tests on a device. by Elliott Hughes · 13 years ago
  87. 79082e3 Add the runtime lookup of native method implementations. by Elliott Hughes · 13 years ago
  88. 7577075 Finish off the new JNI implementation. by Elliott Hughes · 13 years ago
  89. b465ab0 Implement the direct ByteBuffer JNI functions, GetObjectRefType, and the string region functions. by Elliott Hughes · 13 years ago
  90. 69f5bc6 If JNIEnvExt is-a JNIEnv, we can lose a bunch of reinterpret_casts. by Elliott Hughes · 13 years ago
  91. 814e403 Add some missing JNI string functions, GetObjectArrayElement, and all the primitive array region functions. by Elliott Hughes · 13 years ago
  92. de69d7f Clean up mutexes on shutdown. by Elliott Hughes · 13 years ago
  93. 18c0753 Initialize the rest of libcore's native code. by Elliott Hughes · 13 years ago
  94. c5f7c91 Switch to indirect references rather than direct pointers. by Elliott Hughes · 13 years ago
  95. 0af5543 Code for loading shared libraries and calling JNI_OnLoad. by Elliott Hughes · 13 years ago
  96. 6c1a394 Add IndirectReferenceTable and initialize all the instances. by Elliott Hughes · 13 years ago
  97. a04d397 Issue 5177609: remove Monitor(Enter|Exit)Helper by Ian Rogers · 13 years ago
  98. 515a5bc Add the -Xcheck:jni option. by Elliott Hughes · 13 years ago
  99. bbd7671 Add the two ReferenceTables. by Elliott Hughes · 13 years ago
  100. f2682d5 Fix the invocation interface. by Elliott Hughes · 13 years ago