1. e10abe7 Inherit art_defaults in cc_library_headers as well. by Martin Stjernholm · 4 years, 7 months ago
  2. 5097f83 Revert^2 "Add support for calling entry / exit hooks directly from JIT code"" by Mythri Alle · 4 years, 7 months ago
  3. 18fba4c Remove unused code related to method entry / exit events by Mythri Alle · 4 years, 7 months ago
  4. 72be14e Revert "Add support for calling entry / exit hooks directly from JIT code" by Mythri Alle · 4 years, 7 months ago
  5. 2d4feeb Add support for calling entry / exit hooks directly from JIT code by Mythri Alle · 4 years, 8 months ago
  6. dc744e5 Revert "Disable kEnableOnDemandDexDequicken." by Roland Levillain · 4 years, 8 months ago
  7. a32d2d8 Disable kEnableOnDemandDexDequicken. by Nicolas Geoffray · 4 years, 8 months ago
  8. 33df0e3 Revert^4 "Lazily allocate DexCache arrays." by David Srbecky · 4 years, 8 months ago
  9. 4b0c9b9 Remove the notion of soft failure within the verifier. by Nicolas Geoffray · 4 years, 8 months ago
  10. 139a5b9 Revert "Remove lazy dequickening." by Jack Nudelman · 4 years, 8 months ago
  11. 437144b Remove lazy dequickening. by Nicolas Geoffray · 4 years, 8 months ago
  12. 8473a5b Revert "Revert^2 "Lazily allocate DexCache arrays."" by Nicolas Geoffray · 4 years, 8 months ago
  13. e153a62 Revert^2 "Lazily allocate DexCache arrays." by David Srbecky · 5 years ago
  14. 9cc65df Drop unused arguments for MethodEntered function by Mythri Alle · 4 years, 9 months ago
  15. 073885c Fix art compiling against musl by Colin Cross · 4 years, 9 months ago
  16. c07f488 Add a test and consistency checks in method / field resolution. by Nicolas Geoffray · 4 years, 9 months ago
  17. 2cb2527 verifier: Remove support for precise constants and RegisterTrackingMode. by Nicolas Geoffray · 4 years, 11 months ago
  18. 66934ef Clean up ClassLinker::VerifyClass. by Nicolas Geoffray · 5 years ago
  19. 7744b69 Remove dual verification in RedefineClasses. by Nicolas Geoffray · 5 years ago
  20. 2ec3823 Clean up verifier interface. by Nicolas Geoffray · 5 years ago
  21. b10668c Clean up Class::GetDirectInterface(). by Vladimir Marko · 5 years ago
  22. 9d27fbc Improve suspension timeout diagnostic and fix race by Hans Boehm · 5 years ago
  23. 61c6242 Remove RETURN_VOID_NO_BARRIER byte-code. by David Srbecky · 5 years ago
  24. a129d8a Revamp vdex format for better extensibility. by Nicolas Geoffray · 5 years ago
  25. 5b0b2e1 Explictly pass VerifierDeps when asking for class verification. by Nicolas Geoffray · 5 years ago
  26. ec388c0 Add min_sdk_version for ART module. by Nicolas Geoffray · 5 years ago
  27. 39d529f Revert^2 "[metrics] Add StatsdBackend" by Eric Holk · 5 years ago
  28. 11943fc Move dex file registration in ti_redefine. by David Srbecky · 5 years ago
  29. 9150de6 [LSC] Add LOCAL_LICENSE_KINDS to art by Bob Badour · 5 years ago
  30. b9b7d91 Revert "Lazily allocate DexCache arrays." by Orion Hodson · 5 years ago
  31. 1214319 Lazily allocate DexCache arrays. by David Srbecky · 5 years ago
  32. dbad1ef Revert "[metrics] Add StatsdBackend" by Ulyana Trafimovich · 5 years ago
  33. 3d2b93e [metrics] Add StatsdBackend by Eric Holk · 5 years ago
  34. 480d981 [metrics] Move core metrics code to libartbase by Eric Holk · 5 years ago
  35. d1728bf Add a kTypeChecksFailure. by Nicolas Geoffray · 5 years ago
  36. 0fba186 Add ERROR log with JVMTI version explanation by Alex Light · 5 years ago
  37. 0b986f7 Revert^4 "[metrics] Add background reporting thread" by Eric Holk · 5 years ago
  38. 1060838 Revert "Revert^2 "[metrics] Add background reporting thread"" by Nicolas Geoffray · 5 years ago
  39. 4c176b9 Revert^2 "[metrics] Add background reporting thread" by Eric Holk · 5 years ago
  40. 1a0e292 Revert^2 "Add disable/get/set_hidden_api_enforcement_policy extensions" by Alex Light · 5 years ago
  41. 46d6fc0 Revert "Add disable/get/set_hidden_api_enforcement_policy extensions" by Nicolas Geoffray · 5 years ago
  42. c38d944 Add disable/get/set_hidden_api_enforcement_policy extensions by Alex Light · 5 years ago
  43. 86d6cd5 Remove DexCache arrays from image. by David Srbecky · 6 years ago
  44. 3e9abfc Rename ART release APEX to com.android.art. by Martin Stjernholm · 6 years ago
  45. 4717175 Move code item to the data pointer and remove code_item_offset. by Nicolas Geoffray · 6 years ago
  46. 26ab270 A few more inclusive language updates based on newer wordlist by Orion Hodson · 6 years ago
  47. 2d53643 Update language to comply with Android’s inclusive language guidance by Ian Pedowitz · 6 years ago
  48. aacf977 Reword some comments to be more inclusive by Orion Hodson · 6 years ago
  49. bf6498e Fix incorrect dex-cache clearing with structural redefinition by Alex Light · 6 years ago
  50. c06e07f Correctly use handles for JVMTI heap iteration. by Alex Light · 6 years ago
  51. 3284661 Fix ddm.publish_chunk extension to prevent deadlock by Alex Light · 6 years ago
  52. 842e9c8 Avoid eating SEGVs when performing on-demand dequicken by Alex Light · 6 years ago
  53. 1715efa Add a new class status for verified with access checks. by Nicolas Geoffray · 6 years ago
  54. 16527e8 Preserve JNI bindings across structural redefinition by Alex Light · 6 years ago
  55. 5868ada Move implementations from class_root.h to -inl.h . by Vladimir Marko · 6 years ago
  56. 71f661c Set apex_available property by Jiyong Park · 6 years ago
  57. 76bc833 Bundle jni_headers with libopenjdkjvmti_headers by Orion Hodson · 6 years ago
  58. 8f95183 Add new set_verbose_flag_ext JVMTI Extension by Alex Light · 6 years ago
  59. 5e251ea Change j.l.r.Field to use ArtField index instead of dexFileIndex by Alex Light · 6 years ago
  60. e91e795 Replace instrumention id with stack pointers. by Nicolas Geoffray · 6 years ago
  61. 516745b Reland "Set SA_SIGINFO. Rename thread to include perfetto." by Florian Mayer · 6 years ago
  62. fc58809 Remove old JDWP implementation from ART by Alex Light · 6 years ago
  63. 3f0dca1 Ensure IsStructurallyRedefinable takes into account subtypes by Alex Light · 6 years ago
  64. f6c69e5 Fix race resulting in UAF in class-define-pausing by Alex Light · 6 years ago
  65. 628f488 Remove the LogId parameter from libbase's LogMessage by Tom Cherry · 6 years ago
  66. baf938f Add even more sanity checks to ti_redefine.cc and skips by Alex Light · 6 years ago
  67. 3f4041b Add more logging around array sanity checks by Alex Light · 6 years ago
  68. 163652e Fix redefinition causing corrupt j.l.r.Field objects by Alex Light · 6 years ago
  69. 2f49428 Revert^2 "Remove finalizable restriction on structural redefinition" by Alex Light · 6 years ago
  70. 0b1afb7 Revert "Remove finalizable restriction on structural redefinition" by Alex Light · 6 years ago
  71. 55d6fa4 Remove finalizable restriction on structural redefinition by Alex Light · 6 years ago
  72. 066dd902 Revert submission 1194828-revert-1191937-art_apex_available-DWXQGTKMAR by Jiyong Park · 6 years ago
  73. fb53708 Remove class-hierarchy restriction from structural redefinition by Alex Light · 6 years ago
  74. 80599a2 Revert submission 1191937-art_apex_available by Joseph Murphy · 6 years ago
  75. 1e88f98 Use apex_available property by Jiyong Park · 7 years ago
  76. 7ba68ff Fix ABA bug with PreObjectAlloc event being missed by Alex Light · 6 years ago
  77. 7a6b966 Fix reversed compare_exchange check. by Alex Light · 6 years ago
  78. 96cbde8 Fix alignment bug in PreObjectAlloc by Alex Light · 6 years ago
  79. daad67f Fix typo FieldNameAndSignature vs MethodNameAndSignature. by Alex Light · 6 years ago
  80. b2e6d0f Fix incorrect DCHECK by Alex Light · 6 years ago
  81. 270db1c Revert^4 "Allow structural redefinition on non-final classes." by Alex Light · 7 years ago
  82. a142f71 Add missing Barriers in ReplaceReferences by Alex Light · 7 years ago
  83. 664999a Revert "Revert^2 "Allow structural redefinition on non-final classes."" by Nicolas Geoffray · 7 years ago
  84. bc19b75 Revert^2 "Make opaque-jni-ids:swapable more efficient" by Alex Light · 7 years ago
  85. 0a19e21 Add null check in AppendToBootClassPath by Mathieu Chartier · 7 years ago
  86. 42c52f5 Revert "Make opaque-jni-ids:swapable more efficient" by Alex Light · 7 years ago
  87. f1b809c Revert^2 "Allow structural redefinition on non-final classes." by Alex Light · 7 years ago
  88. 4e7dd70 Make opaque-jni-ids:swapable more efficient by Alex Light · 7 years ago
  89. 88b1c83 Revert "Allow structural redefinition on non-final classes." by Roland Levillain · 7 years ago
  90. c47040d Allow structural redefinition on non-final classes. by Alex Light · 7 years ago
  91. 986914b Revert^4 "Initial support for adding virtuals with structural redefinition" by Alex Light · 7 years ago
  92. 2f8c1ac Revert^3 "Initial support for adding virtuals with structural redefinition" by Alex Light · 7 years ago
  93. 8ba9738 Revert^2 "Initial support for adding virtuals with structural redefinition" by Alex Light · 7 years ago
  94. d0e354e Revert "Initial support for adding virtuals with structural redefinition" by Nicolas Geoffray · 7 years ago
  95. 283bb32 Initial support for adding virtuals with structural redefinition by Alex Light · 7 years ago
  96. a9bbc08 Implement STL iterators on ObjectArray and add helpers by Alex Light · 7 years ago
  97. f1b18fa Use explicit list of mirrored class when checking CanRedefine by Alex Light · 7 years ago
  98. 2462789 Ensure structural redefinition can shadow functions/fields by Alex Light · 7 years ago
  99. 28b6efe Don't visit invalid Dex-cache slots by Alex Light · 7 years ago
  100. 5fd05e5 Include interfaces in IterateOverInstancesOfClass by Alex Light · 7 years ago