- f9ae8e3 Implement shared counters for boot image / zygote methods. by Nicolas Geoffray · 2 years, 11 months ago
- 6cdabe1 Update runtime/ implications to use (D)CHECK_IMPLIES by Santiago Aboy Solanes · 2 years, 10 months ago
- be2b109 Refactor Thread::SweepInterpreterCaches by David Srbecky · 2 years, 10 months ago
- 468de59 Remove bad read barrier from boot image relocation. by Vladimir Marko · 2 years, 11 months ago
- 30bc777 Remove race on cached thread-name deletion by Hans Boehm · 3 years ago
- 1b3ec0f Revert^2 "Reduce pauses for weak reference access" by Hans Boehm · 3 years ago
- 07cbc5b Revert "Reduce pauses for weak reference access" by Hans Boehm · 3 years ago
- 0ab5b6d Reduce pauses for weak reference access by Hans Boehm · 3 years, 6 months ago
- 3d2f148 Revert "Add thread-shared interpreter cache" by Hans Boehm · 3 years ago
- fa40e6e Add thread-shared interpreter cache by David Srbecky · 3 years, 1 month ago
- e45883e ARM64: Enable implicit suspend checks and madvise()... by Vladimir Marko · 3 years ago
- e74e0ce JNI: Inline fast-path for `JniMethodEnd()`. by Vladimir Marko · 3 years, 1 month ago
- 9c0f764 Rewrite thread root flip synchronization. by Vladimir Marko · 3 years, 1 month ago
- ce2a344 JNI: Inline fast-path for `JniMethodStart()`. by Vladimir Marko · 3 years, 1 month ago
- 254a858 Make suspend check test specific flags. by Vladimir Marko · 3 years, 1 month ago
- ddf4fd3 Always access Thread state and flags as 32-bit location. by Vladimir Marko · 3 years, 1 month ago
- 23cf32f JNI: Faster mutator locking during transition. by Vladimir Marko · 3 years, 1 month ago
- 4d29efc Remove unused fields in Thread. by Nicolas Geoffray · 3 years, 3 months ago
- f9795d1 Remove mterp_current_ibase. by Nicolas Geoffray · 3 years, 3 months ago
- 4f99071 Modernize typedefs with `using`. by Vladimir Marko · 3 years, 6 months ago
- e4f983c Remove mterp. by Nicolas Geoffray · 3 years, 6 months ago
- 1d326f9 Avoid race on Thread::tlsPtr_::top_handle_scope. by Vladimir Marko · 3 years, 7 months ago
- 9d27fbc Improve suspension timeout diagnostic and fix race by Hans Boehm · 3 years, 7 months ago
- 6e1b7d8 Add heterogenous lookup to Thread::custom_tls_ by Alex Light · 3 years, 8 months ago
- cedec9d Do not create HandleScope for JNI transitions. by Vladimir Marko · 3 years, 11 months ago
- b5a10be ART/Perfetto Java Heap Profiler by Wessam Hassanein · 4 years, 2 months ago
- 01b6552 Implement Reference.getReferent() intrinsic. by Vladimir Marko · 4 years, 2 months ago
- 891cb88 Add mutator collector coordination documentation by Hans Boehm · 4 years, 5 months ago
- f1e1dd1 Enable -Wconversion for thread.cc by Eric Holk · 4 years, 4 months ago
- 5439f05 Revert^3 "VIXL simulator for ART (Stage1)" by Ulya Trafimovich · 4 years, 5 months ago
- 72e27b0 Remove deprecated debug_suspend_count TLS value by Alex Light · 4 years, 5 months ago
- e886d68 Revert^2 "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 6 months ago
- 3060bb9 Revert "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 6 months ago
- 48ca6a6 VIXL simulator for ART (Stage1) by Xueliang Zhong · 6 years ago
- 9974e3c Clean up generated operator<<(os, enum). by Vladimir Marko · 4 years, 7 months ago
- d34b73b Clean up internal stack trace construction. by Vladimir Marko · 4 years, 8 months ago
- 7e678d3 Assert allocator-type is known on OOME by Lokesh Gidra · 4 years, 8 months ago
- e91e795 Replace instrumention id with stack pointers. by Nicolas Geoffray · 5 years ago
- fc58809 Remove old JDWP implementation from ART by Alex Light · 5 years ago
- e0c6d43 Revert "Fix stack-walking race" by Alex Light · 5 years ago
- 721e402 Fix stack-walking race by Alex Light · 5 years ago
- 4f9d62b Utilize partially used TLABs by Lokesh Gidra · 5 years ago
- c4bf667 Use ResetTlab instead of setting to null by Mathieu Chartier · 5 years ago
- 4847a07 Fix issue with observing invalid thread state. by Alex Light · 5 years ago
- 270db1c Revert^4 "Allow structural redefinition on non-final classes." by Alex Light · 5 years ago
- e3f775b Address comments from aog/1180224. by Nicolas Geoffray · 5 years ago
- a00b54b Helpers and refactorings to prepare for interpreter optimizations (x64) by Nicolas Geoffray · 5 years ago
- 664999a Revert "Revert^2 "Allow structural redefinition on non-final classes."" by Nicolas Geoffray · 5 years ago
- f1b809c Revert^2 "Allow structural redefinition on non-final classes." by Alex Light · 5 years ago
- 88b1c83 Revert "Allow structural redefinition on non-final classes." by Roland Levillain · 5 years ago
- c47040d Allow structural redefinition on non-final classes. by Alex Light · 5 years ago
- dc540df Add ScopedAllowThreadSuspension by Mathieu Chartier · 5 years ago
- 55eccdf Revert^4 "Walk internal ArtField/ArtMethod pointers" by Alex Light · 5 years ago
- c34eab4 Revert "Revert^2 "Walk internal ArtField/ArtMethod pointers"" by Nicolas Geoffray · 5 years ago
- ea2a3d9 Revert^2 "Walk internal ArtField/ArtMethod pointers" by Alex Light · 5 years ago
- 712fa80 Revert "Walk internal ArtField/ArtMethod pointers" by Nicolas Geoffray · 5 years ago
- c84fc3a Walk internal ArtField/ArtMethod pointers by Alex Light · 5 years ago
- fa59588 Fix setting/getting the native priority of a thread. by Nicolas Geoffray · 5 years ago
- 9f18fbc Make classes visibly initialized faster. by Vladimir Marko · 5 years ago
- bf12191 Implement ClassStatus::kVisiblyInitialized. by Vladimir Marko · 6 years ago
- 01ecfa1 Refactor Core Plaform API checking by Orion Hodson · 5 years ago
- 2be4306 ART: Use initial-exec TLS mode for Thread TLS by Andreas Gampe · 5 years ago
- 8237200 ART: Use thread_local on the host for ART Thread* by Andreas Gampe · 5 years ago
- 79d6c80 Revert^2 "Support using opaque JNI ids" by Alex Light · 6 years ago
- b476a29 Revert "Support using opaque JNI ids" by Nicolas Geoffray · 6 years ago
- 21d5994 Support using opaque JNI ids by Alex Light · 6 years ago
- b7c640d JVMTI Force early return by Alex Light · 6 years ago
- 7d42cdd ART: Allow thread suspend lock to be held when dumping a thread by Andreas Gampe · 6 years ago
- 0c2313c ART: Forward-declare SuspendReason in thread.h by Andreas Gampe · 6 years ago
- 4617d58 ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test. by Vladimir Marko · 6 years ago
- 3dacdd6 Revert^4 "Remove Global deopt requirement for several jvmti events" by Alex Light · 6 years ago
- 939798e Revert "Revert^2 "Remove Global deopt requirement for several jvmti events"" by Nicolas Geoffray · 6 years ago
- a75e589 Revert^2 "Remove Global deopt requirement for several jvmti events" by Alex Light · 6 years ago
- ad344b6 Revert "Remove Global deopt requirement for several jvmti events" by Nicolas Geoffray · 6 years ago
- 334630e Remove Global deopt requirement for several jvmti events by Alex Light · 6 years ago
- e0b2ce4 Revert^2 "Prevent agents from delaying system daemon threads" by Alex Light · 6 years ago
- c08c107 Revert "Prevent agents from delaying system daemon threads" by Nicolas Geoffray · 6 years ago
- 3611fdf Prevent agents from delaying system daemon threads by Alex Light · 6 years ago
- e5d2398 ART: Forward-declare Context by Andreas Gampe · 6 years ago
- 639b2b1 ART: Remove instruction_set.h from thread.h by Andreas Gampe · 6 years ago
- a1ffdba ART: IWYU handle_scope by Andreas Gampe · 6 years ago
- 5a0430d ART: Introduce runtime_globals by Andreas Gampe · 6 years ago
- d77abd9 ART: Forward-declare Instrumentation by Andreas Gampe · 6 years ago
- 7fbc4a5 ART: Move to using locks.h instead of mutex.h by Andreas Gampe · 6 years ago
- 79c693b ART: Remove setjmp.h includes by Andreas Gampe · 6 years ago
- aa31f49 Revert^4 "Implement LockSupport.park with a futex" by Charles Munger · 6 years ago
- 13f4d96 Revert "Revert^2 "Implement LockSupport.park with a futex"" by Nicolas Geoffray · 6 years ago
- 4e7077d Revert^2 "Implement LockSupport.park with a futex" by Charles Munger · 6 years ago
- 97d40f9 Merge "Revert "Implement LockSupport.park with a futex"" by Filip Pavlis · 6 years ago
- 5485371 Revert "Implement LockSupport.park with a futex" by Filip Pavlis · 6 years ago
- fe79b59 Merge "Implement LockSupport.park with a futex" by Treehugger Robot · 6 years ago
- 5e1a75c Implement LockSupport.park with a futex by Charles Munger · 6 years ago
- 28f6cff Cache the value of MterpShouldSwitchInterpreters() by David Srbecky · 6 years ago
- 776f3f7 Remove mterp "alternate" opcode handlers. by David Srbecky · 6 years ago
- 185a461 Add some comments missed during jit-loading CL by Alex Light · 6 years ago
- 56de89a Mark most *Offset helper functions as constexpr. by David Srbecky · 6 years ago
- cea4215 Revert "Allow threads to be marked as unsuspendable by kForUserCode" by Alex Light · 6 years ago
- e9f6103 Prevent the JIT from loading classes in debuggable mode by Alex Light · 6 years ago
- bb68fda Move InterpreterCache to right below tlsPtr_ by Alex Light · 6 years ago
- 912f36c Add small thread-local cache for use by the interpreter. by David Srbecky · 6 years ago