1. 9e734c7 Create dex subdirectory by David Sehr · 6 years ago
  2. 473191c ART: Clean up library loading by Andreas Gampe · 6 years ago
  3. aadcbc6 ART: Refactor Agent into Agent and AgentSpec by Andreas Gampe · 6 years ago
  4. 55256cb Extensions to check JNI. by Ian Rogers · 6 years ago
  5. 373a9b5 ART: Depend on libnativehelper headers only by Andreas Gampe · 7 years ago
  6. 4548534 ART: Fix allocation tracking by Andreas Gampe · 7 years ago
  7. 1b35b46 ART: Add allocation tracking to JNI global refs by Andreas Gampe · 7 years ago
  8. 2565112 ART: Refactor IRT:Add by Andreas Gampe · 7 years ago
  9. fd03f1e ART: Improve double-JNI-load exception message by Andreas Gampe · 7 years ago
  10. 335ee58 ART: Fix incorrect logging by Andreas Gampe · 7 years ago
  11. e431e27 art: use proper nativehelper headers by Steven Moreland · 7 years ago
  12. 57cf00b ART: Remove old object_callbacks.h includes by Andreas Gampe · 7 years ago
  13. 46e75d0 Avoid holding mutator lock while calling dlsym by Mathieu Chartier · 7 years ago
  14. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 7 years ago
  15. d490129 ART: Clean up heap headers by Andreas Gampe · 7 years ago
  16. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 7 years ago
  17. 65af20b Agent libraries need to be searched for JNI functions by Alex Light · 7 years ago
  18. 41d14c5 Revert "Avoid JNI usage error when JNI_OnLoad throws" by Igor Murashkin · 7 years ago
  19. d111f90 Avoid JNI usage error when JNI_OnLoad throws by Daniel Colascione · 7 years ago
  20. 85a78cf Revert^2: "Make sigchain actually own the signal chain."" by Josh Gao · 7 years ago
  21. 33dca56 Revert "Make sigchain actually own the signal chain." by Jin Qian · 7 years ago
  22. 7600fa9 Make sigchain actually own the signal chain. by Josh Gao · 7 years ago
  23. a222404 Fix the empty checkpoint timeout. by Hiroshi Yamauchi · 7 years ago
  24. f1c6f87 Don't need to block in AddWeakGlobalRef and MonitorList::Add under CC. by Hiroshi Yamauchi · 7 years ago
  25. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 7 years ago
  26. 3049324 Make empty checkpoint work while weak ref access is disabled. by Hiroshi Yamauchi · 8 years ago
  27. a307a76 Merge "Always call into native loader when loading a native library" by Dimitry Ivanov · 8 years ago
  28. 9d7ef62 ART: Make IndirectReferenceTable resizable by Andreas Gampe · 8 years ago
  29. e03662b ART: Change IndirectReferenceTable by Andreas Gampe · 8 years ago
  30. dc061d0 ART: Clean up IndirectReferenceTable by Andreas Gampe · 8 years ago
  31. 8447e6d Always call into native loader when loading a native library by Zhenhua WANG · 8 years ago
  32. 3bbfcb7 Merge "Return error message if IndirectReferenceTable construction fails." by Treehugger Robot · 8 years ago
  33. c89f977 Merge "Remove mirror:: and ArtMethod deps in utils.{h,cc}" by David Sehr · 8 years ago
  34. da0a69e Return error message if IndirectReferenceTable construction fails. by Richard Uhler · 8 years ago
  35. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  36. a8e3b86 ART: Remove IRT cruft by Andreas Gampe · 8 years ago
  37. 05a364c ART: Make JNI global and weak global locks global by Andreas Gampe · 8 years ago
  38. c4f3925 Move remaining jobject related functions to use ObjPtr by Mathieu Chartier · 8 years ago
  39. f8ac97f ObjPtr misc cleanup by Mathieu Chartier · 8 years ago
  40. 8778c52 Change indirect reference table to use ObjPtr by Mathieu Chartier · 8 years ago
  41. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 8 years ago
  42. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  43. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  44. 185d134 Add basic runtime-plugins support. by Alex Light · 8 years ago
  45. 2d48e53 ART: Use null for the BootClassLoader in LoadLibrary by Andreas Gampe · 8 years ago
  46. bc5669e Revert "Revert "Revert "Revert "Revert "Revert some flaky unloading""""" by Alex Light · 8 years ago
  47. 7dbf20a Revert "Revert "Revert "Revert "Revert some flaky unloading"""" by Alex Light · 8 years ago
  48. 340f486 Revert "Revert "Revert "Revert some flaky unloading""" by Alex Light · 8 years ago
  49. b2716bb Revert "Revert "Revert some flaky unloading"" by Nicolas Geoffray · 8 years ago
  50. 9e726e8 Revert "Revert some flaky unloading" by Alex Light · 8 years ago
  51. 73ad16e Revert some flaky unloading by Mathieu Chartier · 8 years ago
  52. 33bae7d Revert "Revert "Revert "Revert "(dl)Close native libraries on unload"""" by Mathieu Chartier · 8 years ago
  53. c544f34 Initialize native loader before starting runtime by Dimitry Ivanov · 8 years ago
  54. 624b68e Revert "Revert "Revert "(dl)Close native libraries on unload""" by Nicolas Geoffray · 8 years ago
  55. 727d6df Revert "Revert "(dl)Close native libraries on unload"" by Mathieu Chartier · 8 years ago
  56. a69ae8a Merge "Revert "(dl)Close native libraries on unload"" by Nicolas Geoffray · 8 years ago
  57. 0cf0dbd Revert "(dl)Close native libraries on unload" by Nicolas Geoffray · 8 years ago
  58. bdcd89e Merge "(dl)Close native libraries on unload" by Treehugger Robot · 8 years ago
  59. 2eb3ba9 (dl)Close native libraries on unload by Dimitry Ivanov · 8 years ago
  60. 39d68ef Reset NativeLoader on DestroyJavaVM by Dimitry Ivanov · 8 years ago
  61. 041169f Initialize native loader on JNI_CreateJavaVM by Dimitry Ivanov · 8 years ago
  62. 32ce2ad Add more systracing everywhere by Mathieu Chartier · 8 years ago
  63. 942dc298 Simplify LoadNativeLibrary() by Dimitry Ivanov · 8 years ago
  64. d5bbadf Use shared namespaces for bundled apps by Dimitry Ivanov · 8 years ago
  65. f5a3099 Use isolated namespaces for app native libs by Dmitriy Ivanov · 9 years ago
  66. 1ed1a13 Revert "Change LoadNativeLibrary to use GetOrCreateAllocator" by Mathieu Chartier · 9 years ago
  67. 2d902b9 Change LoadNativeLibrary to use GetOrCreateAllocator by Mathieu Chartier · 9 years ago
  68. 04302db Fix class unloading with the CC collector. by Hiroshi Yamauchi · 9 years ago
  69. cffb747 Don't unload shared libraries for null class loader. by Mathieu Chartier · 9 years ago
  70. 598302a Call JNI_OnUnload when class loaders get collected by Mathieu Chartier · 9 years ago
  71. 498b160 Allow null self only in DecodeWeakGlobalDuringShutdown(). by Hiroshi Yamauchi · 9 years ago
  72. acd20ca Allow null current thread in jni weak ref decode during shutdown. by Hiroshi Yamauchi · 9 years ago
  73. 9b1c71e Make class loaders weak roots by Mathieu Chartier · 9 years ago
  74. de286fd Address some leftover comments by Mathieu Chartier · 9 years ago
  75. f1d666e Add ScopedThreadSuspension by Mathieu Chartier · 9 years ago
  76. fdbd13c Some fixes for the CC collector. by Hiroshi Yamauchi · 9 years ago
  77. 30b5e27 Enable lockless decoding of weak globals by Mathieu Chartier · 9 years ago
  78. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 9 years ago
  79. 81a9087 Revert "Change dex caches to be weak roots" by Brian Carlstrom · 9 years ago
  80. 3ae6b1d Change dex caches to be weak roots by Mathieu Chartier · 9 years ago
  81. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  82. 9750995 Clean up GC callbacks to be virtual methods by Mathieu Chartier · 9 years ago
  83. 0b71357 Thread-local mark stacks for the CC collector. by Hiroshi Yamauchi · 9 years ago
  84. 8fec90b ART: Remove bad FindSymbol call by Andreas Gampe · 9 years ago
  85. 054a078 Add atrace calls to runtime start and heap create by Richard Uhler · 9 years ago
  86. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  87. 83c8195 Fix updating of JNI references for String.<init>. by Jeff Hao · 9 years ago
  88. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 9 years ago
  89. 5305672 RTLD_LAZY is not supported, use RTLD_NOW instead. by Dmitriy Ivanov · 9 years ago
  90. 785049f Add paths to apk!lib/<abi> to LD_LIBRARY_PATH by Dmitriy Ivanov · 10 years ago
  91. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 9 years ago
  92. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 9 years ago
  93. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 9 years ago
  94. 2535abe Add JIT by Mathieu Chartier · 9 years ago
  95. aaebaa0 art: Refactor RuntimeOptions/ParsedOptions by Igor Murashkin · 9 years ago
  96. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 9 years ago
  97. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 9 years ago
  98. 956af0f Remove portable. by Elliott Hughes · 9 years ago
  99. 0a7993e ART: Fix typo by Andreas Gampe · 9 years ago
  100. 91c2f0c Trim reference tables when we trim the heap by Mathieu Chartier · 10 years ago