1. 1119708 Fix imgdiag crashing for ASLR images by Mathieu Chartier · 6 years ago
  2. 9164ff4 ART: Avoid shared cache lines for JIT code allocations by Orion Hodson · 6 years ago
  3. 82d6472 Fix wrong assumption on boolean type. by Nicolas Geoffray · 6 years ago
  4. f48ed27 Fix missing return when trying to skip threads dump when mutator lock is exclusively held by Brian Carlstrom · 6 years ago
  5. 56a985f ART: Allow thread suspend lock to be held when dumping a thread by Andreas Gampe · 6 years ago
  6. 907a085 ART: Skip all-threads dump on abort if locks are held by Andreas Gampe · 6 years ago
  7. ff7c4b7 [automerger skipped] Merge commit '67c932ce050e80b9bf23b15b24d9aed1a2ee209d' into art-file-create am: 7b1b6673e3 am: 89cb524ea7 -s ours am: d55574c730 -s ours by Calin Juravle · 6 years ago
  8. 097a32c [automerger skipped] Merge commit '67c932ce050e80b9bf23b15b24d9aed1a2ee209d' into art-file-create am: 7b1b6673e3 am: 89cb524ea7 -s ours by Calin Juravle · 6 years ago
  9. d55574c [automerger skipped] Merge commit '67c932ce050e80b9bf23b15b24d9aed1a2ee209d' into art-file-create am: 7b1b6673e3 by Calin Juravle · 6 years ago
  10. 89cb524 Merge commit '67c932ce050e80b9bf23b15b24d9aed1a2ee209d' into art-file-create by Calin Juravle · 6 years ago
  11. 7b1b667 Merge commit '67c932ce050e80b9bf23b15b24d9aed1a2ee209d' into art-file-create by Calin Juravle · 6 years ago
  12. 67c932c [automerger] Use conservative permissions when creating files in ART am: e69642936e am: a3d9384cbc am: e6f11866d4 am: 06a504699e by Android Build Merger (Role) · 6 years ago
  13. 06a5046 [automerger] Use conservative permissions when creating files in ART am: e69642936e am: a3d9384cbc am: e6f11866d4 by Android Build Merger (Role) · 6 years ago
  14. e6f1186 [automerger] Use conservative permissions when creating files in ART am: e69642936e am: a3d9384cbc by Android Build Merger (Role) · 6 years ago
  15. a3d9384 [automerger] Use conservative permissions when creating files in ART am: e69642936e by Android Build Merger (Role) · 6 years ago
  16. 41a2189 Go to native for image decompression thread pool wait by Mathieu Chartier · 6 years ago
  17. 8c306ef Use conservative permissions when creating files in ART am: d224e964bd by Calin Juravle · 6 years ago
  18. 70c5923 Use conservative permissions when creating files in ART am: d224e964bd by Calin Juravle · 6 years ago
  19. e696429 Use conservative permissions when creating files in ART by Calin Juravle · 6 years ago
  20. bbb1adb Ensure non-standard returns release monitors by Alex Light · 6 years ago
  21. d224e96 Use conservative permissions when creating files in ART by Calin Juravle · 6 years ago
  22. 617b3a2 Add another missing entrypoint check for stack walk. by David Srbecky · 6 years ago
  23. a834549 Allow linking to libicuuc.so and libicui18n.so from executable in /data by Victor Chang · 6 years ago
  24. 5c2dc29 Use string length from DEX instead of recomputing by Eric Holk · 6 years ago
  25. 17e5ba9 Optimize RegionSpace::ClearFromSpace() by Lokesh Gidra · 6 years ago
  26. 23628c2 Bytes_moved accounting fix and accounting cleanup by Hans Boehm · 6 years ago
  27. 9942687 Call ReferenceQueue add outside of active GC block by Alex Light · 6 years ago
  28. 617df66 Clear exception before calling ValidateSuperClassDescriptors by Mathieu Chartier · 6 years ago
  29. 3af2ef0 Allow stripped-down OatDexFile in system server. by David Srbecky · 6 years ago
  30. ad7dbac oatdump: Fix oat code retrieval. by Vladimir Marko · 6 years ago
  31. 3ac5ea4 Fix image_space_test on Q+ target. by Vladimir Marko · 6 years ago
  32. 8cd84e4 Revert "Add binary search table for .debug_frame" by David Srbecky · 6 years ago
  33. 2afffd8 jitzygote: compile system server methods at boot. by Nicolas Geoffray · 6 years ago
  34. 33aa09c jitzygote: Special case system server to keep the JIT queue at fork. by Nicolas Geoffray · 6 years ago
  35. 73bdad5 Make compiling an apex image explicit. by Nicolas Geoffray · 6 years ago
  36. b7e555c Move stack logging entirely into palette library by Orion Hodson · 6 years ago
  37. 776ce74 Use DEX2OATBOOTCLASSPATH to generate boot image by wangshumin · 6 years ago
  38. 76da18e Revert^2 "Correctly handle thread deopt with thread-specific JVMTI events" by Alex Light · 6 years ago
  39. 3f0bfae Fix JVMTI GetStackTrace bug by Alex Light · 6 years ago
  40. 7764828 Do not fail if the tombstoned output fd is a socket or pipe. by Martin Stjernholm · 6 years ago
  41. e9f4729 Free classes after objects for memory tool by Mathieu Chartier · 6 years ago
  42. 0a561ab Check for null before using AddLocalReference in ti_method by Alex Light · 6 years ago
  43. 6cca241 Only write stacks traces to tombstoned by Joe Onorato · 6 years ago
  44. e07d8e6 Update induction ranges in superblock cloner. by Nicolas Geoffray · 6 years ago
  45. 495ddc8 Disable 570-checker-osr-locals for trace tests. by David Srbecky · 6 years ago
  46. bce7d84 Save floating point registers in art_quick_osr_stub by David Srbecky · 6 years ago
  47. 3392a0d Handle empty uncompressed and aligned dex file in an archive. by Nicolas Geoffray · 6 years ago
  48. 90f4a56 jitzygote: JIT native methods on first use. by David Srbecky · 6 years ago
  49. 20758ae jitzygote: Fix DCHECKs by David Srbecky · 6 years ago
  50. 07df814 Invert IsUsingDefaultBootImageLocation to IsUsingApexBootImageLocation. by David Srbecky · 6 years ago
  51. 05d509b Prevent concurrent GC stack-walks during deoptimization by Alex Light · 6 years ago
  52. 817eb04 Revert^2 "Perform SetEvent under the user_code_suspend_count_lock_" by Alex Light · 6 years ago
  53. e574f04 Revert^2 "Use RAII for preventing user-code suspensions" by Alex Light · 6 years ago
  54. 6b4a474 Fix wrong assumption in RemoveInstructionsAsUsersFromDeadBlocks. by Nicolas Geoffray · 6 years ago
  55. d29087c Speed up and slightly simplify Mutex by Hans Boehm · 6 years ago
  56. e589606 FileUtils: Do not expect Android root without an ending slash by David Brazdil · 6 years ago
  57. bc8e130 Add cfi instructions. by Christopher Ferris · 6 years ago
  58. bad6b10 hiddenapi: Error message when superclass not found by David Brazdil · 6 years ago
  59. 72736d9 Revert^2 "Optimize FindClass ClassNotFoundException case" by Andreas Gampe · 6 years ago
  60. 63a1315 ART: Add verifier-debug log for exception handler by Andreas Gampe · 6 years ago
  61. 5933a53 ART: Templatize internal method verifier class by Andreas Gampe · 6 years ago
  62. 2713d35 ART: Refactor verifier by Andreas Gampe · 6 years ago
  63. f0c5ee8 ART: Do not expose arena allocator from MethodVerifier by Andreas Gampe · 6 years ago
  64. 9aa5e34 ART: Clean up MethodVerifier by Andreas Gampe · 6 years ago
  65. b2a4b83 ART: Under verifier-debug, amend the hard-fail message by Andreas Gampe · 6 years ago
  66. 3e14cc2 ART: Make LogVerifyInfo newlines consistent by Andreas Gampe · 6 years ago
  67. 05b3f79 Pre-resolve dex cache strings before collecting string offsets by Mathieu Chartier · 6 years ago
  68. fcc408f ART: Restrict dex cache location check by Andreas Gampe · 6 years ago
  69. ae7a2b7 Revert^2 "Fix correctness for fast path class loading" by Andreas Gampe · 6 years ago
  70. 5e6f55a Revert "Fix correctness for fast path class loading" by Mathieu Chartier · 6 years ago
  71. b14a987 Special case one class in jit zygote. by Nicolas Geoffray · 6 years ago
  72. 0c2ea7a Fix ProfilingInfo race. by Nicolas Geoffray · 6 years ago
  73. 4d33b18 Save the JIT compiled code when the class isn't initialized yet. by Nicolas Geoffray · 6 years ago
  74. 1e1c596 Fix correctness for fast path class loading by Mathieu Chartier · 6 years ago
  75. 0da3c14 Clean up error messages in the previous CL. by Martin Stjernholm · 6 years ago
  76. 8efc3f6 Plumb tombstoned connections through PALette. by Martin Stjernholm · 6 years ago
  77. 3093856 Set core platform API policy from command line flag by David Brazdil · 6 years ago
  78. 5af0a2b DO NOT MERGE: Revert temporary logging for app compat by David Brazdil · 6 years ago
  79. 420313a Incorporate additional feedback to native JNI checks by Orion Hodson · 6 years ago
  80. e641156 jitzygote: create a type lookup table at runtime for bootclasspath dex files. by Nicolas Geoffray · 6 years ago
  81. a0a72dc Allow APEX binaries to access fields and methods via JNI by Orion Hodson · 6 years ago
  82. 4ee9bd8 Update intrinsic Unsafe.getLong() after moving to core platform API by David Brazdil · 6 years ago
  83. 62e6797 Do not change hidden API ArtMethod/ArtField access flags on AOT by David Brazdil · 6 years ago
  84. 6383207 Fix hidden API DCHECK in ArtMethod::SetIntrinsic by David Brazdil · 6 years ago
  85. 1cda64a Do not check if known locations exist on host for hidden API by David Brazdil · 6 years ago
  86. ecbe89d Refactor art::GetAndroidDataSafe and art::GetAndroidData. by Roland Levillain · 6 years ago
  87. bca388f Add art::GetAndroidRuntimeRootSafe and art::GetAndroidRuntimeRoot. by Roland Levillain · 6 years ago
  88. b42737b Replace more literal strings with constants in libartbase/base/file_utils.cc. by Roland Levillain · 6 years ago
  89. cf40363 Fix dex location of boot oat files during preopt by David Brazdil · 6 years ago
  90. 2ab8904 Fix longstanding JIT bug in interaction with class initialization. by Nicolas Geoffray · 6 years ago
  91. 038063c Handle methods being present in multiple threads correctly by Alex Light · 6 years ago
  92. 9efc7e8 Fix tracing shutdown by Ari Hausman-Cohen · 6 years ago
  93. dea0153 ART: Add jars to boot integrity by Andreas Gampe · 6 years ago
  94. 93400f4 Move dexdiag out of the release APEX, to avoid dependencies on by Martin Stjernholm · 6 years ago
  95. 4465db5 Use unique mutex to synchronize runtime_callbacks by Alex Light · 6 years ago
  96. edfeb77 Fix AssertNonMovableStringClass(). by Vladimir Marko · 6 years ago
  97. a11e03c Add libc_malloc_debug and _hooks to the runtime APEX by Jiyong Park · 6 years ago
  98. 01a017a DO NOT MERGE: Change IMC logging to LOG(WARNING) by David Brazdil · 6 years ago
  99. ace6d7c Don't JIT compile eagerly methods that have the resolution stub. by Nicolas Geoffray · 6 years ago
  100. 1025a59 DO NOT MERGE: Temporarily log usage of InMemoryDexClassLoader by David Brazdil · 6 years ago