1. 04be5f6 Add a runtime flag to use JIT Zygote image. by Jiakai Zhang · 3 years ago
  2. 80f93a8 Make the baseline threshold based on -Xjitthreshold. by Nicolas Geoffray · 3 years, 1 month ago
  3. 58f916c Replace the nterp threshold with the warmup threshold. by Nicolas Geoffray · 3 years, 1 month ago
  4. ce9b902 Reland: Support pass BCP art/vdex/oat files by FD by Victor Hsieh · 3 years, 5 months ago
  5. d7a4da1 Revert "Support pass BCP art/vdex/oat files by FD" by Orion Hodson · 3 years, 5 months ago
  6. b1adfc2 Support pass BCP art/vdex/oat files by FD by Victor Hsieh · 3 years, 5 months ago
  7. 971068d runtime: add -Xdeny-art-apex-data-files by Orion Hodson · 3 years, 6 months ago
  8. 1792c6f Add -XX:ForceJavaZygoteForkLoop flag by Hans Boehm · 3 years, 6 months ago
  9. 1ff9056 Move metric reporting config to flags by Calin Juravle · 3 years, 6 months ago
  10. a09d8b7 Add runtime option -Xbootclasspathfds: for pre-opened fds by Victor Hsieh · 3 years, 7 months ago
  11. 094b1cf odrefresh: enable loading of system_server image files by Orion Hodson · 3 years, 7 months ago
  12. bdf1737 Introduce `art::FastExit` to replace all uses of `quick_exit` in ART. by Roland Levillain · 3 years, 8 months ago
  13. 61ffd04 Make the runtime option -Ximage a ParseStringList by Victor Hsieh · 3 years, 7 months ago
  14. 0d29072 Dump java backtrace when contending lock too long time. by wangguibo · 3 years, 8 months ago
  15. a28c827 Use `quick_exit` instead of `_exit` (except for error handling). by Roland Levillain · 3 years, 8 months ago
  16. 0ea1dac Revert^2 "[metrics] Turn on statsd reporting at app startup completion" by Eric Holk · 3 years, 10 months ago
  17. 0654153 Add madvising of .odex, .vdex and .art files by Jagadeesh Pakaravoor · 3 years, 10 months ago
  18. ad6c22f Revert "[metrics] Turn on statsd reporting at app startup completion" by Nicolas Geoffray · 3 years, 10 months ago
  19. 7a0d219 [metrics] Turn on statsd reporting at app startup completion by Eric Holk · 3 years, 10 months ago
  20. 65a9fb4 [metrics] Change -Xwrite-metrics-to-statsd to take explicit argument by Eric Holk · 3 years, 10 months ago
  21. 39d529f Revert^2 "[metrics] Add StatsdBackend" by Eric Holk · 3 years, 10 months ago
  22. df69bd7 Remove Flags by Eric Holk · 3 years, 10 months ago
  23. 0a6e9e5 [metrics] Move existing command line arguments to flags by Eric Holk · 3 years, 11 months ago
  24. dbad1ef Revert "[metrics] Add StatsdBackend" by Ulyana Trafimovich · 3 years, 10 months ago
  25. 3dba023 Add a server-configurable flags API by Eric Holk · 4 years ago
  26. 3d2b93e [metrics] Add StatsdBackend by Eric Holk · 3 years, 11 months ago
  27. b5a10be ART/Perfetto Java Heap Profiler by Wessam Hassanein · 4 years, 2 months ago
  28. 10592e3 Default jdwpOptions to suspend=n,server=y by Alex Light · 4 years, 1 month ago
  29. 0b986f7 Revert^4 "[metrics] Add background reporting thread" by Eric Holk · 4 years ago
  30. 1060838 Revert "Revert^2 "[metrics] Add background reporting thread"" by Nicolas Geoffray · 4 years ago
  31. 4c176b9 Revert^2 "[metrics] Add background reporting thread" by Eric Holk · 4 years ago
  32. 5bb354f Revert^4 "[metrics] Add file output support" by Eric Holk · 4 years ago
  33. f8567b5 Revert "Revert^2 "[metrics] Add file output support"" by Nicolas Geoffray · 4 years ago
  34. 8ef84f2 Revert^2 "[metrics] Add file output support" by Eric Holk · 4 years ago
  35. ce2e095 Revert "[metrics] Add file output support" by Vladimir Marko · 4 years ago
  36. 51a9283 [metrics] Add file output support by Eric Holk · 4 years, 1 month ago
  37. 4bf753d Add two flags to customize JIT zygote. by Nicolas Geoffray · 4 years ago
  38. 7336610 Revert "[metrics] Add background reporting thread" by Hans Boehm · 4 years ago
  39. 77f7eb9 [metrics] Add background reporting thread by Eric Holk · 4 years, 1 month ago
  40. 59d4b53 [metrics] Add -Xwrite-metrics-to-log option by Eric Holk · 4 years, 2 months ago
  41. ae7168e Remove unused image space order argument by Orion Hodson · 4 years, 3 months ago
  42. b96d6f3 Remove tiered jit option. by Nicolas Geoffray · 4 years, 5 months ago
  43. 5439f05 Revert^3 "VIXL simulator for ART (Stage1)" by Ulya Trafimovich · 4 years, 5 months ago
  44. b5a0e91 Suppress explicit gc logging in libcore tests by Alex Light · 4 years, 5 months ago
  45. e886d68 Revert^2 "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 5 months ago
  46. 3060bb9 Revert "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 5 months ago
  47. 48ca6a6 VIXL simulator for ART (Stage1) by Xueliang Zhong · 6 years ago
  48. 90a18cf Rewrite OatFileManager::OpenDexFilesFromOat. by Nicolas Geoffray · 4 years, 6 months ago
  49. 0972d08 perfetto_hprof: add flag to enable. by Florian Mayer · 4 years, 8 months ago
  50. 0039182 Add an implementation of Nterp for x64. by Nicolas Geoffray · 5 years ago
  51. 4ca2f48 Enable JNI ID auto swap on debuggable by Alex Light · 5 years ago
  52. a59af8a JIT baseline: trigger optimized compilation on hotness threshold. by Nicolas Geoffray · 5 years ago
  53. 87beba3 Fix some typos in ART. by Roland Levillain · 5 years ago
  54. f367747 Add ability to switch to index ids late. by Alex Light · 6 years ago
  55. a83a889 ART: Switch verifier kThrow fatal to default-on by Andreas Gampe · 5 years ago
  56. d84794d ART: Add option to behave fatally on unmarked kThrow by Andreas Gampe · 5 years ago
  57. 79d6c80 Revert^2 "Support using opaque JNI ids" by Alex Light · 6 years ago
  58. b476a29 Revert "Support using opaque JNI ids" by Nicolas Geoffray · 6 years ago
  59. 21d5994 Support using opaque JNI ids by Alex Light · 6 years ago
  60. 4444f1b Add option to identify primary zygote. by Nicolas Geoffray · 6 years ago
  61. bb2467b Make kHugeNativeAllocs configurable by Hans Boehm · 6 years ago
  62. 87658f3 Revert^2 "Optimize FindClass ClassNotFoundException case" by Andreas Gampe · 6 years ago
  63. d399f57 Revert "Optimize FindClass ClassNotFoundException case" by Mathieu Chartier · 6 years ago
  64. 9634705 Optimize FindClass ClassNotFoundException case by Mathieu Chartier · 6 years ago
  65. 6dfdfef Set core platform API policy from command line flag by David Brazdil · 6 years ago
  66. b215557 Add FinalizerTimeoutMs argument, and respect it by Hans Boehm · 6 years ago
  67. 8682354 ART: Allow to change boot image pickup order by Andreas Gampe · 6 years ago
  68. 6d8d4a2 ART: Remove obsolete option -Xpatchoat:. by Vladimir Marko · 6 years ago
  69. de94ea7 ART: add dump region info runtime option by Albert Mingkun Yang · 6 years ago
  70. 91f1032 Revert^2 "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 6 years ago
  71. db4b1de Revert "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 6 years ago
  72. d190851 Pass boot class path to ImageSpace::LoadBootImage. by Vladimir Marko · 6 years ago
  73. 2bb2fbd Create SdkVersion enum, migrate users to it by David Brazdil · 6 years ago
  74. 3d8a78a Revert "Revert "Remove OatFileAssistant::MakeUpToDate and friends."" by Nicolas Geoffray · 6 years ago
  75. a5ca8eb Default to usejit:true. by Nicolas Geoffray · 6 years ago
  76. 0b0ffc1 ART: Add parameter for verifier timing log threshold by Andreas Gampe · 6 years ago
  77. baac7e4 "Revert^4 "Make adbconnection start automatically for debuggable apps (on target)" by Alex Light · 7 years ago
  78. fb57a65 Revert "Revert^2 "Make adbconnection start automatically for debuggable apps (on target)"" by Nicolas Geoffray · 7 years ago
  79. 7b39a39 Revert^2 "Make adbconnection start automatically for debuggable apps (on target)" by Alex Light · 7 years ago
  80. b2926c0 Revert "Make adbconnection start automatically for debuggable apps (on target)" by Andreas Gampe · 7 years ago
  81. 5af3f50 Make adbconnection start automatically for debuggable apps (on target) by Alex Light · 7 years ago
  82. 47b9580 Add a new thread pool pthread priority option. by Nicolas Geoffray · 7 years ago
  83. 53af040 ART: Remove tombstoned parameters by Andreas Gampe · 7 years ago
  84. 6ee4971 Revert^4 "Add an option to disable native stack dumping on SIGQUIT." by Nicolas Geoffray · 7 years ago
  85. 642e9d8 Revert "Revert "Revert "Add an option to disable native stack dumping on SIGQUIT.""" by Christopher Ferris · 7 years ago
  86. 74d25c9 Revert "Revert "Add an option to disable native stack dumping on SIGQUIT."" by Nicolas Geoffray · 7 years ago
  87. 8b08974 Revert "Add an option to disable native stack dumping on SIGQUIT." by Andreas Gampe · 7 years ago
  88. 66ff8a8 Revert "Revert "Full-stack integrity: check vdex contents."" by Nicolas Geoffray · 7 years ago
  89. a19b764 Revert "Full-stack integrity: check vdex contents." by Nicolas Geoffray · 7 years ago
  90. d6f914e Full-stack integrity: check vdex contents. by Nicolas Geoffray · 7 years ago
  91. d7fbc0e Refactor hidden API runtime flag from negative to positive by David Brazdil · 7 years ago
  92. 25419b5 ART: Add option to use stderr logger by Andreas Gampe · 7 years ago
  93. 264a486 Revert "Revert "Make the runtime default to not allowing JDWP again."" by Alex Light · 7 years ago
  94. f05c320 Revert "Make the runtime default to not allowing JDWP again." by David Brazdil · 7 years ago
  95. b06bd68 Make the runtime default to not allowing JDWP again. by Alex Light · 7 years ago
  96. 3e0fa0a Add runtime option for no hidden API access checks by David Brazdil · 7 years ago
  97. a7db026 Add a new runtime option for target SDK version by David Brazdil · 7 years ago
  98. aadcbc6 ART: Refactor Agent into Agent and AgentSpec by Andreas Gampe · 7 years ago
  99. 4032071 Add support for selecting alternate JDWP implementations by Alex Light · 7 years ago
  100. c42cb0e Add -XX:MadviseRandomAccess option by Mathieu Chartier · 7 years ago