1. 9d53e46 Allow jvmti Allocate & Deallocate function on unattached threads am: 6a399f3c46 by Alex Light · 6 years ago
  2. 6a399f3 Allow jvmti Allocate & Deallocate function on unattached threads by Alex Light · 7 years ago
  3. 9cc1051 Fix JNI GetFieldId() signature check for "". am: d91de5ffa1 by Vladimir Marko · 6 years ago
  4. 91a65ad ObjPtr<>-ify String allocations, fix stale refs. am: 179b7c61ea by Vladimir Marko · 6 years ago
  5. d91de5f Fix JNI GetFieldId() signature check for "". by Vladimir Marko · 6 years ago
  6. 179b7c6 ObjPtr<>-ify String allocations, fix stale refs. by Vladimir Marko · 6 years ago
  7. c760eb0 Defer unloader JNI libraries of boot classpath as late as possible. by Nicolas Geoffray · 6 years ago
  8. c8b7d44 Defer unloader JNI libraries of boot classpath as late as possible. by Nicolas Geoffray · 6 years ago
  9. bc25932 Implement file absence checks in art_apex_test.py. am: 2babede0d0 by Martin Stjernholm · 6 years ago
  10. 2babede Implement file absence checks in art_apex_test.py. by Martin Stjernholm · 6 years ago
  11. 1965377 Move elf_utils.h to libelffile library as well. am: 50928116be by David Srbecky · 6 years ago
  12. 5092811 Move elf_utils.h to libelffile library as well. by David Srbecky · 6 years ago
  13. 2af8d61 Hide conscrypt package classes for app AOT compilation. am: b9c29f625b by Vladimir Marko · 6 years ago
  14. b9c29f6 Hide conscrypt package classes for app AOT compilation. by Vladimir Marko · 6 years ago
  15. 6034bb0 Open only necessary files for BCP checksums test. am: bcd99bed47 by Vladimir Marko · 6 years ago
  16. bcd99be Open only necessary files for BCP checksums test. by Vladimir Marko · 6 years ago
  17. 115ec77 Use normal checkpoints for NotifyStartupCompleted am: 3e5c4cec27 by Mathieu Chartier · 6 years ago
  18. 3e5c4ce Use normal checkpoints for NotifyStartupCompleted by Mathieu Chartier · 6 years ago
  19. d716ca4 Delete RunCheckpointOnRunnableThreads am: 36dfa4177e by Mathieu Chartier · 6 years ago
  20. 36dfa41 Delete RunCheckpointOnRunnableThreads by Mathieu Chartier · 6 years ago
  21. b703dc3 Move all tools/ agents into tools/jvmti-agents directory am: f74d4cb0e2 by Alex Light · 6 years ago
  22. f74d4cb Move all tools/ agents into tools/jvmti-agents directory by Alex Light · 6 years ago
  23. aa6c412 Change image method and field visiting to use templates am: 9d5956a959 by Mathieu Chartier · 6 years ago
  24. 9d5956a Change image method and field visiting to use templates by Mathieu Chartier · 6 years ago
  25. 4d76965 Support InMemoryDexClassLoader in ClassLoaderContext am: 1a9ac537f5 by David Brazdil · 6 years ago
  26. 1a9ac53 Support InMemoryDexClassLoader in ClassLoaderContext by David Brazdil · 6 years ago
  27. e8ac354 Compare the oat version of runtime, dex2oat and the compiler. am: e5d93b58a5 by David Srbecky · 6 years ago
  28. e5d93b5 Compare the oat version of runtime, dex2oat and the compiler. by David Srbecky · 6 years ago
  29. 0cc3a73 Fix art/build/apex/runtests.sh's usage command. am: 336245d020 by Roland Levillain · 6 years ago
  30. 336245d Fix art/build/apex/runtests.sh's usage command. by Roland Levillain · 6 years ago
  31. c5fa455 Return the same dex location for dex file whether backed by dex file or not. by Nicolas Geoffray · 6 years ago
  32. e3e0f70 Return the same dex location for dex file whether backed by dex file or not. by Nicolas Geoffray · 6 years ago
  33. 06ccca2 Add `oatdump` and ART tools to the Release Runtime APEX package. am: 02998cf18a by Roland Levillain · 6 years ago
  34. 02998cf Add `oatdump` and ART tools to the Release Runtime APEX package. by Roland Levillain · 6 years ago
  35. 459107a Support FDs for class loader context dex files am: 8982186538 by David Brazdil · 6 years ago
  36. 8982186 Support FDs for class loader context dex files by David Brazdil · 6 years ago
  37. bedcd43 ObjPtr<>-ify entrypoint utils. am: 4bb2af5e61 by Vladimir Marko · 6 years ago
  38. 4bb2af5 ObjPtr<>-ify entrypoint utils. by Vladimir Marko · 6 years ago
  39. bfa2de7 Fix two_runtimes_test dependencies. am: 975b774274 by Nicolas Geoffray · 6 years ago
  40. 975b774 Fix two_runtimes_test dependencies. by Nicolas Geoffray · 6 years ago
  41. 05ac879 ART: Disable kCorePlatform detection am: 340eff4ef0 by Andreas Gampe · 6 years ago
  42. ba976d5 Ensure to create the symlink in the symbols directory am: 72da985565 by Jiyong Park · 6 years ago
  43. 340eff4 ART: Disable kCorePlatform detection by Andreas Gampe · 6 years ago
  44. 72da985 Ensure to create the symlink in the symbols directory by Jiyong Park · 6 years ago
  45. 488042d ART: Change signature file derivation am: 4cb26acc1d by Andreas Gampe · 6 years ago
  46. 4cb26ac ART: Change signature file derivation by Andreas Gampe · 6 years ago
  47. 55a1d1d Fix art-boot-image rule. am: a5880863ee by Nicolas Geoffray · 6 years ago
  48. a588086 Fix art-boot-image rule. by Nicolas Geoffray · 6 years ago
  49. f7a4921 Add read barrier comments for ArtField::IsProxyField(). am: 415ac850a2 by Vladimir Marko · 6 years ago
  50. 415ac85 Add read barrier comments for ArtField::IsProxyField(). by Vladimir Marko · 6 years ago
  51. a83af18 Open in-memory dex files into a single DexFile object am: 7458291cba by David Brazdil · 6 years ago
  52. 7458291 Open in-memory dex files into a single DexFile object by David Brazdil · 6 years ago
  53. b927ebd Fix possible overrun bug for resolving startup strings am: c2109c6803 by Mathieu Chartier · 6 years ago
  54. c2109c6 Fix possible overrun bug for resolving startup strings by Mathieu Chartier · 6 years ago
  55. 24d8037 Update mips and mips64 mterp assembly am: 09d3576c2a by Colin Cross · 6 years ago
  56. 09d3576 Update mips and mips64 mterp assembly by Colin Cross · 6 years ago
  57. a728107 Document when we can avoid read barriers. am: a040ddc137 by Vladimir Marko · 6 years ago
  58. a040ddc Document when we can avoid read barriers. by Vladimir Marko · 6 years ago
  59. f0b3d33 Change registerNativeAllocation to long argument am: f57f7d4cac by Hans Boehm · 6 years ago
  60. 3548fcf Create libelffile library for ELF file manipulation. am: 2faab0064b by David Srbecky · 6 years ago
  61. f57f7d4 Change registerNativeAllocation to long argument by Hans Boehm · 6 years ago
  62. 2faab00 Create libelffile library for ELF file manipulation. by David Srbecky · 6 years ago
  63. 9f26e62 Add binary search table for .debug_frame am: 5f1465ff68 by David Srbecky · 6 years ago
  64. 5f1465f Add binary search table for .debug_frame by David Srbecky · 6 years ago
  65. cc49e75 Unload native libraries during shutdown. am: 21b656872c by Nicolas Geoffray · 6 years ago
  66. 21b6568 Unload native libraries during shutdown. by Nicolas Geoffray · 6 years ago
  67. 473807b ART: Emit minidebug-info in preinstall am: 0985eb1b83 by Andreas Gampe · 6 years ago
  68. ccbba97 Create canonical name -> file name symlink in the symbol directory by Jiyong Park · 6 years ago
  69. 0985eb1 ART: Emit minidebug-info in preinstall by Andreas Gampe · 6 years ago
  70. dc70fea Create canonical name -> file name symlink in the symbol directory by Jiyong Park · 6 years ago
  71. 6783851 Make tifast print the values of 'jvalue' arguments am: f2e7290671 by Alex Light · 6 years ago
  72. f2e7290 Make tifast print the values of 'jvalue' arguments by Alex Light · 6 years ago
  73. 68f1bd4 ART: Conditionally remove loaded-oat-count check am: 3383f9c812 by Andreas Gampe · 6 years ago
  74. 3383f9c ART: Conditionally remove loaded-oat-count check by Andreas Gampe · 6 years ago
  75. 550154d Enable lld for oatdump tests am: 7286ad6c34 by Chih-Hung Hsieh · 6 years ago
  76. 7286ad6 Enable lld for oatdump tests by Chih-Hung Hsieh · 6 years ago
  77. da3d9e0 Fix PrintableString() for 4-byte UTF-8 sequences. am: f1d973dd98 by Vladimir Marko · 6 years ago
  78. f1d973d Fix PrintableString() for 4-byte UTF-8 sequences. by Vladimir Marko · 6 years ago
  79. c4787ac Build all APEXes at once, to reduce build startup time. am: 6c5ed85653 by Martin Stjernholm · 6 years ago
  80. 6c5ed85 Build all APEXes at once, to reduce build startup time. by Martin Stjernholm · 6 years ago
  81. a7fc1d1 Revert "Change state to waiting during aborting the VM" am: ebb481d070 by Nicolas Geoffray · 6 years ago
  82. ebb481d Revert "Change state to waiting during aborting the VM" by Nicolas Geoffray · 6 years ago
  83. bab569f ART: Use kNormThreadPriority for UnstartedRuntime am: a1e5b97b4b by Andreas Gampe · 6 years ago
  84. a1e5b97 ART: Use kNormThreadPriority for UnstartedRuntime by Andreas Gampe · 6 years ago
  85. a748ebf Release app image metadata when startup is completed am: 6e7a72c5ba by Mathieu Chartier · 6 years ago
  86. 6e7a72c Release app image metadata when startup is completed by Mathieu Chartier · 6 years ago
  87. 90d0495 Change state to waiting during aborting the VM am: 97b9649601 by Koji Fukui · 6 years ago
  88. 97b9649 Change state to waiting during aborting the VM by Koji Fukui · 6 years ago
  89. e463361 Add support for ANDROID_TZDATA_ROOT am: 26a5dd6fd1 by Neil Fuller · 6 years ago
  90. 26a5dd6 Add support for ANDROID_TZDATA_ROOT by Neil Fuller · 6 years ago
  91. adb2e94 imgdiag: Do not abort for dirty pages in boot image. am: d0430bfe6e by Vladimir Marko · 6 years ago
  92. d0430bf imgdiag: Do not abort for dirty pages in boot image. by Vladimir Marko · 6 years ago
  93. b33e598 Clean up ImageSpace::LoadBootImage(). am: 3364d187ec by Vladimir Marko · 6 years ago
  94. 8ce90cb Clean up Class::GetDescriptor(). am: 3892e628ac by Vladimir Marko · 6 years ago
  95. 3364d18 Clean up ImageSpace::LoadBootImage(). by Vladimir Marko · 6 years ago
  96. 3892e62 Clean up Class::GetDescriptor(). by Vladimir Marko · 6 years ago
  97. c881a33 Fix buildbots hidden_api_test am: bfaba28842 by David Brazdil · 6 years ago
  98. bfaba28 Fix buildbots hidden_api_test by David Brazdil · 6 years ago
  99. d20ec5c ART: Fix art_apex_test --tree am: 7dd0f0f2b4 by Andreas Gampe · 6 years ago
  100. 9960e2c ART: Add ClassVerifier am: a43ba3da86 by Andreas Gampe · 6 years ago