summaryrefslogtreecommitdiff
path: root/runtime/native/java_lang_Thread.cc
AgeCommit message (Expand)Author
2021-09-04Improve suspension timeout diagnostic and fix raceHans Boehm
2020-10-02Revert "Add getNativeTid function"Rick Yiu
2020-01-17Add getNativeTid functionRick Yiu
2019-03-27Revert "Revert "Change state to waiting during aborting the VM""Koji Fukui
2019-03-19Revert "Change state to waiting during aborting the VM"Nicolas Geoffray
2019-03-18Change state to waiting during aborting the VMKoji Fukui
2018-10-23ART: Refactor for bugprone-argument-commentAndreas Gampe
2018-08-15Rename Thread native methods to match OpenJDK 8u121-b13Paul Duffin
2018-06-01ObjPtr<>-ify array allocations.Vladimir Marko
2018-05-25Rename nativeHoldsLock to holdsLock and make it work on current threadPaul Duffin
2018-05-09ART: Move JNI files to runtime/jni/ .Vladimir Marko
2017-12-22Extensions to check JNI.Ian Rogers
2017-10-25ART: Depend on libnativehelper headers onlyAndreas Gampe
2017-09-14Add support for JVMTI monitor events.Alex Light
2017-07-18art: use proper nativehelper headersSteven Moreland
2017-07-13Add Jvmti Suspend/ResumeThread functionsAlex Light
2017-06-30Add SuspendReason enum and change Suspension functions.Alex Light
2017-06-01ART: Move RegisterNatives helperAndreas Gampe
2017-05-30ART: More header cleanup - jni_internal.hAndreas Gampe
2017-02-21jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI.Igor Murashkin
2017-02-03ART: Refactor verify_object.hAndreas Gampe
2016-10-04Rename ObjPtr::Decode to ObjPtr::PtrMathieu Chartier
2016-09-29Clean up ScopedThreadStateChange to use ObjPtrMathieu Chartier
2016-04-12ART: Flag to fail thread creationAndreas Gampe
2015-12-21Treat thread state kWaitingWeakGcRootRead as kJavaRunnable.Hiroshi Yamauchi
2015-08-27Synchronize JNI critical calls with the CC collector thread flip.Hiroshi Yamauchi
2015-08-17ART: Some header cleaning around bit-utilsAndreas Gampe
2015-08-04Address some comments and clean upMathieu Chartier
2015-07-17Change intern table to not use WaitHoldingLocksMathieu Chartier
2015-05-12Hold heap bitmap lock in Heap::GetObjectsAllocatedMathieu Chartier
2015-04-22Replace NULL with nullptrMathieu Chartier
2015-03-10Remove ThrowLocation.Nicolas Geoffray
2015-01-20Clean up the locks around Heap::VisitObjects().Hiroshi Yamauchi
2014-11-24ART: Fix unused variables and functionsAndreas Gampe
2014-11-12Modify the behavior of thread suspend shootouts.Ian Rogers
2014-11-04ART: More warningsAndreas Gampe
2014-08-28Fix issue with Thread.setName hanging after Thread.startBrian Carlstrom
2014-07-17Avoid race in single thread suspension.Ian Rogers
2014-07-09Fix method tracing from command-lineSebastien Hertz
2014-04-22Warn when thread state lookup fails.Ian Rogers
2014-04-01Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers
2014-03-14Refactor reflective method invocation.Ian Rogers
2014-02-21Fix and optimize verify object.Mathieu Chartier
2014-01-13Selective deoptimization.Sebastien Hertz
2013-10-20Fast JNI support.Ian Rogers
2013-10-02Inflate contended lock word by suspending owner.Ian Rogers
2013-07-26Fix cpplint whitespace/comments issuesBrian Carlstrom
2013-07-12Create separate Android.mk for main build targetsBrian Carlstrom