Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
cc98f634847914d306d9c1ae16c46b95e0645270
/
runtime
/
thread_list.cc
bb661c0
Refactor use of __ANDROID__ macro
by Bilyan Borisov
· 9 years ago
61b3cd4
Prevent holding stale Thread pointers
by Mathieu Chartier
· 9 years ago
d3c5965
Check GetDumpNativeStackOnSigQuit() for daemons.
by Nicolas Geoffray
· 9 years ago
8d1594d
ART: Allow unwinding unattached threads
by Andreas Gampe
· 9 years ago
47c1959
Increase kDumpWaitTimeout 10x for target builds
by Mathieu Chartier
· 9 years ago
32ce2ad
Add more systracing everywhere
by Mathieu Chartier
· 9 years ago
0c65939
Revert "ART: Allow unwinding unattached threads"
by Nicolas Geoffray
· 9 years ago
f728672
ART: Allow unwinding unattached threads
by Andreas Gampe
· 9 years ago
a73280d
Add an option to disable native stack dumping on SIGQUIT.
by Nicolas Geoffray
· 9 years ago
fbc3108
Revert "Revert "Load app images""
by Mathieu Chartier
· 9 years ago
1bc977c
Revert "Load app images"
by Nicolas Geoffray
· 9 years ago
f7fd970
Load app images
by Mathieu Chartier
· 9 years ago
59a8c0b
Use current pid not tid to create a backtrace map.
by tony.ys_liu
· 9 years ago
62597d1
Add sleep in SuspendAllDaemonThreadsForShutdown
by Mathieu Chartier
· 9 years ago
ba098ba
Revert "Revert "Reduce sleep duration in SuspendAllDaemonThreads""
by Mathieu Chartier
· 9 years ago
4d87df6
Improve handling of daemon threads after runtime shutdown
by Mathieu Chartier
· 9 years ago
bc34a7e
Revert "Reduce sleep duration in SuspendAllDaemonThreads"
by Nicolas Geoffray
· 9 years ago
adef5bd
Reduce sleep duration in SuspendAllDaemonThreads
by Mathieu Chartier
· 9 years ago
fb6db4c
Add systrace output to runtime shutdown
by Mathieu Chartier
· 9 years ago
9450c6c
Remove thread suspension assertion for SuspendAllForDebugger
by Mathieu Chartier
· 9 years ago
6262340
Fix deadlock with the JIT code cache.
by Nicolas Geoffray
· 9 years ago
b56200b
Add comment for RunCheckpoint and clean up ThreadList a bit
by Mathieu Chartier
· 9 years ago
10d2508
Change Checkpoint API to return total number of checkpoints
by Mathieu Chartier
· 9 years ago
6cff48f
ART: Speed up thread stack tracing for ANRs
by Christopher Ferris
· 11 years ago
4f55e22
Add and use ScopedSuspendAll
by Mathieu Chartier
· 9 years ago
0037082
Use thread-local is_gc_marking flags for the CC collector.
by Hiroshi Yamauchi
· 9 years ago
5116837
Wait for GC to finish in ThreadList::~ThreadList
by Mathieu Chartier
· 9 years ago
4382f1e
Revert "Revert "ART: Use bionic TLS slot for thread-self""
by Andreas Gampe
· 9 years ago
b19ccb1
Use SuspendAllInternal for FlipThreadRoots
by Mathieu Chartier
· 9 years ago
19af117
Fix mac build
by Mathieu Chartier
· 9 years ago
c6f3439
Merge "ART: JNI thread state transition optimization"
by Mathieu Chartier
· 9 years ago
eac4424
ART: JNI thread state transition optimization
by Yu Li
· 9 years ago
5b1eea0
Merge "Thread-local mark stacks for the CC collector."
by Hiroshi Yamauchi
· 9 years ago
0b71357
Thread-local mark stacks for the CC collector.
by Hiroshi Yamauchi
· 9 years ago
3cf2253
Clean up some includes
by Mathieu Chartier
· 9 years ago
cbc5064
JDWP: asynchronous invoke command handling
by Sebastien Hertz
· 9 years ago
bf44d42
Add a way to SuspendAll for a long duration
by Mathieu Chartier
· 9 years ago
80afd02
ART: Clean up arm64 kNumberOfXRegisters usage.
by Vladimir Marko
· 10 years ago
2cebb24
Replace NULL with nullptr
by Mathieu Chartier
· 10 years ago
bb87e0f
Refactor and improve GC root handling
by Mathieu Chartier
· 10 years ago
bf9fc58
Add more info to who called SuspendAll
by Mathieu Chartier
· 10 years ago
1558b57
JDWP: allocate DebugInvokeReq only when requested
by Sebastien Hertz
· 10 years ago
ff3ef43
Merge "Reserve bits in the lock word for read barriers."
by Hiroshi Yamauchi
· 10 years ago
e15ea08
Reserve bits in the lock word for read barriers.
by Hiroshi Yamauchi
· 10 years ago
91e5669
Wait for threads to finish unregistering
by Mathieu Chartier
· 10 years ago
9db831a
Print thread name for attempting to unregister unattached thread
by Mathieu Chartier
· 10 years ago
794ad76
ART: Introduce NO_RETURN, Mark DoLongJump noreturn
by Andreas Gampe
· 10 years ago
3a958aa
Fix incorrect static const
by Mathieu Chartier
· 10 years ago
c470aef
Merge "Fix occasional long ThreadSuspendSleep"
by Mathieu Chartier
· 10 years ago
9914386
Fix occasional long ThreadSuspendSleep
by Mathieu Chartier
· 10 years ago
dd9943d
ART: checkpoint mechanism optimization
by Lei Li
· 10 years ago
2cd334a
More of the concurrent copying collector.
by Hiroshi Yamauchi
· 10 years ago
e34fa1d
Print more info in MarkSweep::VerifyRoot
by Mathieu Chartier
· 10 years ago
1e4b0ca
ART: Change ternary location for timeout
by Andreas Gampe
· 10 years ago
f3401f7
Merge "JDWP: allow VirtualMachine.Resume on partial suspension"
by Sebastien Hertz
· 10 years ago
4a3d19b
ART: Increase dump checkpoint timeout on the host
by Andreas Gampe
· 10 years ago
f9d233d
JDWP: allow VirtualMachine.Resume on partial suspension
by Sebastien Hertz
· 10 years ago
23f6e69
Only dump suspend all histogram if we have samples
by Mathieu Chartier
· 10 years ago
70a596d
Add thread suspend histogram
by Mathieu Chartier
· 10 years ago
f0dc8b5
Add systrace events to monitors and thread suspension
by Mathieu Chartier
· 10 years ago
82a800d
Decrement suspend count if thread is shutting down
by Mathieu Chartier
· 10 years ago
db97871
Revert "Tidy gAborting."
by Nicolas Geoffray
· 10 years ago
015b137
Tidy gAborting.
by Ian Rogers
· 10 years ago
7443c9a
ART: Avoid a recursive abort
by Andreas Gampe
· 10 years ago
4ad5cd3
Modify the behavior of thread suspend shootouts.
by Ian Rogers
· 10 years ago
4d5d62f
Merge "Make thread dumping more tolerant of broken invariants during abort."
by Ian Rogers
· 10 years ago
277ccbd
ART: More warnings
by Andreas Gampe
· 10 years ago
8409ec4
Make thread dumping more tolerant of broken invariants during abort.
by Ian Rogers
· 10 years ago
6a3c1fc
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
by Ian Rogers
· 10 years ago
0256737
Merge "Fix JDWP Virtualmachine.Resume command"
by Sebastien Hertz
· 10 years ago
c7dd295
Tidy up logging.
by Ian Rogers
· 10 years ago
253fa55
Fix JDWP Virtualmachine.Resume command
by Sebastien Hertz
· 10 years ago
e094b87
Store exiting thread ids and names while tracing to output later.
by Jeff Hao
· 10 years ago
fec72f4
Fix race in thread list destructor
by Mathieu Chartier
· 10 years ago
5869a2c
Dump mutator lock for thread suspend timeout
by Mathieu Chartier
· 10 years ago
f272af4
Move spammy logs to JDWP verbose mode
by Sebastien Hertz
· 10 years ago
a2af5c7
Only log an error if an unattached thread is unregistered.
by Ian Rogers
· 10 years ago
2156ff1
Add time out to dump check point.
by Ian Rogers
· 10 years ago
7b078e8
Compile time performance improvements focusing on interpret-only.
by Ian Rogers
· 10 years ago
ed2be17
Reduce lock contention when debugging
by Sebastien Hertz
· 10 years ago
ba32de4
Fix issue with Thread.setName hanging after Thread.start
by Brian Carlstrom
· 10 years ago
68d8b42
Wire up check JNI force copy mode.
by Ian Rogers
· 10 years ago
c5d824a
Stop thread from reattaching during runtime shutdown while tracing.
by Jeff Hao
· 10 years ago
f3d874c
Avoid race in single thread suspension.
by Ian Rogers
· 10 years ago
251755c
Use sched_yield in Monitor::MonitorEnter.
by Mathieu Chartier
· 10 years ago
bae182c
Fix method tracing from command-line
by Sebastien Hertz
· 11 years ago
9db911e
Print mutexes held in Thread::Dump.
by Mathieu Chartier
· 10 years ago
9e36931
Move modify_ldt_lock into global lock order.
by Chao-ying Fu
· 11 years ago
5a9ba01
Build fix.
by Ian Rogers
· 11 years ago
4d466a8
Remove all LOG(DEBUG) which is not intended to be checked in
by Brian Carlstrom
· 11 years ago
6f365cc
Enable concurrent sweeping for non-concurrent GC.
by Mathieu Chartier
· 11 years ago
a2cee18
Modify unwind to comply with stack parser tools.
by Christopher Ferris
· 11 years ago
bb43b43
Clear unused roots from debugger
by Sebastien Hertz
· 11 years ago
7bf9f19
Improve invalid root dumping.
by Mathieu Chartier
· 11 years ago
2966e13
Avoid debug check violation in thread registration.
by Ian Rogers
· 11 years ago
dd7624d
Allow mixing of thread offsets between 32 and 64bit architectures.
by Ian Rogers
· 11 years ago
b373e09
Implicit null/suspend checks (oat version bump)
by Dave Allison
· 11 years ago
39c3bfb
Make use of profiling information for dex2oat
by Dave Allison
· 11 years ago
719d1a3
Enable annotalysis on clang ART builds.
by Ian Rogers
· 11 years ago
6dda898
Disable compaction for jni workarounds.
by Mathieu Chartier
· 11 years ago
Next »