summaryrefslogtreecommitdiff
path: root/runtime/native/dalvik_system_VMStack.cc
AgeCommit message (Expand)Author
2021-11-25Always access Thread state and flags as 32-bit location. Vladimir Marko
2021-05-25Improve suspension timeout diagnostic and fix race Hans Boehm
2020-05-05Clean up internal stack trace construction. Vladimir Marko
2018-10-23ART: Refactor for bugprone-argument-comment Andreas Gampe
2018-09-07ART: Continue adding override annotations Andreas Gampe
2018-05-09ART: Move JNI files to runtime/jni/ . Vladimir Marko
2018-01-08ART: Add support for VMStack.getAnnotatedStackTrace Andreas Gampe
2017-12-27ART: Refactor VMStack code Andreas Gampe
2017-07-24ART: Include cleanup Andreas Gampe
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-14Add a DCHECK in thread::GetPeer. Nicolas Geoffray
2017-01-12Avoid suspending heap task thread for getting stack traces Mathieu Chartier
2016-10-17Move art/native to ObjPtr Mathieu Chartier
2016-09-29Clean up ScopedThreadStateChange to use ObjPtr Mathieu Chartier
2016-08-30ART: SHARED_REQUIRES to REQUIRES_SHARED Andreas Gampe
2015-09-11Add and use ScopedSuspendAll Mathieu Chartier
2015-09-03Add ScopedThreadSuspension Mathieu Chartier
2015-07-22Move to newer clang annotations Mathieu Chartier
2015-05-29Move mirror::ArtMethod to native Mathieu Chartier
2015-05-11Add a flag to StackVisitor for inlining. Nicolas Geoffray
2015-04-21Class.forName(..., ..., null) fixes Brian Carlstrom
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-08-14ART: Fix another potential N-th visitor issue Andreas Gampe
2014-08-13ART: Tolerate shallow call stack in VMStack_getCallingClassLoader Andreas Gampe
2014-07-17Avoid race in single thread suspension. Ian Rogers
2014-04-02Cleanup transaction support Sebastien Hertz
2014-03-14Refactor reflective method invocation. Ian Rogers
2014-02-06Object model changes to support 64bit. Ian Rogers
2013-10-20Fast JNI support. Ian Rogers
2013-10-02Inflate contended lock word by suspending owner. Ian Rogers
2013-08-13Refactor java.lang.reflect implementation Brian Carlstrom
2013-07-12Create separate Android.mk for main build targets Brian Carlstrom