1. e300c4e Faster Class::FindField(). by Vladimir Marko · 3 years, 7 months ago
  2. 9d27fbc Improve suspension timeout diagnostic and fix race by Hans Boehm · 3 years, 8 months ago
  3. cedec9d Do not create HandleScope for JNI transitions. by Vladimir Marko · 4 years ago
  4. 1b3fb62 Do not dump details of OOME for thread peer. by Vladimir Marko · 4 years ago
  5. c5323fe libartpalette: Use fixed width typedef rather than enum for status by Orion Hodson · 4 years ago
  6. b5a10be ART/Perfetto Java Heap Profiler by Wessam Hassanein · 4 years, 2 months ago
  7. 2c2724c Disable the public SDK Checker during exception throwing by Calin Juravle · 4 years ago
  8. 17491ac JNI: Faster jobject decoding by avoiding checks. by Vladimir Marko · 4 years, 1 month ago
  9. f1e1dd1 Enable -Wconversion for thread.cc by Eric Holk · 4 years, 5 months ago
  10. ca83438 Avoid NanoSleep overflow by Hans Boehm · 4 years, 4 months ago
  11. 3370143 Avoid tv_sec overflows in Park() by Hans Boehm · 4 years, 5 months ago
  12. 5439f05 Revert^3 "VIXL simulator for ART (Stage1)" by Ulya Trafimovich · 4 years, 5 months ago
  13. 72e27b0 Remove deprecated debug_suspend_count TLS value by Alex Light · 4 years, 5 months ago
  14. a462fa6 Replace debug_suspend_count with user_code_suspend_count in log by Alex Light · 4 years, 5 months ago
  15. 346fd96 More inclusive language in the runtime by David Srbecky · 4 years, 5 months ago
  16. e886d68 Revert^2 "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 6 months ago
  17. 3060bb9 Revert "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 6 months ago
  18. 48ca6a6 VIXL simulator for ART (Stage1) by Xueliang Zhong · 6 years ago
  19. 5868ada Move implementations from class_root.h to -inl.h . by Vladimir Marko · 4 years, 8 months ago
  20. a977689 Remove extra logging added to debug by Lokesh Gidra · 4 years, 8 months ago
  21. d34b73b Clean up internal stack trace construction. by Vladimir Marko · 4 years, 8 months ago
  22. 7e678d3 Assert allocator-type is known on OOME by Lokesh Gidra · 4 years, 8 months ago
  23. fa458ac Allow late lookup for @CriticalNative methods. by Vladimir Marko · 5 years ago
  24. e91e795 Replace instrumention id with stack pointers. by Nicolas Geoffray · 5 years ago
  25. fc58809 Remove old JDWP implementation from ART by Alex Light · 5 years ago
  26. 469016b Don't pattern-init an unused variable that overallocates the stack by Stephen Hines · 5 years ago
  27. e0c6d43 Revert "Fix stack-walking race" by Alex Light · 5 years ago
  28. 721e402 Fix stack-walking race by Alex Light · 5 years ago
  29. c4bf667 Use ResetTlab instead of setting to null by Mathieu Chartier · 5 years ago
  30. 013d1ee Introduce the notion of an nterp frame. by Nicolas Geoffray · 5 years ago
  31. 4847a07 Fix issue with observing invalid thread state. by Alex Light · 5 years ago
  32. e3f775b Address comments from aog/1180224. by Nicolas Geoffray · 5 years ago
  33. 9317031 Move thread-local mark-stack revocation outside SOA by Lokesh Gidra · 5 years ago
  34. a0b4631 Revert submission by Lokesh Gidra · 5 years ago
  35. a00b54b Helpers and refactorings to prepare for interpreter optimizations (x64) by Nicolas Geoffray · 5 years ago
  36. c6ca117 Assert mutator doesn't get mark-stack assigned once destroyed by Lokesh Gidra · 5 years ago
  37. 047081a Revert "Revert^2 "Revoke CC's thread-local mark stack in ~Thread"" by Lokesh Gidra · 5 years ago
  38. add69ac Revert^2 "Revoke CC's thread-local mark stack in ~Thread" by Lokesh Gidra · 5 years ago
  39. 93e5ae9 Revert "Revoke thread-local mark stack for CC in ~Thread" by Nicolas Geoffray · 5 years ago
  40. 129d61b Revoke thread-local mark stack for CC in ~Thread by Lokesh Gidra · 5 years ago
  41. faeaeaf Print mark stack address in ~Thread() by Lokesh Gidra · 5 years ago
  42. 289e712 pooled_mark_stacks: Add extra logging by Lokesh Gidra · 5 years ago
  43. 44465f7 Add checks for pooled_mark_stacks in CC GC by Lokesh Gidra · 5 years ago
  44. 55eccdf Revert^4 "Walk internal ArtField/ArtMethod pointers" by Alex Light · 5 years ago
  45. c34eab4 Revert "Revert^2 "Walk internal ArtField/ArtMethod pointers"" by Nicolas Geoffray · 5 years ago
  46. ea2a3d9 Revert^2 "Walk internal ArtField/ArtMethod pointers" by Alex Light · 5 years ago
  47. 712fa80 Revert "Walk internal ArtField/ArtMethod pointers" by Nicolas Geoffray · 5 years ago
  48. c84fc3a Walk internal ArtField/ArtMethod pointers by Alex Light · 5 years ago
  49. 0054aa5 Have JavaFrameRootInfo give more info about provenance of root. by Alex Light · 5 years ago
  50. c88c1d0 Fully remove DumpKernelStack. by Elliott Hughes · 5 years ago
  51. fa59588 Fix setting/getting the native priority of a thread. by Nicolas Geoffray · 5 years ago
  52. 8237200 ART: Use thread_local on the host for ART Thread* by Andreas Gampe · 5 years ago
  53. a47a6e8 ART: Extend bionic TLS use to host bionic by Andreas Gampe · 5 years ago
  54. 1cbac5c Try to avoid expensive stack walk in QuickDeliverException by David Srbecky · 5 years ago
  55. 2808be8 ART: Introduce stackmap with no DexRegInfo. by Artem Serov · 6 years ago
  56. 4d71e55 Remove ShadowFrame::HasReferenceArray() by David Srbecky · 6 years ago
  57. 0d4567f Stack maps: Refactor constructors. by David Srbecky · 6 years ago
  58. 79d6c80 Revert^2 "Support using opaque JNI ids" by Alex Light · 6 years ago
  59. 01fbfbe Avoid useless EncodeArtMethod followed by DecodeArtMethod by Alex Light · 6 years ago
  60. b476a29 Revert "Support using opaque JNI ids" by Nicolas Geoffray · 6 years ago
  61. 21d5994 Support using opaque JNI ids by Alex Light · 6 years ago
  62. b7c640d JVMTI Force early return by Alex Light · 6 years ago
  63. 7d42cdd ART: Allow thread suspend lock to be held when dumping a thread by Andreas Gampe · 6 years ago
  64. cc3a121 ART: Fix exception stash in stack dump by Andreas Gampe · 6 years ago
  65. 43e7243 ART: Remove file_utils' ReadFileToString by Andreas Gampe · 6 years ago
  66. 19711d4 ObjPtr<>-ify instrumentation. by Vladimir Marko · 6 years ago
  67. 81dc7ab Speed up and slightly simplify Mutex by Hans Boehm · 6 years ago
  68. f52d92f ObjPtr<>-ify Monitor/-Pool. by Vladimir Marko · 6 years ago
  69. 3940254 Modernise code to use override specifier by Yi Kong · 6 years ago
  70. 4617d58 ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test. by Vladimir Marko · 6 years ago
  71. d7e9bbf Clean up explicit conversions to ObjPtr<>. by Vladimir Marko · 6 years ago
  72. 0984e48 Style cleanup for ObjPtr<>-ify changes. by Vladimir Marko · 6 years ago
  73. a1e5b97 ART: Use kNormThreadPriority for UnstartedRuntime by Andreas Gampe · 6 years ago
  74. 3dacdd6 Revert^4 "Remove Global deopt requirement for several jvmti events" by Alex Light · 6 years ago
  75. 939798e Revert "Revert^2 "Remove Global deopt requirement for several jvmti events"" by Nicolas Geoffray · 6 years ago
  76. a75e589 Revert^2 "Remove Global deopt requirement for several jvmti events" by Alex Light · 6 years ago
  77. ad344b6 Revert "Remove Global deopt requirement for several jvmti events" by Nicolas Geoffray · 6 years ago
  78. 334630e Remove Global deopt requirement for several jvmti events by Alex Light · 6 years ago
  79. d388390 "Revert^3 "Suspend the runtime when switching interpreters." by David Srbecky · 6 years ago
  80. 817a47f Revert^2 "Suspend the runtime when switching interpreters." by David Srbecky · 6 years ago
  81. c816d24 Merge "Revert^2 "Prevent agents from delaying system daemon threads"" by Treehugger Robot · 6 years ago
  82. e0b2ce4 Revert^2 "Prevent agents from delaying system daemon threads" by Alex Light · 6 years ago
  83. ed19c67 Fix errno handling to avoid being overwritten by Charles Munger · 6 years ago
  84. c08c107 Revert "Prevent agents from delaying system daemon threads" by Nicolas Geoffray · 6 years ago
  85. 3611fdf Prevent agents from delaying system daemon threads by Alex Light · 6 years ago
  86. 119733d Revert "Revert "ART: introduce PALette abstraction layer"" by Orion Hodson · 6 years ago
  87. e6e01a0 Revert "ART: introduce PALette abstraction layer" by Orion Hodson · 6 years ago
  88. 4b9d00a ART: introduce PALette abstraction layer by Orion Hodson · 6 years ago
  89. e5d2398 ART: Forward-declare Context by Andreas Gampe · 6 years ago
  90. d77abd9 ART: Forward-declare Instrumentation by Andreas Gampe · 6 years ago
  91. f05ad2a Merge "Revert "Suspend the runtime when switching interpreters."" by Lokesh Gidra · 6 years ago
  92. 9fd68f6 Revert "Suspend the runtime when switching interpreters." by Lokesh Gidra · 6 years ago
  93. b7e23dc Merge "Suspend the runtime when switching interpreters." by David Srbecky · 6 years ago
  94. 3a0cd34 Add extra traces to Thread startup by Mathieu Chartier · 6 years ago
  95. 01e1d32 Suspend the runtime when switching interpreters. by David Srbecky · 6 years ago
  96. d57c51e Fix scheduler_stats may resize to negative value by Evan Cheng · 7 years ago
  97. d5ae80c Merge "Use ArtMethod::GetDex{File,Cache}() more." by Treehugger Robot · 6 years ago
  98. 813a863 Use ArtMethod::GetDex{File,Cache}() more. by Vladimir Marko · 6 years ago
  99. c7d878d Revert^4 "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 6 years ago
  100. ec43a01 Revert "Revert^2 "ART: Add StackVisitor accepting a lambda"" by Nicolas Geoffray · 6 years ago