summaryrefslogtreecommitdiff
path: root/runtime/native/java_lang_Thread.cc
AgeCommit message (Expand)Author
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