1. 9554542 Revert "Handle OOM situation in java-heap more aggressively" by Lokesh Gidra · 4 years, 9 months ago
  2. 7c25b09 Reject OAT file in speed-profile if app image is rejected by Eric Holk · 4 years, 9 months ago
  3. a698102 Handle OOM situation in java-heap more aggressively by Lokesh Gidra · 4 years, 9 months ago
  4. 4a1e4dd Add exemption list for hiddenapi warnings. by Artur Satayev · 4 years, 9 months ago
  5. b69312d nterp: Address old x86-64 comments. by Vladimir Marko · 4 years, 9 months ago
  6. afa69cd Add another DCHECK that an exception isn't pending. by Nicolas Geoffray · 4 years, 9 months ago
  7. 30ac398 Improve printing for heap verification failures by Mathieu Chartier · 4 years, 9 months ago
  8. 6127ace Increase shutdown time constants by Hans Boehm · 4 years, 9 months ago
  9. b0c6cb5 Fix logic to find dex2oat. by Nicolas Geoffray · 4 years, 9 months ago
  10. 28aaf24 Call SetRuntimeDeleted() unconditionally by Hans Boehm · 4 years, 9 months ago
  11. b202873 Run Java verification of mainline modules at boot time. by Nicolas Geoffray · 4 years, 10 months ago
  12. 72d7e96 Replaced dangerous uses of sizeof() by Chris Wailes · 4 years, 9 months ago
  13. b04b30c Only allow extra_guardrails for domains that can connect to heapprofd. by Florian Mayer · 4 years, 10 months ago
  14. c390879 Do not crash for broken stored VerifierDeps. by Vladimir Marko · 4 years, 10 months ago
  15. 605c591 Add more DCHECKs to investigate build bot failure. by Nicolas Geoffray · 4 years, 10 months ago
  16. 32b24fd Reduce kNotifyNativeInterval on host by Hans Boehm · 4 years, 10 months ago
  17. b495e7f Log an error when an app loads duplicate dex files by Calin Juravle · 4 years, 10 months ago
  18. 82cc2a2 Remove FileDescriptor ownerId field from Core Platform API bypass by Orion Hodson · 4 years, 10 months ago
  19. 00cb81d Add explicit dependencies on jni_headers by Orion Hodson · 4 years, 10 months ago
  20. b72a094 Remove ART dependency on libicuuc by Victor Chang · 4 years, 11 months ago
  21. f4ba904 Fix string deduplication for multi-image extensions. by Vladimir Marko · 4 years, 10 months ago
  22. 9c06d44 Avoid creating preresolved strings array for dex files that have no strings by Mathieu Chartier · 4 years, 10 months ago
  23. d1f7351 dex2oat: add --updatable-bcp-packages-file argument. by Vladimir Marko · 4 years, 10 months ago
  24. bda163d Additional checks in GetDirectBuffer{Address,Capacity} by Orion Hodson · 4 years, 10 months ago
  25. 963c27f Change default heap-target-utilization to 0.75 by Lokesh Gidra · 4 years, 10 months ago
  26. ca1c39a Fix race condition in GetPreResolvedStrings by Mathieu Chartier · 4 years, 10 months ago
  27. fdd4684 Deduplicate interned image strings. by Vladimir Marko · 4 years, 10 months ago
  28. bc11509 Address late comments on go/aog/1269207 by Alex Light · 4 years, 10 months ago
  29. a467a6e Fix incorrect interface-override linking by Alex Light · 4 years, 10 months ago
  30. e4abf13 ART: Update list of reserved boot class path packages. by Vladimir Marko · 4 years, 10 months ago
  31. 133987d Revert^2 "Don't include static or private methods with proxy construction." by Alex Light · 4 years, 10 months ago
  32. 379503d Revert "Don't include static or private methods with proxy construction." by Alex Light · 4 years, 10 months ago
  33. 0c0f302 Host gtests: Use the apex boot image instead of core.art. by David Srbecky · 5 years ago
  34. f368882 Add more debugging info around ResolveField. by Nicolas Geoffray · 4 years, 10 months ago
  35. 584e599 Don't include static or private methods with proxy construction. by Alex Light · 4 years, 10 months ago
  36. c1ad13a Add Handle::GetFromGdb function by Alex Light · 4 years, 10 months ago
  37. 41617b1 Add more logging and sanity checks for JIT mini-debug-info. by David Srbecky · 4 years, 10 months ago
  38. 521644b Call JitCodeCache::FreeAllMethodHeaders under JIT lock. by David Srbecky · 4 years, 10 months ago
  39. c76232e Fix relation between debuggable / JIT zygote. by Nicolas Geoffray · 4 years, 10 months ago
  40. b68bb7a Fix compiling boot image extension with assume-verified. by Vladimir Marko · 4 years, 10 months ago
  41. dc9d6a0 Add more logging to Thread::SetState by Mathieu Chartier · 4 years, 10 months ago
  42. bf770550 Don't run structural dex file verification in ClassLoaderContext. by Nicolas Geoffray · 4 years, 10 months ago
  43. e8ed866 Add MOVE_EXCEPTION to compat throw by Mathieu Chartier · 4 years, 10 months ago
  44. edccd3c Retire VMRuntime.doNotInitializeInAot() by Orion Hodson · 4 years, 10 months ago
  45. d8fd599 Reland^2 "Add consistency CHECKs around ArtMethod fields." by Nicolas Geoffray · 5 years ago
  46. 2e17cf4 Revert "ART: Conditionally remove loaded-oat-count check" by Nicolas Geoffray · 4 years, 11 months ago
  47. eb070f0 Reland "art: Add FileDescriptor fields to native Core Platform API" by Orion Hodson · 4 years, 11 months ago
  48. ee25716 Revert^2 "Support ART's target gtests in atest." by David Srbecky · 5 years ago
  49. 30fd851 Refactor RemoveNativeDebugInfoForJit. by David Srbecky · 5 years ago
  50. fc47d6b Adjust JitCodeCache::TransitionToDebuggable. by Nicolas Geoffray · 4 years, 11 months ago
  51. e5c48f7 Revert "ART: Forbid the zygote to load code outside of system" by Nicolas Geoffray · 4 years, 11 months ago
  52. 280e6c3 Jit-zygote compiled code isn't debuggable by Alex Light · 4 years, 11 months ago
  53. b28e304 Clear PreCompiled when we transition to debuggable after zygote fork by Alex Light · 4 years, 11 months ago
  54. 69828ac Print oat file location for invalid class status by Mathieu Chartier · 4 years, 11 months ago
  55. 2db169c Revert "art: Add FileDescriptor fields to native Core Platform API" by Orion Hodson · 4 years, 11 months ago
  56. 2c2248c Reland^3 "Always put the framework profile in the boot image location." by Nicolas Geoffray · 4 years, 11 months ago
  57. 47d0c47 art: Add FileDescriptor fields to native Core Platform API by Orion Hodson · 4 years, 11 months ago
  58. 2336954 Avoid NanoTime in InitializeClass unless stats are enabled by Mathieu Chartier · 4 years, 11 months ago
  59. 9bdba6e Revert "Reland^2 "Always put the framework profile in the boot image location."" by Nicolas Geoffray · 4 years, 11 months ago
  60. e42876f Minor improvements in JNI assemblers. by Vladimir Marko · 5 years ago
  61. 8a1a0f7 ART: Ensure dex caches keep classloader live by Andreas Gampe · 4 years, 11 months ago
  62. ed1f531 Reland^2 "Always put the framework profile in the boot image location." by Nicolas Geoffray · 4 years, 11 months ago
  63. ab4d222 Fix boot image size check. by Vladimir Marko · 4 years, 11 months ago
  64. 6fc471e Check vreg count on debuggable by Alex Light · 4 years, 11 months ago
  65. 814b928 Manually add java.io.Buffer private fields to the Core Platform API by Orion Hodson · 5 years ago
  66. 9f8ead2 Remove support code for native Core Platform API checks by Orion Hodson · 5 years ago
  67. eedca4a Add more tests, spin before inflating monitors by Hans Boehm · 5 years ago
  68. acb5c2d Revert "Revert "Revert "Always put the framework profile in the boot image location.""" by Nicolas Geoffray · 5 years ago
  69. 53f9e65 Revert^2 "art: Extend sun.misc.Unsafe presence in the Core Platform API" by Orion Hodson · 5 years ago
  70. ec769b8 Revert "Revert "Always put the framework profile in the boot image location."" by Nicolas Geoffray · 5 years ago
  71. 2dea079 Gate access to targetsdk-max-p,q on compat framework by atrost · 5 years ago
  72. 6152123 Revert "Support ART's target gtests in atest." by Paul Trautrim · 5 years ago
  73. 6f5e729 Only start timer in IncrementDisableThreadFlip when waiting by Eric Holk · 5 years ago
  74. 276ed28 Revert "art: Extend sun.misc.Unsafe presence in the Core Platfor..." by Orion Hodson · 5 years ago
  75. eac404b Support ART's target gtests in atest. by David Srbecky · 5 years ago
  76. 84b1d55 art: Extend sun.misc.Unsafe presence in the Core Platform API by Orion Hodson · 5 years ago
  77. de7f878 Fix minor code-style error by Alex Light · 5 years ago
  78. 725da8f Fix race between dex-file registration and class-loader deletion by Alex Light · 5 years ago
  79. 2ad7c98 Revert "Always put the framework profile in the boot image location." by Nicolas Geoffray · 5 years ago
  80. 4d125af JIT mini-debug-info: Insert application entries at the head. by David Srbecky · 5 years ago
  81. 5aa4292 Fix iteration in RemoveNativeDebugInfoForJit by David Srbecky · 5 years ago
  82. 5945de0 Revert "Revert "Revert "Add consistency CHECKs around ArtMethod fields.""" by Nicolas Geoffray · 5 years ago
  83. fa458ac Allow late lookup for @CriticalNative methods. by Vladimir Marko · 5 years ago
  84. 99d91d1 Avoid implementation-defined behavior by Greg Kaiser · 5 years ago
  85. 5265419 Always put the framework profile in the boot image location. by Nicolas Geoffray · 5 years ago
  86. 58cc76d Fix braino in Jit::PostZygoteFork. by Nicolas Geoffray · 5 years ago
  87. f994025 Revert "Revert "Add consistency CHECKs around ArtMethod fields."" by Nicolas Geoffray · 5 years ago
  88. 2925311 Prevent entering IMT conflict trampoline with j.l.Object methods. by Nicolas Geoffray · 5 years ago
  89. 0a5cad3 Revert "Revert "Make class loader context fail for unknown class loaders"" by Calin Juravle · 5 years ago
  90. e9818dd Revert "Make class loader context fail for unknown class loaders" by Stefania Halac · 5 years ago
  91. 41b605c Remove MIPS support from runtime/. by Vladimir Marko · 5 years ago
  92. 30b38f8 Remove MIPS mterp. by Vladimir Marko · 5 years ago
  93. 2d3de3a Make class loader context fail for unknown class loaders by Calin Juravle · 5 years ago
  94. c550327 Use stack for first scope in VariableSizedHandleScope by Mathieu Chartier · 5 years ago
  95. 6e043bb Rewrite GenericJNI frame setup. by Vladimir Marko · 5 years ago
  96. af32242 Do not check for collision if we only extracted the apk by Calin Juravle · 5 years ago
  97. 5e251ea Change j.l.r.Field to use ArtField index instead of dexFileIndex by Alex Light · 5 years ago
  98. 8206ae8 Revert "Fix Core Platform API JNI check" by satayev · 5 years ago
  99. 18dc023 Remove obsolete CHECKs for image dex file location. by Vladimir Marko · 5 years ago
  100. 8c8f148 Add blueprint modules to generate jar files for gtests. by David Srbecky · 5 years ago