1. 8f70b96 Revert "Java Heap Profiler for Perfetto." by Andreas Gampe · 7 years ago
  2. adf49d4 Java Heap Profiler for Perfetto. by Florian Mayer · 7 years ago
  3. c88c1d0 Fully remove DumpKernelStack. by Elliott Hughes · 7 years ago
  4. a67daeb Fix race between post fork initialization and JIT. by Nicolas Geoffray · 7 years ago
  5. f367747 Add ability to switch to index ids late. by Alex Light · 7 years ago
  6. e0bbab9 ART: Verifier cleanup by Andreas Gampe · 7 years ago
  7. 672c080 Update Transaction for boot image extension. by Vladimir Marko · 7 years ago
  8. bf12191 Implement ClassStatus::kVisiblyInitialized. by Vladimir Marko · 7 years ago
  9. 01ecfa1 Refactor Core Plaform API checking by Orion Hodson · 7 years ago
  10. 7ee607e ART: Fix Runtime::GetStat by Andreas Gampe · 7 years ago
  11. da40aca Typo fix. by Travis Tynes · 7 years ago
  12. d84794d ART: Add option to behave fatally on unmarked kThrow by Andreas Gampe · 7 years ago
  13. 5bef022 [RUNTIME] Ignore signal registration for debugging by randy.jeong · 7 years ago
  14. 714fad6 Delete tasks when deleting a thread pool. by Nicolas Geoffray · 7 years ago
  15. 79d6c80 Revert^2 "Support using opaque JNI ids" by Alex Light · 7 years ago
  16. 01fbfbe Avoid useless EncodeArtMethod followed by DecodeArtMethod by Alex Light · 7 years ago
  17. b476a29 Revert "Support using opaque JNI ids" by Nicolas Geoffray · 7 years ago
  18. 3b29053 Revert "Make sure to delete jni_id_manager_ on shutdown." by Nicolas Geoffray · 7 years ago
  19. d5d645f Make sure to delete jni_id_manager_ on shutdown. by Alex Light · 7 years ago
  20. 21d5994 Support using opaque JNI ids by Alex Light · 7 years ago
  21. 0362544 Add a stress test for notifyStartupCompleted by Mathieu Chartier · 7 years ago
  22. 9c87c02 ART: Reset stats after fork by Andreas Gampe · 7 years ago
  23. 024d69f Use cleared JNI weak sentinel from boot image. by Vladimir Marko · 7 years ago
  24. 8764860 ART: Flag Runtime::Abort to the UnexpectedSignal handler by Andreas Gampe · 7 years ago
  25. 3e2446b ART: Correctly handle an abort from an unattached thread by Andreas Gampe · 7 years ago
  26. 4444f1b Add option to identify primary zygote. by Nicolas Geoffray · 7 years ago
  27. 380f0d8 ART: Conditionally install Dbg class callbacks by Andreas Gampe · 7 years ago
  28. 54a6d4c Fix missing return when trying to skip threads dump when mutator lock is exclusively held by Brian Carlstrom · 7 years ago
  29. ba26b51 ART: Skip all-threads dump on abort if locks are held by Andreas Gampe · 7 years ago
  30. 9b81ac3 Add default argument kIsInstrumented=true. by Vladimir Marko · 7 years ago
  31. f41232e Incorporate additional feedback to native JNI checks by Orion Hodson · 7 years ago
  32. 077872d Allow APEX binaries to access fields and methods via JNI by Orion Hodson · 7 years ago
  33. 9ac09ee jitzygote: compile system server methods at boot. by Nicolas Geoffray · 7 years ago
  34. 3db3d37 Invert IsUsingDefaultBootImageLocation to IsUsingApexBootImageLocation. by David Srbecky · 7 years ago
  35. bb2467b Make kHugeNativeAllocs configurable by Hans Boehm · 7 years ago
  36. 87658f3 Revert^2 "Optimize FindClass ClassNotFoundException case" by Andreas Gampe · 7 years ago
  37. d399f57 Revert "Optimize FindClass ClassNotFoundException case" by Mathieu Chartier · 7 years ago
  38. 9634705 Optimize FindClass ClassNotFoundException case by Mathieu Chartier · 7 years ago
  39. 6dfdfef Set core platform API policy from command line flag by David Brazdil · 7 years ago
  40. fb6a5c0 Add and use art::GetAndroidRuntimeBinDir. by Roland Levillain · 7 years ago
  41. 331a5e1 Revert^2 Verify InMemoryDexClassLoader classes in a background thread by David Brazdil · 7 years ago
  42. 9ef308d ART: Forbid the zygote to load code outside of system by Andreas Gampe · 7 years ago
  43. b4bb63a Revert "Verify InMemoryDexClassLoader classes in a background thread" by David Brazdil · 7 years ago
  44. d592dbe Verify InMemoryDexClassLoader classes in a background thread by David Brazdil · 7 years ago
  45. b215557 Add FinalizerTimeoutMs argument, and respect it by Hans Boehm · 7 years ago
  46. 34857b5 Revert "Revert "Change state to waiting during aborting the VM"" by Koji Fukui · 7 years ago
  47. c8b7d44 Defer unloader JNI libraries of boot classpath as late as possible. by Nicolas Geoffray · 7 years ago
  48. 3e5c4ce Use normal checkpoints for NotifyStartupCompleted by Mathieu Chartier · 7 years ago
  49. 21b6568 Unload native libraries during shutdown. by Nicolas Geoffray · 7 years ago
  50. 3383f9c ART: Conditionally remove loaded-oat-count check by Andreas Gampe · 7 years ago
  51. ebb481d Revert "Change state to waiting during aborting the VM" by Nicolas Geoffray · 7 years ago
  52. 6e7a72c Release app image metadata when startup is completed by Mathieu Chartier · 7 years ago
  53. 97b9649 Change state to waiting during aborting the VM by Koji Fukui · 7 years ago
  54. a43ba3d ART: Add ClassVerifier by Andreas Gampe · 7 years ago
  55. 8682354 ART: Allow to change boot image pickup order by Andreas Gampe · 7 years ago
  56. 43c23b8 Delete thread pool in NotifyStartupCompleted by Mathieu Chartier · 7 years ago
  57. 175ce3d Add callback for notifying that startup is completed by Mathieu Chartier · 7 years ago
  58. 9176a4f Merge "Trust that boot classpath dex files don't need on device dex file verification." by Nicolas Geoffray · 7 years ago
  59. c816d24 Merge "Revert^2 "Prevent agents from delaying system daemon threads"" by Treehugger Robot · 7 years ago
  60. e0b2ce4 Revert^2 "Prevent agents from delaying system daemon threads" by Alex Light · 7 years ago
  61. 99fc938 Trust that boot classpath dex files don't need on device dex file verification. by Nicolas Geoffray · 7 years ago
  62. c76c4cc Merge "In boot image experiment mode, treat boot classpath classes as verified." by Treehugger Robot · 7 years ago
  63. 144f82c In boot image experiment mode, treat boot classpath classes as verified. by Nicolas Geoffray · 7 years ago
  64. c08c107 Revert "Prevent agents from delaying system daemon threads" by Nicolas Geoffray · 7 years ago
  65. 3611fdf Prevent agents from delaying system daemon threads by Alex Light · 7 years ago
  66. 2f34e59 Merge changes I14c7cddd,I4a39d0e8,I3f24c8f4,I9699f138 by Vladimir Marko · 7 years ago
  67. 7210108 Replace StringPiece with std::string_view in art/runtime/. by Vladimir Marko · 7 years ago
  68. a2fed08 ART: Optimize array accesses by Andreas Gampe · 7 years ago
  69. 7f88c1a ART: Enable ISA features run-time detection for ARM64 by xueliang.zhong · 8 years ago
  70. 107ce79 Revert "Revert "Load libopenjdk and libjavacore with the runtime namespace."" by Nicolas Geoffray · 7 years ago
  71. bd0eb2c Revert "Load libopenjdk and libjavacore with the runtime namespace." by Nicolas Geoffray · 7 years ago
  72. 94c8670 Load libopenjdk and libjavacore with the runtime namespace. by Nicolas Geoffray · 7 years ago
  73. 6ad2e8e Merge "ART: make generational CC a runtime option" by Roland Levillain · 7 years ago
  74. e768182 hiddenapi: Print warnings for @CorePlatformApi violations by David Brazdil · 7 years ago
  75. 0b4d146 ART: make generational CC a runtime option by Albert Mingkun Yang · 8 years ago
  76. 96259f1 Pass the Java caller's location to OpenNativeLibrary. by Nicolas Geoffray · 7 years ago
  77. 1c0ae84 ART: fix post gc weighted allocated bytes metrics by Albert Mingkun Yang · 7 years ago
  78. 2d22ffc Merge "ART: Forward-declare Context" by Treehugger Robot · 7 years ago
  79. fe2886d Merge "Deoptimize zygote compiled methods in DeoptimizeBootImage." by Nicolas Geoffray · 7 years ago
  80. e5d2398 ART: Forward-declare Context by Andreas Gampe · 7 years ago
  81. 0f0a4e4 Merge "ART: show exact bytes along with human-friendly format" by Roland Levillain · 7 years ago
  82. 16bd6ac ART: show exact bytes along with human-friendly format by Albert Mingkun Yang · 7 years ago
  83. ada33d7 Move startup thread pool back into runtime by Mathieu Chartier · 7 years ago
  84. 226805d Deoptimize zygote compiled methods in DeoptimizeBootImage. by Nicolas Geoffray · 7 years ago
  85. de94ea7 ART: add dump region info runtime option by Albert Mingkun Yang · 8 years ago
  86. 0ace563 Revert^2 "Allow boot image for a part of the boot classpath." by Vladimir Marko · 7 years ago
  87. 93c21ba Avoid waiting for threads to create by Mathieu Chartier · 7 years ago
  88. 6e0d325 ART: add post gc weighted allocated bytes metrics by Albert Mingkun Yang · 7 years ago
  89. 0633365 Merge "Create thread pool only during app image loading" by Mathieu Chartier · 7 years ago
  90. b023b3f Merge "ART: fix overflow in weighted allocated bytes metrics" by Treehugger Robot · 7 years ago
  91. 3ea4322 Create thread pool only during app image loading by Mathieu Chartier · 7 years ago
  92. 91f1032 Revert^2 "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 7 years ago
  93. ad2845c ART: fix overflow in weighted allocated bytes metrics by Albert Mingkun Yang · 7 years ago
  94. 573b387 Merge "ART: Set Runtime fault message on abort" by Andreas Gampe · 7 years ago
  95. db4b1de Revert "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 7 years ago
  96. a9a0973 Merge "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 7 years ago
  97. 73d8cc7 Merge "Enable JIT in zygote." by Nicolas Geoffray · 7 years ago
  98. 89036a3 ART: Set Runtime fault message on abort by Andreas Gampe · 7 years ago
  99. 44f6760 ART: Rewrite Runtime fault message to be lock-free by Andreas Gampe · 8 years ago
  100. d190851 Pass boot class path to ImageSpace::LoadBootImage. by Vladimir Marko · 8 years ago