1. 6178f46 Change well known `Thread` fields to `ArtField*`. by Vladimir Marko · 2 years, 5 months ago
  2. 5be5ce7 Reland "Change well known `ClassLoader` fields to `ArtField*`." by Vladimír Marko · 2 years, 5 months ago
  3. 839193e Revert "Change well known `ClassLoader` fields to `ArtField*`." by Vladimír Marko · 2 years, 5 months ago
  4. afe6902 Change well known `ClassLoader` fields to `ArtField*`. by Vladimir Marko · 2 years, 5 months ago
  5. ebd7640 Revert "Revert^2 "Thread suspension cleanup and deadlock fix"" by Hans Boehm · 2 years, 5 months ago
  6. fd20a74 Revert^2 "Thread suspension cleanup and deadlock fix" by Hans Boehm · 2 years, 6 months ago
  7. 8752560 Avoid dangling pointers in DexCache in jvmti redefinition. by Nicolas Geoffray · 2 years, 5 months ago
  8. be282e1 Reland^2 "Update instrumentation support for non-java debuggable runtimes" by Mythri Alle · 2 years, 5 months ago
  9. 606bd94 Update native GC roots page-by-page by Lokesh Gidra · 2 years, 10 months ago
  10. aebf927 Correctly handle non-invokable methods in InitializeMethodsCode by Mythri Alle · 2 years, 6 months ago
  11. e5ac3b2 Make version explicit. by Bob Badour · 2 years, 6 months ago
  12. 508648d Sweep interpreter caches using checkpoint during GC by Lokesh Gidra · 2 years, 6 months ago
  13. 28443a7 Use side vector while sweeping jvmti-weak-table by Lokesh Gidra · 2 years, 6 months ago
  14. 778800e Revert "Reland "Update instrumentation support for non-java debuggable runtimes"" by Mythri Alle · 2 years, 6 months ago
  15. 7c8835d Revert "Thread suspension cleanup and deadlock fix" by Hans Boehm · 2 years, 6 months ago
  16. 7c39c86 Thread suspension cleanup and deadlock fix by Hans Boehm · 2 years, 8 months ago
  17. 322ef18 Reland "Update instrumentation support for non-java debuggable runtimes" by Mythri Alle · 2 years, 7 months ago
  18. 28451dc Fix `ClassLinker::AppendToBootClassPath` usages. by Jiakai Zhang · 2 years, 7 months ago
  19. 94383b4 Fix bugprone-unused-return-value clang-tidy issues by Stefano Cianciulli · 2 years, 7 months ago
  20. bbd1e63 art: fix -Wdefaulted-function-deleted warnings. by Krzysztof Kosiński · 2 years, 7 months ago
  21. 7a5a95f Add a helper class OfaContext for OatFileAssistant. by Jiakai Zhang · 2 years, 7 months ago
  22. 0e520aa When creating a new cookie for a java dex file, determine whether it is the same java dex file by zhaoxuyang.6 · 2 years, 8 months ago
  23. 7cc22bb Revert "Update instrumentation support for non-java debuggable runtimes" by Mythri Alle · 2 years, 7 months ago
  24. ca5ed9f Convert kUseReadBarrier to static const from constexpr by Lokesh Gidra · 2 years, 11 months ago
  25. 5316aea Make moving space compaction concurrent using userfaultfd by Lokesh Gidra · 3 years, 1 month ago
  26. 6ecfa91 Update instrumentation support for non-java debuggable runtimes by Mythri Alle · 2 years, 8 months ago
  27. d9e8377 Reland "Introduce a flag to check if JITed code has instrumentation support" by Mythri Alle · 2 years, 8 months ago
  28. 26aef12 Revert "Introduce a flag to check if JITed code has instrumentation support" by Mythri Alle · 2 years, 8 months ago
  29. fc067a3 Introduce a flag to check if JITed code has instrumentation support by Mythri Alle · 3 years ago
  30. 2de4a82 Fix performance-noexcept-move-constructor clang-tidy issues by Stefano Cianciulli · 2 years, 9 months ago
  31. 5ff074b Set the declaring class of obsolete ArtMethods during redefinition by Mythri Alle · 2 years, 9 months ago
  32. b57731e Cleanup around method inspection callbacks by Mythri Alle · 2 years, 9 months ago
  33. 86c4b39 Fix modernize-use-using clang-tidy issues by Stefano Cianciulli · 2 years, 9 months ago
  34. bc0318a Reland^2 "Don't install instrumentation stubs for single thread deopts" by Mythri Alle · 2 years, 9 months ago
  35. 72c64a7 Revert "Reland "Don't install instrumentation stubs for single thread deopts"" by Mythri Alle · 2 years, 9 months ago
  36. 582eb8b Reland "Don't install instrumentation stubs for single thread deopts" by Mythri Alle · 2 years, 9 months ago
  37. 2260840 Revert "Don't install instrumentation stubs for single thread deopts" by Mythri Alle · 2 years, 9 months ago
  38. e32c970 Don't install instrumentation stubs for single thread deopts by Mythri Alle · 2 years, 9 months ago
  39. 505e1b4 Remove unused this in method unwind callback by Mythri Alle · 2 years, 10 months ago
  40. c858e56 Remove obsolete code on lazy dequickening. by Nicolas Geoffray · 3 years, 1 month ago
  41. 7913cf3 Fix jvmti bug when redefining a boot classpath class. by Nicolas Geoffray · 3 years, 1 month ago
  42. ad67bbb Simplify class redefinition. by Nicolas Geoffray · 3 years, 1 month ago
  43. ce73d81 Revert "Don't use sigsegv handler for jvmti." by Muhammad Qureshi · 3 years, 1 month ago
  44. a8ee39d Don't use sigsegv handler for jvmti. by Nicolas Geoffray · 3 years, 2 months ago
  45. b81df96 Update license definitions under art/ by Colin Cross · 3 years, 2 months ago
  46. c8a694d Reland "Use InitializeMethodsCode when we need to reinitialize a method entrypoint." by Nicolas Geoffray · 3 years, 2 months ago
  47. 8f3beae Cleanup method inspection callbacks from jvmti by Mythri Alle · 3 years, 2 months ago
  48. 3d2f148 Revert "Add thread-shared interpreter cache" by Hans Boehm · 3 years, 2 months ago
  49. fa40e6e Add thread-shared interpreter cache by David Srbecky · 3 years, 4 months ago
  50. b0f63c9 Revert "Use InitializeMethodsCode when we need to reinitialize a method entrypoint." by Nicolas Geoffray · 3 years, 2 months ago
  51. 82e525a Use InitializeMethodsCode when we need to reinitialize a method entrypoint. by Nicolas Geoffray · 3 years, 2 months ago
  52. 7156ea2 Explicitly indicate whether the code item is obtained from the compact dex file in SetCodeItem() by zhaoxuyang · 3 years, 2 months ago
  53. ba86008 Cleanup enabling / disabling deoptimization support by Mythri Alle · 3 years, 3 months ago
  54. b087bb2 Abort redefinition if we failed to acquire class object by ShuJieWang · 3 years, 4 months ago
  55. e91532e Reland "Remove Instrumentation::can_use_instrumentation_trampolines_." by Nicolas Geoffray · 3 years, 3 months ago
  56. 2b3cea9 Revert "Remove Instrumentation::can_use_instrumentation_trampolines_." by Nicolas Geoffray · 3 years, 3 months ago
  57. 4ac8cfe Remove Instrumentation::can_use_instrumentation_trampolines_. by Nicolas Geoffray · 3 years, 3 months ago
  58. ddf4fd3 Always access Thread state and flags as 32-bit location. by Vladimir Marko · 3 years, 4 months ago
  59. e10abe7 Inherit art_defaults in cc_library_headers as well. by Martin Stjernholm · 3 years, 5 months ago
  60. 5097f83 Revert^2 "Add support for calling entry / exit hooks directly from JIT code"" by Mythri Alle · 3 years, 4 months ago
  61. 18fba4c Remove unused code related to method entry / exit events by Mythri Alle · 3 years, 5 months ago
  62. 72be14e Revert "Add support for calling entry / exit hooks directly from JIT code" by Mythri Alle · 3 years, 5 months ago
  63. 2d4feeb Add support for calling entry / exit hooks directly from JIT code by Mythri Alle · 3 years, 5 months ago
  64. dc744e5 Revert "Disable kEnableOnDemandDexDequicken." by Roland Levillain · 3 years, 5 months ago
  65. a32d2d8 Disable kEnableOnDemandDexDequicken. by Nicolas Geoffray · 3 years, 5 months ago
  66. 33df0e3 Revert^4 "Lazily allocate DexCache arrays." by David Srbecky · 3 years, 6 months ago
  67. 4b0c9b9 Remove the notion of soft failure within the verifier. by Nicolas Geoffray · 3 years, 6 months ago
  68. 139a5b9 Revert "Remove lazy dequickening." by Jack Nudelman · 3 years, 6 months ago
  69. 437144b Remove lazy dequickening. by Nicolas Geoffray · 3 years, 6 months ago
  70. 8473a5b Revert "Revert^2 "Lazily allocate DexCache arrays."" by Nicolas Geoffray · 3 years, 6 months ago
  71. e153a62 Revert^2 "Lazily allocate DexCache arrays." by David Srbecky · 4 years ago
  72. 9cc65df Drop unused arguments for MethodEntered function by Mythri Alle · 3 years, 6 months ago
  73. 073885c Fix art compiling against musl by Colin Cross · 3 years, 6 months ago
  74. c07f488 Add a test and consistency checks in method / field resolution. by Nicolas Geoffray · 3 years, 6 months ago
  75. 2cb2527 verifier: Remove support for precise constants and RegisterTrackingMode. by Nicolas Geoffray · 3 years, 8 months ago
  76. 66934ef Clean up ClassLinker::VerifyClass. by Nicolas Geoffray · 3 years, 8 months ago
  77. 7744b69 Remove dual verification in RedefineClasses. by Nicolas Geoffray · 3 years, 8 months ago
  78. 2ec3823 Clean up verifier interface. by Nicolas Geoffray · 3 years, 9 months ago
  79. b10668c Clean up Class::GetDirectInterface(). by Vladimir Marko · 3 years, 9 months ago
  80. 9d27fbc Improve suspension timeout diagnostic and fix race by Hans Boehm · 3 years, 10 months ago
  81. 61c6242 Remove RETURN_VOID_NO_BARRIER byte-code. by David Srbecky · 3 years, 11 months ago
  82. a129d8a Revamp vdex format for better extensibility. by Nicolas Geoffray · 4 years ago
  83. 5b0b2e1 Explictly pass VerifierDeps when asking for class verification. by Nicolas Geoffray · 4 years ago
  84. ec388c0 Add min_sdk_version for ART module. by Nicolas Geoffray · 4 years ago
  85. 39d529f Revert^2 "[metrics] Add StatsdBackend" by Eric Holk · 4 years, 1 month ago
  86. 11943fc Move dex file registration in ti_redefine. by David Srbecky · 4 years, 1 month ago
  87. 9150de6 [LSC] Add LOCAL_LICENSE_KINDS to art by Bob Badour · 4 years, 1 month ago
  88. b9b7d91 Revert "Lazily allocate DexCache arrays." by Orion Hodson · 4 years, 1 month ago
  89. 1214319 Lazily allocate DexCache arrays. by David Srbecky · 4 years, 1 month ago
  90. dbad1ef Revert "[metrics] Add StatsdBackend" by Ulyana Trafimovich · 4 years, 1 month ago
  91. 3d2b93e [metrics] Add StatsdBackend by Eric Holk · 4 years, 1 month ago
  92. 480d981 [metrics] Move core metrics code to libartbase by Eric Holk · 4 years, 2 months ago
  93. d1728bf Add a kTypeChecksFailure. by Nicolas Geoffray · 4 years, 2 months ago
  94. 0fba186 Add ERROR log with JVMTI version explanation by Alex Light · 4 years, 2 months ago
  95. 0b986f7 Revert^4 "[metrics] Add background reporting thread" by Eric Holk · 4 years, 2 months ago
  96. 1060838 Revert "Revert^2 "[metrics] Add background reporting thread"" by Nicolas Geoffray · 4 years, 2 months ago
  97. 4c176b9 Revert^2 "[metrics] Add background reporting thread" by Eric Holk · 4 years, 3 months ago
  98. 1a0e292 Revert^2 "Add disable/get/set_hidden_api_enforcement_policy extensions" by Alex Light · 4 years, 2 months ago
  99. 46d6fc0 Revert "Add disable/get/set_hidden_api_enforcement_policy extensions" by Nicolas Geoffray · 4 years, 2 months ago
  100. c38d944 Add disable/get/set_hidden_api_enforcement_policy extensions by Alex Light · 4 years, 3 months ago