index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
thread.cc
Age
Commit message (
Expand
)
Author
2022-02-09
Add tracepoint for OutOfMemoryError
Ioannis Ilkos
2022-02-03
Remove race on cached thread-name deletion
Hans Boehm
2022-02-02
Cleanup Instrumentation::IsActive
Mythri Alle
2022-01-24
Use implicit suspend check in JIT.
Nicolas Geoffray
2022-01-24
Emit dex_pc as line number when debug info is unavailable for ANR traces
Daniel Jin
2022-01-17
Revert "Add thread-shared interpreter cache"
Hans Boehm
2022-01-15
Add thread-shared interpreter cache
David Srbecky
2022-01-12
ARM64: Enable implicit suspend checks and madvise()...
Vladimir Marko
2021-12-14
JNI: Inline fast-path for `JniMethodEnd()`.
Vladimir Marko
2021-12-10
Rewrite thread root flip synchronization.
Vladimir Marko
2021-12-07
JNI: Inline fast-path for `JniMethodStart()`.
Vladimir Marko
2021-11-26
Clean up JNI entrypoint assembly.
Vladimir Marko
2021-11-25
Always access Thread state and flags as 32-bit location.
Vladimir Marko
2021-11-23
Revert^2 "JNI: Rewrite locking for synchronized methods."
Vladimir Marko
2021-11-23
Revert "JNI: Rewrite locking for synchronized methods."
Vladimir Marko
2021-11-22
JNI: Rewrite locking for synchronized methods.
Vladimir Marko
2021-11-17
JNI: Faster mutator locking during transition.
Vladimir Marko
2021-11-04
Avoid redundant strlen for shorty names
Jared Duke
2021-11-02
Revert^2 "JNI: Remove `JniMethodFast{Start,End}()`."
Vladimir Marko
2021-10-19
Revert "JNI: Remove `JniMethodFast{Start,End}()`."
Vladimir Marko
2021-10-19
JNI: Remove `JniMethodFast{Start,End}()`.
Vladimir Marko
2021-09-10
Suppress three counts of compiler warnings for frame size limit exceeded
Yi Kong
2021-07-13
Remove mterp.
Nicolas Geoffray
2021-06-10
Faster Class::FindField().
Vladimir Marko
2021-05-25
Improve suspension timeout diagnostic and fix race
Hans Boehm
2021-02-23
Do not create HandleScope for JNI transitions.
Vladimir Marko
2021-02-09
Do not dump details of OOME for thread peer.
Vladimir Marko
2021-02-06
libartpalette: Use fixed width typedef rather than enum for status
Orion Hodson
2021-02-05
ART/Perfetto Java Heap Profiler
Wessam Hassanein
2021-01-21
Disable the public SDK Checker during exception throwing
Calin Juravle
2020-12-09
JNI: Faster jobject decoding by avoiding checks.
Vladimir Marko
2020-08-28
Enable -Wconversion for thread.cc
Eric Holk
2020-08-28
Avoid NanoSleep overflow
Hans Boehm
2020-08-20
Avoid tv_sec overflows in Park()
Hans Boehm
2020-07-29
Revert^3 "VIXL simulator for ART (Stage1)"
Ulya Trafimovich
2020-07-28
Remove deprecated debug_suspend_count TLS value
Alex Light
2020-07-28
Replace debug_suspend_count with user_code_suspend_count in log
Alex Light
2020-07-28
More inclusive language in the runtime
David Srbecky
2020-07-17
Revert^2 "VIXL simulator for ART (Stage1)"
Ulyana Trafimovich
2020-07-16
Revert "VIXL simulator for ART (Stage1)"
Ulyana Trafimovich
2020-07-16
VIXL simulator for ART (Stage1)
Xueliang Zhong
2020-05-13
Move implementations from class_root.h to -inl.h .
Vladimir Marko
2020-05-08
Remove extra logging added to debug
Lokesh Gidra
2020-05-05
Clean up internal stack trace construction.
Vladimir Marko
2020-04-30
Assert allocator-type is known on OOME
Lokesh Gidra
2020-02-19
Allow late lookup for @CriticalNative methods.
Vladimir Marko
2020-01-31
Replace instrumention id with stack pointers.
Nicolas Geoffray
2020-01-29
Remove old JDWP implementation from ART
Alex Light
2020-01-23
Don't pattern-init an unused variable that overallocates the stack
Stephen Hines
2020-01-22
Revert "Fix stack-walking race"
Alex Light
[next]