1. 18fba4c Remove unused code related to method entry / exit events by Mythri Alle · 4 years, 7 months ago
  2. 6947faa Making CompletableFutureTest as known failure on gcstress debug by Sorin Basca · 4 years, 7 months ago
  3. 968c813 Avoid redundant strlen for shorty names by Jared Duke · 4 years, 7 months ago
  4. 91c795f Adding Unsafe.copyMemory for arrays by Sorin Basca · 4 years, 7 months ago
  5. aa4024c Removing copy with primitive arrays in Unsafe by Sorin Basca · 4 years, 7 months ago
  6. b6bb603 Fix linting issues in Unsafe native by Sorin Basca · 4 years, 7 months ago
  7. 10a312c Regenerate ART test files (2021-10-30). by Roland Levillain · 4 years, 7 months ago
  8. ceeba2c Include some Checker tests in automated executions. by Roland Levillain · 4 years, 7 months ago
  9. ae0810b x86_64: Implement VarHandle.set{,Acquire,Opaque,Volatile} for byte array views. by Ulya Trafimovich · 4 years, 7 months ago
  10. 46a8910 Revert^2 "JNI: Remove `JniMethodFast{Start,End}()`." by Vladimir Marko · 4 years, 8 months ago
  11. fa66389 Inline ResolveMethod and ResolveField in nterp by David Srbecky · 4 years, 8 months ago
  12. ee6c1b1 Update entrypoint_utils check method -> other_method by Santiago Aboy Solanes · 4 years, 7 months ago
  13. 295ed5a Update bug no. associated with TODOs for failing standalone ART gtests. by Roland Levillain · 4 years, 7 months ago
  14. 72be14e Revert "Add support for calling entry / exit hooks directly from JIT code" by Mythri Alle · 4 years, 7 months ago
  15. 667584d Regenerate ART test files (2021-10-29). by Roland Levillain · 4 years, 7 months ago
  16. 227b613 Exclude `art-run-test-832-cha-recursive` from automated executions. by Roland Levillain · 4 years, 7 months ago
  17. 26db016 Revert "Update run-test script to pass --Xjitthreshold:0 for jvmti tests" by Vladimir Marko · 4 years, 7 months ago
  18. 0b7fd87 Refactor JavaHprofDataSource::Trace() callback lambda by Daniele Di Proietto · 4 years, 8 months ago
  19. fc76d9e Fix build with global ThinLTO by Yi Kong · 4 years, 7 months ago
  20. e43aa3f Revert^2 "Inline across dex files for bootclaspath's methods" by Santiago Aboy Solanes · 4 years, 7 months ago
  21. 808d8cc Assign lower level to Small IRT table lock by Hans Boehm · 4 years, 7 months ago
  22. d172926 arm: Fix VarHandle.compareAndSet/long intrinsic... by Vladimir Marko · 4 years, 7 months ago
  23. 2d4feeb Add support for calling entry / exit hooks directly from JIT code by Mythri Alle · 4 years, 8 months ago
  24. 60abdd9 Display the timeout value of `dex2oat`'s watchdog in milliseconds. by Roland Levillain · 4 years, 7 months ago
  25. 6f6929a Fix the documentation of `dex2oat`'s option `--watchdog-timeout`. by Roland Levillain · 4 years, 7 months ago
  26. 0a42f1e Use --skip-config --soong-only instead of --skip-make by Colin Cross · 4 years, 7 months ago
  27. 8cb989f Revert "Inline across dex files for bootclaspath's methods" by Santiago Aboy Solanes · 4 years, 7 months ago
  28. 3693b2a Revert^2 "x86_64: Implement VarHandle.get{,Acquire,Opaque,Volatile} for byte array views." by Ulyana Trafimovich · 4 years, 7 months ago
  29. 5b90868 Fix the empty profile slow down the dex2oat by Yang Tianping · 4 years, 7 months ago
  30. 7cd509c Include BuildId in native stack dump. by David Srbecky · 4 years, 7 months ago
  31. 4ed28fb Extend test 712-varhandle-invocations to check negative array indices. by Ulya Trafimovich · 4 years, 7 months ago
  32. 6620caa Revert "x86_64: Implement VarHandle.get{,Acquire,Opaque,Volatile} for byte array views." by Roland Levillain · 4 years, 7 months ago
  33. 298f1b7 x86_64: Implement VarHandle.get{,Acquire,Opaque,Volatile} for byte array views. by Ulya Trafimovich · 4 years, 8 months ago
  34. 5514c8e Add dexpreopt_test. by Jiakai Zhang · 4 years, 8 months ago
  35. e7e123a Fix checker tests after inlining change. by Vladimir Marko · 4 years, 7 months ago
  36. 6ef7072 Move Soong module `art-run-test-checker` from `mts` to `mts-art`. by Roland Levillain · 4 years, 7 months ago
  37. 4dcac36 Initially allocate smaller local IRT by Hans Boehm · 4 years, 9 months ago
  38. 48fb9f4 Revert "OpenJDK 11: Add String.repeat()" by Orion Hodson · 4 years, 7 months ago
  39. 58ebded Fix test 581-rtp by Santiago Aboy Solanes · 4 years, 7 months ago
  40. ce131fe Revert "Change hotness counting." by Vladimir Marko · 4 years, 7 months ago
  41. 9c924e8 Add support to place shared libraries after the dex path by Brad Stenning · 4 years, 8 months ago
  42. d690f8a Inline across dex files for bootclaspath's methods by Santiago Aboy Solanes · 4 years, 8 months ago
  43. e91a954 Revert^2 "ART: Redundant AND operation removal optimization" by Artem Serov · 4 years, 7 months ago
  44. fd846c5 Remove all support for Brooks read barrier. by Vladimir Marko · 4 years, 8 months ago
  45. 0a746a7 Extend --installclean to delete out/target/common/obj/JAVA_LIBRARIES. by Martin Stjernholm · 4 years, 8 months ago
  46. 394a082 Change `BitTableBase<>::num_rows_` to `uint32_t`. by Vladimir Marko · 4 years, 7 months ago
  47. 0bc369b Update run-test script to pass --Xjitthreshold:0 for jvmti tests by Mythri Alle · 4 years, 8 months ago
  48. 0506864 Revert "ART: Redundant AND operation removal optimization" by Joe Shih · 4 years, 7 months ago
  49. 884c147 Put conscrypt and core-icu4j back into the build targets again. by Martin Stjernholm · 4 years, 8 months ago
  50. 3ff9223 Revert "Revert^4 "Use cpplint.py from repohooks"" by Orion Hodson · 4 years, 8 months ago
  51. c498a1d ART: Redundant AND operation removal optimization by Aditya Deshpande · 5 years ago
  52. 0a12631 Revert^4 "Use cpplint.py from repohooks" by Orion Hodson · 4 years, 8 months ago
  53. 9701839 Convert default-build script to python by David Srbecky · 4 years, 9 months ago
  54. c86869a Change hotness counting. by Nicolas Geoffray · 4 years, 8 months ago
  55. d1da3ae OpenJDK 11: Add String.repeat() by Nikita Iashchenko · 4 years, 8 months ago
  56. 91a16c9 Remove artApex parameter from ApexBundleFactory by Paul Duffin · 4 years, 8 months ago
  57. 8c63ce2 Allow PROT_EXEC on the zygote mappings when falling back to ashmem by Nicolas Geoffray · 4 years, 8 months ago
  58. 327cfcf Use the .dm file at runtime for verification. by Nicolas Geoffray · 4 years, 8 months ago
  59. 685d0ef Temporarily disable 304-method-tracing by Hans Boehm · 4 years, 8 months ago
  60. 2ca0900 Revert "JNI: Remove `JniMethodFast{Start,End}()`." by Vladimir Marko · 4 years, 8 months ago
  61. 44101a3 More gcstress / debug timeout expectations. by Nicolas Geoffray · 4 years, 8 months ago
  62. 64d6e18 JNI: Remove `JniMethodFast{Start,End}()`. by Vladimir Marko · 4 years, 8 months ago
  63. b37da9d Add timeout flags to the cmdline usage by Victor Hsieh · 4 years, 8 months ago
  64. c8c2bb6 JNI compiler: Rewrite exception polling. by Vladimir Marko · 4 years, 8 months ago
  65. bf19869 Tolerate not having access or failing to read apex-info-list.xml. by Nicolas Geoffray · 4 years, 8 months ago
  66. 954b995 odrefresh: Don't pass JARs in APEX as FD to dex2oat by Victor Hsieh · 4 years, 8 months ago
  67. 4d4f3be Expose dmtracedump and dexdump to the sdk-repo builds by Dan Willemsen · 4 years, 9 months ago
  68. 884fe76 Set timeout by command line flag by Victor Hsieh · 4 years, 8 months ago
  69. d4d21bf Allow odrefresh to write elsewhere than dalvik-cache by Alan Stokes · 4 years, 8 months ago
  70. 740e1f9 arm, arm64: Unpoison byte array view class reference before comparison. by Ulya Trafimovich · 4 years, 8 months ago
  71. 41e56c2 Disable the new run test modules when not building ART from sources. by Martin Stjernholm · 4 years, 8 months ago
  72. ebf496f Deprecate --updatable-bcp-packages-fd and --updatable-bcp-packages-file by Jiakai Zhang · 4 years, 8 months ago
  73. 0d0d91a Remove unneeded checks. by Nicolas Geoffray · 4 years, 8 months ago
  74. fcef77b Add debug printing for MTE signal codes. by Evgenii Stepanov · 4 years, 8 months ago
  75. 099acf8 Temporarily disable 727-checker-unresolved-class. by Jiakai Zhang · 4 years, 8 months ago
  76. 0651ccc Ignore PC/SP contents in SEGV_MTEAERR faults. by Evgenii Stepanov · 4 years, 8 months ago
  77. c29b49e Do not run background verification on unknown class loaders. by Nicolas Geoffray · 4 years, 8 months ago
  78. ae96c82 Fix `--secondary-class-loader-context` for run-tests. by Vladimir Marko · 4 years, 8 months ago
  79. 8ed59b8 Remove the core-icu4j implementation library from run tests compilation. by Martin Stjernholm · 4 years, 8 months ago
  80. af9aa66 Add option to skip building the run tests in buildbot-build.sh. by Martin Stjernholm · 4 years, 8 months ago
  81. 4eb4f23 Fix script when passing expectation files. by Nicolas Geoffray · 4 years, 8 months ago
  82. 7873913 Change test to use a public API method to avoid an implementation by Martin Stjernholm · 4 years, 8 months ago
  83. 3384ccc Update chroot instructions regarding linkerconfig error by Santiago Aboy Solanes · 4 years, 8 months ago
  84. d816eab Fix calculation of bytes allocated since last gc by Fujiang Wang · 4 years, 8 months ago
  85. aaa220e Don't store dex2oat-cmdline in oat of BCP ext by Victor Hsieh · 4 years, 8 months ago
  86. 8d12ed6 Revert "Implement another OdrDexopt to use new CompOS API" by Sorin Basca · 4 years, 8 months ago
  87. 381e66a Implement another OdrDexopt to use new CompOS API by Victor Hsieh · 4 years, 8 months ago
  88. dc744e5 Revert "Disable kEnableOnDemandDexDequicken." by Roland Levillain · 4 years, 8 months ago
  89. 79b74d7 Do not release the driver_ if we are dumping stats by Santiago Aboy Solanes · 4 years, 8 months ago
  90. 1558048 Add stats for last step inlining of invokes by Santiago Aboy Solanes · 4 years, 8 months ago
  91. 5cbb0a9 Revert^2 "x86_64: Implement VarHandle.get{,Acquire,Opaque,Volatile} for arrays." by Ulyana Trafimovich · 4 years, 8 months ago
  92. a8d998f fix the redundant dependencies validation in fast verify by Yang Tianping · 4 years, 8 months ago
  93. bc6944b Remove useless test. by Nicolas Geoffray · 4 years, 8 months ago
  94. 9104d67 Revert^2 "Add a test for new sun.misc.Cleaner timeout" by Hans Boehm · 4 years, 8 months ago
  95. 85d7e93 Remove stale order-only dependency from build-art-*-tests targets. by Martin Stjernholm · 4 years, 8 months ago
  96. 633ac3c Adding Class.getDeclaredFields to unstarted runtime by Sorin Basca · 4 years, 8 months ago
  97. eb270e4 Revert "x86_64: Implement VarHandle.get{,Acquire,Opaque,Volatile} for arrays." by Orion Hodson · 4 years, 8 months ago
  98. 3b87d85 Use java_genrule for art run test data by Colin Cross · 4 years, 8 months ago
  99. a3fe045 x86_64: Implement VarHandle.get{,Acquire,Opaque,Volatile} for arrays. by Ulya Trafimovich · 4 years, 9 months ago
  100. 492649b Clean up #includes in `hidden_api.h`. by Vladimir Marko · 4 years, 8 months ago