index
:
Project-1CE/art
lineage-18.1
sugisawa
sugisawa-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
native
/
java_lang_Thread.cc
Age
Commit message (
Expand
)
Author
2021-09-04
Improve suspension timeout diagnostic and fix race
Hans Boehm
2020-10-02
Revert "Add getNativeTid function"
Rick Yiu
2020-01-17
Add getNativeTid function
Rick Yiu
2019-03-27
Revert "Revert "Change state to waiting during aborting the VM""
Koji Fukui
2019-03-19
Revert "Change state to waiting during aborting the VM"
Nicolas Geoffray
2019-03-18
Change state to waiting during aborting the VM
Koji Fukui
2018-10-23
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-08-15
Rename Thread native methods to match OpenJDK 8u121-b13
Paul Duffin
2018-06-01
ObjPtr<>-ify array allocations.
Vladimir Marko
2018-05-25
Rename nativeHoldsLock to holdsLock and make it work on current thread
Paul Duffin
2018-05-09
ART: Move JNI files to runtime/jni/ .
Vladimir Marko
2017-12-22
Extensions to check JNI.
Ian Rogers
2017-10-25
ART: Depend on libnativehelper headers only
Andreas Gampe
2017-09-14
Add support for JVMTI monitor events.
Alex Light
2017-07-18
art: use proper nativehelper headers
Steven Moreland
2017-07-13
Add Jvmti Suspend/ResumeThread functions
Alex Light
2017-06-30
Add SuspendReason enum and change Suspension functions.
Alex Light
2017-06-01
ART: Move RegisterNatives helper
Andreas Gampe
2017-05-30
ART: More header cleanup - jni_internal.h
Andreas Gampe
2017-02-21
jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI.
Igor Murashkin
2017-02-03
ART: Refactor verify_object.h
Andreas Gampe
2016-10-04
Rename ObjPtr::Decode to ObjPtr::Ptr
Mathieu Chartier
2016-09-29
Clean up ScopedThreadStateChange to use ObjPtr
Mathieu Chartier
2016-04-12
ART: Flag to fail thread creation
Andreas Gampe
2015-12-21
Treat thread state kWaitingWeakGcRootRead as kJavaRunnable.
Hiroshi Yamauchi
2015-08-27
Synchronize JNI critical calls with the CC collector thread flip.
Hiroshi Yamauchi
2015-08-17
ART: Some header cleaning around bit-utils
Andreas Gampe
2015-08-04
Address some comments and clean up
Mathieu Chartier
2015-07-17
Change intern table to not use WaitHoldingLocks
Mathieu Chartier
2015-05-12
Hold heap bitmap lock in Heap::GetObjectsAllocated
Mathieu Chartier
2015-04-22
Replace NULL with nullptr
Mathieu Chartier
2015-03-10
Remove ThrowLocation.
Nicolas Geoffray
2015-01-20
Clean up the locks around Heap::VisitObjects().
Hiroshi Yamauchi
2014-11-24
ART: Fix unused variables and functions
Andreas Gampe
2014-11-12
Modify the behavior of thread suspend shootouts.
Ian Rogers
2014-11-04
ART: More warnings
Andreas Gampe
2014-08-28
Fix issue with Thread.setName hanging after Thread.start
Brian Carlstrom
2014-07-17
Avoid race in single thread suspension.
Ian Rogers
2014-07-09
Fix method tracing from command-line
Sebastien Hertz
2014-04-22
Warn when thread state lookup fails.
Ian Rogers
2014-04-01
Allow mixing of thread offsets between 32 and 64bit architectures.
Ian Rogers
2014-03-14
Refactor reflective method invocation.
Ian Rogers
2014-02-21
Fix and optimize verify object.
Mathieu Chartier
2014-01-13
Selective deoptimization.
Sebastien Hertz
2013-10-20
Fast JNI support.
Ian Rogers
2013-10-02
Inflate contended lock word by suspending owner.
Ian Rogers
2013-07-26
Fix cpplint whitespace/comments issues
Brian Carlstrom
2013-07-12
Create separate Android.mk for main build targets
Brian Carlstrom