1. 4d87df6 Improve handling of daemon threads after runtime shutdown by Mathieu Chartier · 9 years ago
  2. e64300b Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"" by Alex Light · 9 years ago
  3. ae358c1 Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 9 years ago
  4. 6286a97 Combine direct_methods_ and virtual_methods_ fields of mirror::Class by Alex Light · 9 years ago
  5. 1646d7a Optimize some commonly used utf8 functions by: by Bruce Hoult · 9 years ago
  6. 795e341 ART: Fix potential integer overflow in JNI. by Vladimir Marko · 9 years ago
  7. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 9 years ago
  8. 76f55b0 Synchronize JNI critical calls with the CC collector thread flip. by Hiroshi Yamauchi · 9 years ago
  9. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  10. dd06afe Require mutator lock for DeleteLocalRef by Mathieu Chartier · 9 years ago
  11. 08ac922 Fix JNI GetSuperClasss by Brian Carlstrom · 9 years ago
  12. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  13. 39b6c24 Intercept JNI invocation of String.<init> methods. by Jeff Hao · 9 years ago
  14. 3f1dc56 ART: Fix RegisterNative order by Andreas Gampe · 9 years ago
  15. 36bce58 Add notes about fast JNI calls. by Hiroshi Yamauchi · 9 years ago
  16. 5c02d6c Improve JNI registration failure logging by Mathieu Chartier · 9 years ago
  17. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  18. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  19. fc58af4 Add AbstractMethod, Constructor, Method by Mathieu Chartier · 9 years ago
  20. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  21. 02d2f29 Fix the read barrier builds. by Hiroshi Yamauchi · 9 years ago
  22. daaf326 Add AccessibleObject and Field to mirror by Mathieu Chartier · 9 years ago
  23. 4585f87 ART: Some runtime cleanup by Andreas Gampe · 9 years ago
  24. 81c6f8d ART: PathClassLoader for compiler by Andreas Gampe · 9 years ago
  25. 089bb92 am 2af72de8: Merge "Remove ThrowLocation." by Nicolas Geoffray · 9 years ago
  26. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 9 years ago
  27. a60bb12 am 5c9d8f0d: Merge "Compute the right catch location for the debugger." by Nicolas Geoffray · 9 years ago
  28. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 9 years ago
  29. 4cac71c am 3d7d2af4: Merge "Change how we report exceptions to the debugger." by Nicolas Geoffray · 9 years ago
  30. 7642cfc Change how we report exceptions to the debugger. by Nicolas Geoffray · 9 years ago
  31. adc5c36 am 2f9d7a5b: am 508d2665: Merge "ART: Do not JNI abort on nullptr GetObjectRefType" by Andreas Gampe · 10 years ago
  32. a876307 ART: Do not JNI abort on nullptr GetObjectRefType by Andreas Gampe · 10 years ago
  33. 89f67e9 am 79bd7b12: am 7939a254: Merge "Add a missing SHARED_LOCKS_REQUIRED(mutator_lock_)." by Stephen Hines · 10 years ago
  34. 95c51b3 Add a missing SHARED_LOCKS_REQUIRED(mutator_lock_). by Stephen Hines · 10 years ago
  35. d3a2388 am 7210368d: am 825365c5: Merge "Fix reference leaks in ToReflectedMethod and ToReflectedField" by Mathieu Chartier · 10 years ago
  36. 41da596 Fix reference leaks in ToReflectedMethod and ToReflectedField by Mathieu Chartier · 10 years ago
  37. b7d1e2e am ae1a434f: am 78a32333: Merge "ART: More warnings" by Andreas Gampe · 10 years ago
  38. ae1a434 am 78a32333: Merge "ART: More warnings" by Andreas Gampe · 10 years ago
  39. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  40. f004fab am 1525ed87: am a10a8b56: Merge "Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags." by Ian Rogers · 10 years ago
  41. 1525ed8 am a10a8b56: Merge "Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags." by Ian Rogers · 10 years ago
  42. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  43. 0e1fd48 am 4799e0d9: am aea6888b: Merge "Tidy up logging." by Ian Rogers · 10 years ago
  44. 4799e0d am aea6888b: Merge "Tidy up logging." by Ian Rogers · 10 years ago
  45. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  46. 54b3aa6 am b3f18cf7: Merge "Make ART compile with GCC -O0 again." by Ian Rogers · 10 years ago
  47. 301861c am cb142101: Merge "Add way to ensure we are at the front of the sigaction chain" by Mathieu Chartier · 10 years ago
  48. b3f18cf Merge "Make ART compile with GCC -O0 again." by Ian Rogers · 10 years ago
  49. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  50. d000480 Add way to ensure we are at the front of the sigaction chain by Mathieu Chartier · 10 years ago
  51. 233806e am 902c989b: Merge "Add way to warn about missing JNI_ABORT" by Mathieu Chartier · 10 years ago
  52. 24555ad Add way to warn about missing JNI_ABORT by Mathieu Chartier · 10 years ago
  53. 4c6e068 am 6d031046: ART: Update for split native bridge initialization by jgu21 · 10 years ago
  54. 6d03104 ART: Update for split native bridge initialization by jgu21 · 10 years ago
  55. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  56. 2e15893 Delete pin table by Mathieu Chartier · 10 years ago
  57. a967c62 Delete pin table by Mathieu Chartier · 10 years ago
  58. c0542af Remove abuse of mirror::Object* to reference special values. by Ian Rogers · 10 years ago
  59. bad0267 Add native memory accounting through custom allocator. by Mathieu Chartier · 10 years ago
  60. 5369c40 Add native memory accounting through custom allocator. by Mathieu Chartier · 10 years ago
  61. 93de427 [ART] Move to system/core native bridge library by Calin Juravle · 10 years ago
  62. 37f048b Merge "[ART] Move to system/core native bridge library" by Calin Juravle · 10 years ago
  63. c842352 [ART] Move to system/core native bridge library by Calin Juravle · 10 years ago
  64. 20ae1d7 Clean up native bridge by Ian Rogers · 10 years ago
  65. cb6b0f3 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  66. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  67. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 10 years ago
  68. 1268b74 Fix broken JNI IsAssignableFrom. by Narayan Kamath · 10 years ago
  69. 94f7b49 Add GcRoot to clean up and enforce read barriers. by Hiroshi Yamauchi · 10 years ago
  70. 355383f Integrate ART with NativeBridge interfaces by Yong WU · 10 years ago
  71. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  72. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  73. fa65e84 More checks in JNI RegisterNatives by Sebastien Hertz · 10 years ago
  74. 3a1444c ART: JNI ExceptionDescribe crashes if no exception occurred by Alexei Zavjalov · 10 years ago
  75. d333376 Fix JNI ToReflectedMethod for constructor by Sebastien Hertz · 10 years ago
  76. 85a9336 Address comments on change 45d26c86b00580593067ca42091ad66cf7dc4f7c by Brian Carlstrom · 10 years ago
  77. 45d26c8 Treat larger than jint capacity in NewDirectByteBuffer as an error by Brian Carlstrom · 10 years ago
  78. 8d16f20 Merge "Add more read barriers for JNI roots." by Hiroshi Yamauchi · 10 years ago
  79. ea2e1bd Add more read barriers for JNI roots. by Hiroshi Yamauchi · 10 years ago
  80. 6c5cb21 Ensure classes are initialized rather than initializing. by Ian Rogers · 10 years ago
  81. 004644f Fix GetMethodID to find an interface method from a super-interface by Brian Carlstrom · 10 years ago
  82. 9f10203 Fix exception reporting from interpreter by Sebastien Hertz · 10 years ago
  83. 56890e2 Modified functions to return pointers where appropriate by Fred Shih · 10 years ago
  84. a309d76 Fix GC race condition in visit roots by Serguei Katkov · 10 years ago
  85. b379e8d Merge "Compaction cleanup for FindArrayClass." by Mathieu Chartier · 10 years ago
  86. b74cd29 Compaction cleanup for FindArrayClass. by Mathieu Chartier · 10 years ago
  87. 196851b Add read barriers for the weak roots in the JNI weak globals. by Hiroshi Yamauchi · 10 years ago
  88. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 10 years ago
  89. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 10 years ago
  90. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 10 years ago
  91. 35aef2c Fix race condition between GCDaemon and DeleteLocalReference by Yevgeny Rouban · 10 years ago
  92. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  93. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 10 years ago
  94. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  95. cbfb8b2 Merge "Ensure JNI primitive array type is appropriate." by Ian Rogers · 10 years ago
  96. 2d10b20 Ensure JNI primitive array type is appropriate. by Ian Rogers · 10 years ago
  97. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  98. c56057e Add lockless SynchronizedGet for indirect reference table. by Mathieu Chartier · 10 years ago
  99. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 10 years ago
  100. 3b60fea Use __FUNCTION__ in CHECK_NON_NULL_*ARGUMENT. by Mathieu Chartier · 10 years ago