1. 340f486 Revert "Revert "Revert "Revert some flaky unloading""" by Alex Light · 9 years ago
  2. b2716bb Revert "Revert "Revert some flaky unloading"" by Nicolas Geoffray · 9 years ago
  3. 9e726e8 Revert "Revert some flaky unloading" by Alex Light · 9 years ago
  4. 73ad16e Revert some flaky unloading by Mathieu Chartier · 9 years ago
  5. 33bae7d Revert "Revert "Revert "Revert "(dl)Close native libraries on unload"""" by Mathieu Chartier · 9 years ago
  6. c544f34 Initialize native loader before starting runtime by Dimitry Ivanov · 9 years ago
  7. 624b68e Revert "Revert "Revert "(dl)Close native libraries on unload""" by Nicolas Geoffray · 9 years ago
  8. 727d6df Revert "Revert "(dl)Close native libraries on unload"" by Mathieu Chartier · 9 years ago
  9. a69ae8a Merge "Revert "(dl)Close native libraries on unload"" by Nicolas Geoffray · 9 years ago
  10. 0cf0dbd Revert "(dl)Close native libraries on unload" by Nicolas Geoffray · 9 years ago
  11. bdcd89e Merge "(dl)Close native libraries on unload" by Treehugger Robot · 9 years ago
  12. 2eb3ba9 (dl)Close native libraries on unload by Dimitry Ivanov · 9 years ago
  13. 39d68ef Reset NativeLoader on DestroyJavaVM by Dimitry Ivanov · 9 years ago
  14. 041169f Initialize native loader on JNI_CreateJavaVM by Dimitry Ivanov · 9 years ago
  15. 32ce2ad Add more systracing everywhere by Mathieu Chartier · 9 years ago
  16. 942dc298 Simplify LoadNativeLibrary() by Dimitry Ivanov · 9 years ago
  17. d5bbadf Use shared namespaces for bundled apps by Dimitry Ivanov · 10 years ago
  18. f5a3099 Use isolated namespaces for app native libs by Dmitriy Ivanov · 10 years ago
  19. 1ed1a13 Revert "Change LoadNativeLibrary to use GetOrCreateAllocator" by Mathieu Chartier · 10 years ago
  20. 2d902b9 Change LoadNativeLibrary to use GetOrCreateAllocator by Mathieu Chartier · 10 years ago
  21. 04302db Fix class unloading with the CC collector. by Hiroshi Yamauchi · 10 years ago
  22. cffb747 Don't unload shared libraries for null class loader. by Mathieu Chartier · 10 years ago
  23. 598302a Call JNI_OnUnload when class loaders get collected by Mathieu Chartier · 10 years ago
  24. 498b160 Allow null self only in DecodeWeakGlobalDuringShutdown(). by Hiroshi Yamauchi · 10 years ago
  25. acd20ca Allow null current thread in jni weak ref decode during shutdown. by Hiroshi Yamauchi · 10 years ago
  26. 9b1c71e Make class loaders weak roots by Mathieu Chartier · 10 years ago
  27. de286fd Address some leftover comments by Mathieu Chartier · 10 years ago
  28. f1d666e Add ScopedThreadSuspension by Mathieu Chartier · 10 years ago
  29. fdbd13c Some fixes for the CC collector. by Hiroshi Yamauchi · 10 years ago
  30. 30b5e27 Enable lockless decoding of weak globals by Mathieu Chartier · 10 years ago
  31. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 10 years ago
  32. 81a9087 Revert "Change dex caches to be weak roots" by Brian Carlstrom · 10 years ago
  33. 3ae6b1d Change dex caches to be weak roots by Mathieu Chartier · 10 years ago
  34. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  35. 9750995 Clean up GC callbacks to be virtual methods by Mathieu Chartier · 10 years ago
  36. 0b71357 Thread-local mark stacks for the CC collector. by Hiroshi Yamauchi · 10 years ago
  37. 8fec90b ART: Remove bad FindSymbol call by Andreas Gampe · 10 years ago
  38. 054a078 Add atrace calls to runtime start and heap create by Richard Uhler · 10 years ago
  39. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  40. 83c8195 Fix updating of JNI references for String.<init>. by Jeff Hao · 10 years ago
  41. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 10 years ago
  42. 5305672 RTLD_LAZY is not supported, use RTLD_NOW instead. by Dmitriy Ivanov · 10 years ago
  43. 785049f Add paths to apk!lib/<abi> to LD_LIBRARY_PATH by Dmitriy Ivanov · 11 years ago
  44. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 10 years ago
  45. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  46. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  47. 2535abe Add JIT by Mathieu Chartier · 10 years ago
  48. aaebaa0 art: Refactor RuntimeOptions/ParsedOptions by Igor Murashkin · 10 years ago
  49. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 11 years ago
  50. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 11 years ago
  51. 956af0f Remove portable. by Elliott Hughes · 11 years ago
  52. 0a7993e ART: Fix typo by Andreas Gampe · 11 years ago
  53. 91c2f0c Trim reference tables when we trim the heap by Mathieu Chartier · 11 years ago
  54. f4d4da1 Allow JNI AttachCurrentThread to fail if not enough stack. by Ian Rogers · 11 years ago
  55. c7dd295 Tidy up logging. by Ian Rogers · 11 years ago
  56. d000480 Add way to ensure we are at the front of the sigaction chain by Mathieu Chartier · 11 years ago
  57. 2e15893 Delete pin table by Mathieu Chartier · 11 years ago
  58. 8a74117 Address read barrier issue with cl/106467 by Hiroshi Yamauchi · 11 years ago
  59. c0542af Remove abuse of mirror::Object* to reference special values. by Ian Rogers · 11 years ago
  60. bad0267 Add native memory accounting through custom allocator. by Mathieu Chartier · 11 years ago
  61. c842352 [ART] Move to system/core native bridge library by Calin Juravle · 11 years ago
  62. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 11 years ago