1. dc540df Add ScopedAllowThreadSuspension by Mathieu Chartier · 5 years ago
  2. 55eccdf Revert^4 "Walk internal ArtField/ArtMethod pointers" by Alex Light · 5 years ago
  3. c34eab4 Revert "Revert^2 "Walk internal ArtField/ArtMethod pointers"" by Nicolas Geoffray · 5 years ago
  4. ea2a3d9 Revert^2 "Walk internal ArtField/ArtMethod pointers" by Alex Light · 5 years ago
  5. 712fa80 Revert "Walk internal ArtField/ArtMethod pointers" by Nicolas Geoffray · 5 years ago
  6. c84fc3a Walk internal ArtField/ArtMethod pointers by Alex Light · 5 years ago
  7. fa59588 Fix setting/getting the native priority of a thread. by Nicolas Geoffray · 5 years ago
  8. 9f18fbc Make classes visibly initialized faster. by Vladimir Marko · 5 years ago
  9. bf12191 Implement ClassStatus::kVisiblyInitialized. by Vladimir Marko · 5 years ago
  10. 01ecfa1 Refactor Core Plaform API checking by Orion Hodson · 5 years ago
  11. 2be4306 ART: Use initial-exec TLS mode for Thread TLS by Andreas Gampe · 5 years ago
  12. 8237200 ART: Use thread_local on the host for ART Thread* by Andreas Gampe · 5 years ago
  13. 79d6c80 Revert^2 "Support using opaque JNI ids" by Alex Light · 5 years ago
  14. b476a29 Revert "Support using opaque JNI ids" by Nicolas Geoffray · 5 years ago
  15. 21d5994 Support using opaque JNI ids by Alex Light · 5 years ago
  16. b7c640d JVMTI Force early return by Alex Light · 6 years ago
  17. 7d42cdd ART: Allow thread suspend lock to be held when dumping a thread by Andreas Gampe · 5 years ago
  18. 0c2313c ART: Forward-declare SuspendReason in thread.h by Andreas Gampe · 5 years ago
  19. 4617d58 ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test. by Vladimir Marko · 6 years ago
  20. 3dacdd6 Revert^4 "Remove Global deopt requirement for several jvmti events" by Alex Light · 6 years ago
  21. 939798e Revert "Revert^2 "Remove Global deopt requirement for several jvmti events"" by Nicolas Geoffray · 6 years ago
  22. a75e589 Revert^2 "Remove Global deopt requirement for several jvmti events" by Alex Light · 6 years ago
  23. ad344b6 Revert "Remove Global deopt requirement for several jvmti events" by Nicolas Geoffray · 6 years ago
  24. 334630e Remove Global deopt requirement for several jvmti events by Alex Light · 6 years ago
  25. e0b2ce4 Revert^2 "Prevent agents from delaying system daemon threads" by Alex Light · 6 years ago
  26. c08c107 Revert "Prevent agents from delaying system daemon threads" by Nicolas Geoffray · 6 years ago
  27. 3611fdf Prevent agents from delaying system daemon threads by Alex Light · 6 years ago
  28. e5d2398 ART: Forward-declare Context by Andreas Gampe · 6 years ago
  29. 639b2b1 ART: Remove instruction_set.h from thread.h by Andreas Gampe · 6 years ago
  30. a1ffdba ART: IWYU handle_scope by Andreas Gampe · 6 years ago
  31. 5a0430d ART: Introduce runtime_globals by Andreas Gampe · 6 years ago
  32. d77abd9 ART: Forward-declare Instrumentation by Andreas Gampe · 6 years ago
  33. 7fbc4a5 ART: Move to using locks.h instead of mutex.h by Andreas Gampe · 6 years ago
  34. 79c693b ART: Remove setjmp.h includes by Andreas Gampe · 6 years ago
  35. aa31f49 Revert^4 "Implement LockSupport.park with a futex" by Charles Munger · 6 years ago
  36. 13f4d96 Revert "Revert^2 "Implement LockSupport.park with a futex"" by Nicolas Geoffray · 6 years ago
  37. 4e7077d Revert^2 "Implement LockSupport.park with a futex" by Charles Munger · 6 years ago
  38. 97d40f9 Merge "Revert "Implement LockSupport.park with a futex"" by Filip Pavlis · 6 years ago
  39. 5485371 Revert "Implement LockSupport.park with a futex" by Filip Pavlis · 6 years ago
  40. fe79b59 Merge "Implement LockSupport.park with a futex" by Treehugger Robot · 6 years ago
  41. 5e1a75c Implement LockSupport.park with a futex by Charles Munger · 6 years ago
  42. 28f6cff Cache the value of MterpShouldSwitchInterpreters() by David Srbecky · 6 years ago
  43. 776f3f7 Remove mterp "alternate" opcode handlers. by David Srbecky · 6 years ago
  44. 185a461 Add some comments missed during jit-loading CL by Alex Light · 6 years ago
  45. 56de89a Mark most *Offset helper functions as constexpr. by David Srbecky · 6 years ago
  46. cea4215 Revert "Allow threads to be marked as unsuspendable by kForUserCode" by Alex Light · 6 years ago
  47. e9f6103 Prevent the JIT from loading classes in debuggable mode by Alex Light · 6 years ago
  48. bb68fda Move InterpreterCache to right below tlsPtr_ by Alex Light · 6 years ago
  49. 912f36c Add small thread-local cache for use by the interpreter. by David Srbecky · 6 years ago
  50. 5357067 Allow threads to be marked as unsuspendable by kForUserCode by Alex Light · 6 years ago
  51. 184f075 Rewrite thread CustomTLS to support keyed TLS entries by Alex Light · 6 years ago
  52. aee008e ART: Reserve more overflow space for the interpreter by Andreas Gampe · 6 years ago
  53. 1979c64 Clean up include paths by David Sehr · 7 years ago
  54. 6ee4971 Revert^4 "Add an option to disable native stack dumping on SIGQUIT." by Nicolas Geoffray · 7 years ago
  55. 642e9d8 Revert "Revert "Revert "Add an option to disable native stack dumping on SIGQUIT.""" by Christopher Ferris · 7 years ago
  56. 3dada43 Merge "ART: Simplify atomic.h" by Orion Hodson · 7 years ago
  57. 318afe6 Remove unneeded ScopedGCCriticalSections from openjdkjvmti. by Alex Light · 7 years ago
  58. 88591fe ART: Simplify atomic.h by Orion Hodson · 7 years ago
  59. 86821ac Merge "Revert "Revert "Add an option to disable native stack dumping on SIGQUIT.""" by Nicolas Geoffray · 7 years ago
  60. 74d25c9 Revert "Revert "Add an option to disable native stack dumping on SIGQUIT."" by Nicolas Geoffray · 7 years ago
  61. 7a02c66 Merge "Revert "Add an option to disable native stack dumping on SIGQUIT."" by Treehugger Robot · 7 years ago
  62. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  63. 8b08974 Revert "Add an option to disable native stack dumping on SIGQUIT." by Andreas Gampe · 7 years ago
  64. 5677601 ART: Call ThreadGroup.add for attached threads by Andreas Gampe · 7 years ago
  65. fb6b0b1 ART: Add support for VMStack.getAnnotatedStackTrace by Andreas Gampe · 7 years ago
  66. 4131d10 ART: Additional Atomic methods by Orion Hodson · 7 years ago
  67. 55256cb Extensions to check JNI. by Ian Rogers · 7 years ago
  68. 2196c65 Revert^4 "JIT JNI stubs." by Vladimir Marko · 7 years ago
  69. 056d775 Revert "Revert "Revert "JIT JNI stubs.""" by Nicolas Geoffray · 7 years ago
  70. e744163 Revert "Revert "JIT JNI stubs."" by Vladimir Marko · 7 years ago
  71. 47d3185 Revert "JIT JNI stubs." by Vladimir Marko · 7 years ago
  72. 3417eae JIT JNI stubs. by Vladimir Marko · 7 years ago
  73. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  74. df00a1e Prevent abort in situations with recursive checkpoints by Alex Light · 7 years ago
  75. b1e31a8 Change RequestSynchronousCheckpoint to release thread_list_lock_ by Alex Light · 7 years ago
  76. 848574c Implement asynchronous exception support by Alex Light · 7 years ago
  77. 4d15980 Merge "Shrink ART Mutex exclusive_owner_ field to Atomic<pid_t>" by Hans Boehm · 7 years ago
  78. 217488a ART: Move read barrier config out of globals by Andreas Gampe · 7 years ago
  79. 0882af2 Shrink ART Mutex exclusive_owner_ field to Atomic<pid_t> by Hans Boehm · 7 years ago
  80. 2ee1790 Revert^4 "Allow deoptimization when returning from a runtime method." by Mingyao Yang · 7 years ago
  81. 07c7028 Revert "Revert "Revert "Allow deoptimization when returning from a runtime method.""" by Nicolas Geoffray · 7 years ago
  82. 047abb2 Revert "Revert "Allow deoptimization when returning from a runtime method."" by Mingyao Yang · 7 years ago
  83. 2b87ae0 Revert "Allow deoptimization when returning from a runtime method." by Vladimir Marko · 7 years ago
  84. edeba10 Allow deoptimization when returning from a runtime method. by Mingyao Yang · 8 years ago
  85. f26828b Add a conditional boolean to ScopedAssertNoThreadSuspension. by Mingyao Yang · 7 years ago
  86. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  87. 092a404 Ensure jvmti agents don't share ThreadLocalStorage by Alex Light · 7 years ago
  88. 5e7eb2f Merge "Add Jvmti Suspend/ResumeThread functions" by Treehugger Robot · 7 years ago
  89. 88fd720 Add Jvmti Suspend/ResumeThread functions by Alex Light · 7 years ago
  90. 97c4646 Introduce a Marking Register in ARM64 code generation. by Roland Levillain · 7 years ago
  91. 46f9340 Add SuspendReason enum and change Suspension functions. by Alex Light · 7 years ago
  92. 28c4a23 ART: Fix RequestSynchronousCheckpoint by Andreas Gampe · 7 years ago
  93. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 7 years ago
  94. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 7 years ago
  95. 365719c No need to lock when calling Thread.interrupted. by Nicolas Geoffray · 8 years ago
  96. 3768ade Revert "Revert "Add concurrent card graying for immune spaces"" by Mathieu Chartier · 8 years ago
  97. 6bc7774 Use partial TLAB regions by Mathieu Chartier · 8 years ago
  98. 1c8f4ff Always check result of Thread::ModifySuspendCount by Sebastien Hertz · 8 years ago
  99. efd20cb Catch signals that happen inside a fault handler. by Josh Gao · 8 years ago
  100. 45d9426 Merge "ART: Add currentThread cutout to Unstarted Runtime" by Treehugger Robot · 8 years ago