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