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