summaryrefslogtreecommitdiffstats
path: root/runtime/thread.h
Commit message (Expand)AuthorAgeFilesLines
* ART: Allow thread suspend lock to be held when dumping a threadAndreas Gampe2019-06-041-4/+0
* ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test.Vladimir Marko2019-03-291-1/+1
* Revert^4 "Remove Global deopt requirement for several jvmti events"Alex Light2019-03-121-1/+25
* Revert "Revert^2 "Remove Global deopt requirement for several jvmti events""Nicolas Geoffray2019-03-121-25/+1
* Revert^2 "Remove Global deopt requirement for several jvmti events"Alex Light2019-03-111-1/+25
* Revert "Remove Global deopt requirement for several jvmti events"Nicolas Geoffray2019-03-091-25/+1
* Remove Global deopt requirement for several jvmti eventsAlex Light2019-03-081-1/+25
* Revert^2 "Prevent agents from delaying system daemon threads"Alex Light2019-02-221-0/+2
* Revert "Prevent agents from delaying system daemon threads"Nicolas Geoffray2019-02-211-2/+0
* Prevent agents from delaying system daemon threadsAlex Light2019-02-111-0/+2
* ART: Forward-declare ContextAndreas Gampe2019-01-091-11/+3
* ART: Remove instruction_set.h from thread.hAndreas Gampe2019-01-091-19/+2
* ART: IWYU handle_scopeAndreas Gampe2019-01-091-0/+1
* ART: Introduce runtime_globalsAndreas Gampe2019-01-091-1/+1
* ART: Forward-declare InstrumentationAndreas Gampe2019-01-031-1/+4
* ART: Move to using locks.h instead of mutex.hAndreas Gampe2018-12-061-3/+3
* ART: Remove setjmp.h includesAndreas Gampe2018-11-211-2/+0
* Revert^4 "Implement LockSupport.park with a futex"Charles Munger2018-11-051-0/+7
* Revert "Revert^2 "Implement LockSupport.park with a futex""Nicolas Geoffray2018-11-011-7/+0
* Revert^2 "Implement LockSupport.park with a futex"Charles Munger2018-10-311-0/+7
* Merge "Revert "Implement LockSupport.park with a futex""Filip Pavlis2018-10-311-7/+0
|\
| * Revert "Implement LockSupport.park with a futex"Filip Pavlis2018-10-311-7/+0
* | Merge "Implement LockSupport.park with a futex"Treehugger Robot2018-10-311-0/+7
|\|
| * Implement LockSupport.park with a futexCharles Munger2018-10-301-0/+7
* | Cache the value of MterpShouldSwitchInterpreters()David Srbecky2018-10-221-0/+19
* | Remove mterp "alternate" opcode handlers.David Srbecky2018-10-161-33/+2
|/
* Add some comments missed during jit-loading CLAlex Light2018-10-041-1/+1
* Mark most *Offset helper functions as constexpr.David Srbecky2018-10-031-39/+30
* Revert "Allow threads to be marked as unsuspendable by kForUserCode"Alex Light2018-10-011-18/+2
* Prevent the JIT from loading classes in debuggable modeAlex Light2018-10-011-7/+9
* Move InterpreterCache to right below tlsPtr_Alex Light2018-10-011-5/+8
* Add small thread-local cache for use by the interpreter.David Srbecky2018-09-271-0/+29
* Allow threads to be marked as unsuspendable by kForUserCodeAlex Light2018-07-171-2/+18
* Rewrite thread CustomTLS to support keyed TLS entriesAlex Light2018-07-161-9/+19
* ART: Reserve more overflow space for the interpreterAndreas Gampe2018-06-291-6/+10
* Clean up include pathsDavid Sehr2018-04-261-1/+1
* Revert^4 "Add an option to disable native stack dumping on SIGQUIT."Nicolas Geoffray2018-03-301-0/+2
* Revert "Revert "Revert "Add an option to disable native stack dumping on SIGQ...Christopher Ferris2018-03-271-2/+0
* Merge "ART: Simplify atomic.h"Orion Hodson2018-03-251-3/+3
|\
| * ART: Simplify atomic.hOrion Hodson2018-03-231-3/+3
* | Remove unneeded ScopedGCCriticalSections from openjdkjvmti.Alex Light2018-03-231-2/+17
|/
* Merge "Revert "Revert "Add an option to disable native stack dumping on SIGQU...Nicolas Geoffray2018-03-131-0/+2
|\
| * Revert "Revert "Add an option to disable native stack dumping on SIGQUIT.""Nicolas Geoffray2018-03-121-0/+2
* | Merge "Revert "Add an option to disable native stack dumping on SIGQUIT.""Treehugger Robot2018-03-061-2/+0
|\|
| * Revert "Add an option to disable native stack dumping on SIGQUIT."Andreas Gampe2018-03-051-2/+0
* | Move most of runtime/base to libartbase/baseDavid Sehr2018-03-051-1/+1
|/
* ART: Call ThreadGroup.add for attached threadsAndreas Gampe2018-01-301-0/+6
* ART: Add support for VMStack.getAnnotatedStackTraceAndreas Gampe2018-01-081-0/+3
* ART: Additional Atomic methodsOrion Hodson2018-01-051-2/+2
* Extensions to check JNI.Ian Rogers2017-12-221-1/+1