summaryrefslogtreecommitdiffstats
path: root/runtime/thread.cc
Commit message (Expand)AuthorAgeFilesLines
* Add monitor_enter_object as root.Mathieu Chartier2014-04-031-0/+3
* Avoid debug check violation in thread registration.Ian Rogers2014-04-021-6/+8
* Merge "Cleanup transaction support"Sebastien Hertz2014-04-021-11/+10
|\
| * Cleanup transaction supportSebastien Hertz2014-04-021-11/+10
* | Fix ThreadStress, unify ANR lock descriptions.Ian Rogers2014-04-011-1/+15
* | Add handler for printing java stack traces for compiled code SIGSEGV.Mathieu Chartier2014-04-011-5/+9
* | Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers2014-04-011-356/+330
* | Implement implicit stack overflow checksDave Allison2014-03-311-5/+60
|/
* Add missing debugger root visiting.Mathieu Chartier2014-03-251-0/+6
* Revoke rosalloc thread-local buffers at the checkpoint.Hiroshi Yamauchi2014-03-211-0/+10
* Remove unused variable and tidy test #includes.Ian Rogers2014-03-141-5/+0
* Refactor reflective method invocation.Ian Rogers2014-03-141-22/+18
* Implicit null/suspend checks (oat version bump)Dave Allison2014-03-131-0/+4
* Unify 64bit int constant definitions.Ian Rogers2014-03-101-1/+1
* JNI down call fixes.Ian Rogers2014-03-091-2/+2
* Merge "Add more VerifyObject calls."Mathieu Chartier2014-03-071-4/+2
|\
| * Add more VerifyObject calls.Mathieu Chartier2014-03-071-4/+2
* | Merge "backtrace: use Java stack to help decode native"Kenny Root2014-03-071-1/+2
|\ \ | |/ |/|
| * backtrace: use Java stack to help decode nativeKenny Root2014-03-061-1/+2
* | Disable compaction for jni workarounds.Mathieu Chartier2014-03-061-1/+1
|/
* Oatdump fix.Ian Rogers2014-03-041-1/+1
* Guard entrypoint changing by runtime shutdown lock.Mathieu Chartier2014-03-031-2/+1
* Initial changes towards Generic JNI optionAndreas Gampe2014-03-031-0/+1
* Print message when throwing new exception with pending exception.Mathieu Chartier2014-02-251-1/+11
* Avoid std::string allocations for finding an array class.Ian Rogers2014-02-241-1/+1
* Fix and optimize verify object.Mathieu Chartier2014-02-211-10/+7
* Change root visitor to use Object**.Mathieu Chartier2014-02-181-39/+37
* Remove blacklistSebastien Hertz2014-02-171-13/+35
* Thread-local allocation stack.Hiroshi Yamauchi2014-02-131-1/+3
* Merge "Fix wrong thread id being passed to SIRT roots."Mathieu Chartier2014-02-121-5/+4
|\
| * Fix wrong thread id being passed to SIRT roots.Mathieu Chartier2014-02-121-5/+4
* | Merge "Work in the direction of hard float quick ABIs."Ian Rogers2014-02-121-3/+8
|\ \ | |/ |/|
| * Work in the direction of hard float quick ABIs.Ian Rogers2014-02-111-3/+8
* | Add root types and thread id to root visiting.Mathieu Chartier2014-02-111-38/+29
|/
* Object model changes to support 64bit.Ian Rogers2014-02-061-19/+21
* ART can't create more than 8k threads during the worktimeAlexei Zavjalov2014-02-061-3/+9
* Properly tolerate missing declaring source filesBrian Carlstrom2014-01-311-9/+11
* Embed array class pointers at array allocation sites.Hiroshi Yamauchi2014-01-271-0/+1
* Use direct class pointers at allocation sites in the compiled code.Hiroshi Yamauchi2014-01-231-0/+2
* Avoid instrumentation stack corruption.Sebastien Hertz2014-01-101-191/+4
* Background compaction support.Mathieu Chartier2014-01-081-1/+1
* Add sampling profilerDave Allison2014-01-071-152/+191
* Fix NewLocalRef, NewGlobalRef to handle cleared weak globals.Mathieu Chartier2013-12-191-1/+1
* Thread local bump pointer allocator.Mathieu Chartier2013-12-161-1/+13
* Merge "Enable moving classes."Mathieu Chartier2013-12-111-7/+10
|\
| * Enable moving classes.Mathieu Chartier2013-12-101-7/+10
* | Merge "Fix JDWP class-only modifier."Sebastien Hertz2013-12-111-4/+7
|\ \ | |/ |/|
| * Fix JDWP class-only modifier.Sebastien Hertz2013-12-051-4/+7
* | Don't prefix GC map by length.Vladimir Marko2013-12-101-5/+1
* | Workaround for gcc volatile struct member bugChris Dearman2013-12-051-2/+4