1. b22fdeb Ensure that ConcurrentGC always increments GC num by Hans Boehm · 3 years, 5 months ago
  2. 6143748 Collect array classes in profiles. by Vladimir Marko · 3 years, 5 months ago
  3. 32de2a5 Use verify when speed-profile gets an empty profile by Calin Juravle · 3 years, 5 months ago
  4. 35367a5 [metrics] Rename datum IDs by Eric Holk · 3 years, 5 months ago
  5. 45e59fd Rewrite profile file format. by Vladimir Marko · 3 years, 7 months ago
  6. ce822b6 Avoid race on Thread::tlsPtr_::top_handle_scope. by Vladimir Marko · 3 years, 5 months ago
  7. c385424 Introduce `art::FastExit` to replace all uses of `quick_exit` in ART. by Roland Levillain · 3 years, 5 months ago
  8. 81764e5 Fix lock visiting for synchronized native methods. by Vladimir Marko · 3 years, 5 months ago
  9. 42da7e6 Compile libart.so and libart-compiler.so with 2MB section alignment. by Collin Fijalkovich · 3 years, 5 months ago
  10. f8f2cab Rename setters to conform Android API guidelines by Nikita Iashchenko · 3 years, 6 months ago
  11. e36df26 Update registerAppInfo signatures to accomodate more data. by Calin Juravle · 3 years, 5 months ago
  12. b772ec8 [metrics] Add prebuilt and cmdline compilation reason by Eric Holk · 3 years, 5 months ago
  13. ca49061 Improve OOME log message informing OOME before heap full by Lokesh Gidra · 3 years, 5 months ago
  14. a1d7f72 Use odex_location instead of oat_file->GetLocation. by Nicolas Geoffray · 3 years, 5 months ago
  15. 7169ee6 Avoid timeout with >= 1 billion nsecs by Hans Boehm · 3 years, 5 months ago
  16. e1484e9 Dump java backtrace when contending lock too long time. by wangguibo · 3 years, 6 months ago
  17. a6cb451 Add Java Heap Profiler sampling to large space allocations. by Wessam Hassanein · 3 years, 5 months ago
  18. 93c28ed Use the system namespace to get the right permitted paths for loading OAT files. by Martin Stjernholm · 3 years, 5 months ago
  19. 2ef367a Ensure verifier deps in the vdex file are 4-byte aligned. by Nicolas Geoffray · 3 years, 5 months ago
  20. 8ffaef9 Remove BUILDING_LIBART macro. by Vladimir Marko · 3 years, 5 months ago
  21. 022f9e5 Enable strict gcstress unwind checks. by David Srbecky · 3 years, 5 months ago
  22. ec06809 Reland "Devirtualize to HInvokeStaticOrDirect." by Nicolas Geoffray · 3 years, 5 months ago
  23. 8e270af Stricter gcstress unwind checks. by David Srbecky · 3 years, 5 months ago
  24. 3606cc6 Do not try to do OSR in transactional interpreter. by Vladimir Marko · 3 years, 5 months ago
  25. b1db5a1 [art] Add GetObjectsAllocated and TotalTimeWaitingForGc APIs by Sekyeong Heo · 3 years, 10 months ago
  26. f7f97d2 Avoid invalidating kInstrumented via suspension by Hans Boehm · 3 years, 6 months ago
  27. 81a6bd5 Fix unwinding for art_quick_generic_jni_trampoline by David Srbecky · 3 years, 5 months ago
  28. 9a5a2b8 Fix debug symbol for art_quick_throw_null_pointer_exception_from_signal by David Srbecky · 3 years, 5 months ago
  29. 053e138 Link libvixl statically. by Vladimir Marko · 3 years, 6 months ago
  30. bcec38f Do not sleep while waiting for GC by Hans Boehm · 3 years, 5 months ago
  31. 6958df9 Use cached memory for gcstress unwinds. by David Srbecky · 3 years, 5 months ago
  32. 39d4df6 Revert "Devirtualize to HInvokeStaticOrDirect." by Nicolas Geoffray · 3 years, 5 months ago
  33. a28c827 Use `quick_exit` instead of `_exit` (except for error handling). by Roland Levillain · 3 years, 6 months ago
  34. 6e1b7d8 Add heterogenous lookup to Thread::custom_tls_ by Alex Light · 3 years, 5 months ago
  35. 0877daf Avoid the warning heapprofd_client_api.so does not include an by Wessam Hassanein · 3 years, 6 months ago
  36. 5024ddf Devirtualize to HInvokeStaticOrDirect. by Nicolas Geoffray · 3 years, 6 months ago
  37. 5859b68 Clean up `ResetOffset()` calls in profile tests. by Vladimir Marko · 3 years, 6 months ago
  38. 107d22b Handle potential race in oat file loading. by Nicolas Geoffray · 3 years, 6 months ago
  39. 8078996 Handle a potential race when verifying dex files in the background. by Nicolas Geoffray · 3 years, 6 months ago
  40. d808f69 string_view: handle with care. by Nicolas Geoffray · 3 years, 6 months ago
  41. 5c4d0df Revert^2 "Solidify GC triggering and reporting" by Hans Boehm · 3 years, 6 months ago
  42. d3c45c2 Add apex versions in oat file headers. by Nicolas Geoffray · 3 years, 6 months ago
  43. 0bc9bef Allow apps to be profileable by trusted system services. by Florian Mayer · 3 years, 6 months ago
  44. afff758 Revert "Solidify GC triggering and reporting" by Hans Boehm · 3 years, 6 months ago
  45. 61c6242 Remove RETURN_VOID_NO_BARRIER byte-code. by David Srbecky · 3 years, 6 months ago
  46. 1dab575 Remove some dead code around ClassTable. by Vladimir Marko · 3 years, 8 months ago
  47. baf563d odrefresh: Add support for uploading stats by Orion Hodson · 3 years, 6 months ago
  48. c3db254 Revert^2 "Add hooks in palette for reporting JNI invocations." by Nicolas Geoffray · 3 years, 6 months ago
  49. a220980 dex2oat: Expect boot image profiles for boot image. by Vladimir Marko · 3 years, 6 months ago
  50. 8f187c3 Add static asserts we have a full list of mirror classes by Alex Light · 3 years, 6 months ago
  51. 6d5a49c Solidify GC triggering and reporting by Hans Boehm · 3 years, 7 months ago
  52. ffafe8b Clean up Handle<> comparison with null. by Vladimir Marko · 3 years, 6 months ago
  53. 13ab541 Static libunwindstack has a static dependency on libasync_safe. by Martin Stjernholm · 3 years, 6 months ago
  54. 2cca1e0 Add number of methods to OatClass. by Vladimir Marko · 3 years, 6 months ago
  55. 1c7d0ce Extra OatDexFile checks when defining classes. by Vladimir Marko · 3 years, 6 months ago
  56. 4501517 Revert "Add hooks in palette for reporting JNI invocations." by Nicolas Geoffray · 3 years, 6 months ago
  57. 68c0758 Clean up defining classes in ClassLinker. by Vladimir Marko · 3 years, 6 months ago
  58. 3d76ebe Change OatClassType to enum class. by Vladimir Marko · 3 years, 6 months ago
  59. 511392f Add hooks in palette for reporting JNI invocations. by Nicolas Geoffray · 3 years, 6 months ago
  60. 525fa42 Revert "Revert "Integrate ClassLoaderContext check in OatFileAssistant::GetBestOatFile."" by Nicolas Geoffray · 3 years, 6 months ago
  61. 0744d72 Fix race in GetPrimaryOatFile. by Nicolas Geoffray · 3 years, 6 months ago
  62. 0b94328 Reland "Move the type lookup table to vdex." by Nicolas Geoffray · 3 years, 6 months ago
  63. 656fdcd Revert "Integrate ClassLoaderContext check in OatFileAssistant::GetBestOatFile." by David Srbecky · 3 years, 6 months ago
  64. 640c448 Revert "Move the type lookup table to vdex." by Nicolas Geoffray · 3 years, 6 months ago
  65. f4d05ff Clean up profile tests. by Vladimir Marko · 3 years, 6 months ago
  66. c005ada Move the type lookup table to vdex. by Nicolas Geoffray · 3 years, 6 months ago
  67. c8fe651 Integrate ClassLoaderContext check in OatFileAssistant::GetBestOatFile. by Nicolas Geoffray · 3 years, 7 months ago
  68. 3302290 Switch mterp to python3. by Vladimir Marko · 3 years, 6 months ago
  69. d3e9ff3 Merge libdexfile_external into libdexfile (reland 2). by Martin Stjernholm · 3 years, 7 months ago
  70. 8731e70 Add a test and CHECKs around the combination of CHA and default methods. by Nicolas Geoffray · 3 years, 6 months ago
  71. a2f48a4 Fix apex_available lists to avoid APEX stubs between internal libs. by Martin Stjernholm · 3 years, 6 months ago
  72. 0983f59 Inline CodeInfo::DecodeCodeSize by David Srbecky · 3 years, 6 months ago
  73. 669756d Revert "Merge libdexfile_external into libdexfile (reland)." by Ulyana Trafimovich · 3 years, 6 months ago
  74. 14d9155 Merge libdexfile_external into libdexfile (reland). by Martin Stjernholm · 3 years, 7 months ago
  75. 722992f Revert^2 "[metrics] Report CompilationReason and CompilerFilter" by Eric Holk · 3 years, 6 months ago
  76. 6f7e98e Add a __x86.get_pc_thunk.bx helper function by Ryan Prichard · 3 years, 7 months ago
  77. c76fbf0 Fix script when using --verify-soft-fail and --jit. by Nicolas Geoffray · 3 years, 6 months ago
  78. 97af733 Revert "Enable strict unwind check in gcstress." by David Srbecky · 3 years, 6 months ago
  79. 8b07c65 Revert "[metrics] Report CompilationReason and CompilerFilter" by Calin Juravle · 3 years, 7 months ago
  80. 50419f2 Fix crash with secondary dex files on low RAM devices. by Nicolas Geoffray · 3 years, 7 months ago
  81. f9bf4ef [metrics] Report CompilationReason and CompilerFilter by Eric Holk · 3 years, 7 months ago
  82. f442a84 Revert "Merge libdexfile_external into libdexfile." by Nikita Ioffe · 3 years, 7 months ago
  83. 5557553 Revert "Avoid internal APEX stubs for libsigchain and clean up e..." by Nikita Ioffe · 3 years, 7 months ago
  84. 30ba3a0 Protect the construction of the verification thread pool. by Nicolas Geoffray · 3 years, 7 months ago
  85. fae2be2 Enable strict unwind check in gcstress. by David Srbecky · 3 years, 7 months ago
  86. a3e1240 Add option to do strict unwind checks in gcstress by David Srbecky · 3 years, 7 months ago
  87. af61f50 Reland "Change JNI behavior related to hiddenapi." by Nicolas Geoffray · 3 years, 7 months ago
  88. efe9a3d Allow /data odex files to be already loaded when creating app zygotes. by Nicolas Geoffray · 3 years, 7 months ago
  89. 73d4e11 Avoid internal APEX stubs for libsigchain and clean up exported symbols. by Martin Stjernholm · 3 years, 7 months ago
  90. 848fc80 Merge libdexfile_external into libdexfile. by Martin Stjernholm · 3 years, 7 months ago
  91. b2a1416 [metrics] Add JitMethodCompileCount by Eric Holk · 3 years, 7 months ago
  92. ac57691 dex2oat: Do not crash on InitializeClass() exceptions. by Vladimir Marko · 3 years, 7 months ago
  93. 9d393d5 Restore code inadvertently removed. by Nicolas Geoffray · 3 years, 7 months ago
  94. 9bc364b Support background verification of secondary dex files. by Nicolas Geoffray · 3 years, 7 months ago
  95. dbcf4a2 Revert "Change JNI behavior related to hiddenapi." by Nicolas Geoffray · 3 years, 7 months ago
  96. 66ab9d6 Workaround for b/145491866 by Nicolas Geoffray · 3 years, 7 months ago
  97. 0685b98 Abort transaction when Class.forName() fails. by Vladimir Marko · 3 years, 7 months ago
  98. 579db19 Change JNI behavior related to hiddenapi. by Nicolas Geoffray · 3 years, 7 months ago
  99. 2946b1b Add two more fields in ART metrics (apk type and isa). by yawanng · 3 years, 7 months ago
  100. eea5c5d [metrics] Add additional statsd datum mappings by Eric Holk · 3 years, 7 months ago