summaryrefslogtreecommitdiff
path: root/runtime/native/java_lang_Thread.cc
AgeCommit message (Expand)Author
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 VM Koji Fukui
2018-10-23ART: Refactor for bugprone-argument-comment Andreas Gampe
2018-08-15Rename Thread native methods to match OpenJDK 8u121-b13 Paul Duffin
2018-06-01ObjPtr<>-ify array allocations. Vladimir Marko
2018-05-25Rename nativeHoldsLock to holdsLock and make it work on current thread Paul 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 only Andreas Gampe
2017-09-14Add support for JVMTI monitor events. Alex Light
2017-07-18art: use proper nativehelper headers Steven Moreland
2017-07-13Add Jvmti Suspend/ResumeThread functions Alex Light
2017-06-30Add SuspendReason enum and change Suspension functions. Alex Light
2017-06-01ART: Move RegisterNatives helper Andreas Gampe
2017-05-30ART: More header cleanup - jni_internal.h Andreas Gampe
2017-02-21jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI. Igor Murashkin
2017-02-03ART: Refactor verify_object.h Andreas Gampe
2016-10-04Rename ObjPtr::Decode to ObjPtr::Ptr Mathieu Chartier
2016-09-29Clean up ScopedThreadStateChange to use ObjPtr Mathieu Chartier
2016-04-12ART: Flag to fail thread creation Andreas 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-utils Andreas Gampe
2015-08-04Address some comments and clean up Mathieu Chartier
2015-07-17Change intern table to not use WaitHoldingLocks Mathieu Chartier
2015-05-12Hold heap bitmap lock in Heap::GetObjectsAllocated Mathieu Chartier
2015-04-22Replace NULL with nullptr Mathieu 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 functions Andreas Gampe
2014-11-12Modify the behavior of thread suspend shootouts. Ian Rogers
2014-11-04ART: More warnings Andreas Gampe
2014-08-28Fix issue with Thread.setName hanging after Thread.start Brian Carlstrom
2014-07-17Avoid race in single thread suspension. Ian Rogers
2014-07-09Fix method tracing from command-line Sebastien 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 issues Brian Carlstrom
2013-07-12Create separate Android.mk for main build targets Brian Carlstrom