summaryrefslogtreecommitdiffstats
path: root/runtime/thread.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Don't allow suspension from FindLocksAtDexPcMathieu Chartier2015-01-061-1/+0
* Implement LogLineLowStack() properly.Vladimir Marko2015-01-021-6/+6
* Fix a race condition during the rosalloc verification.Hiroshi Yamauchi2014-12-171-1/+4
* Remove portable.Elliott Hughes2014-12-121-12/+2
* Revert "Tidy gAborting."Nicolas Geoffray2014-12-091-1/+1
* Tidy gAborting.Ian Rogers2014-12-041-1/+1
* Delete ArtMethod gc_map_ fieldMathieu Chartier2014-11-241-2/+2
* Merge "Fix UnimplementedEntryPoint initialziation."Ian Rogers2014-11-221-2/+2
|\
| * Fix UnimplementedEntryPoint initialziation.Xingxing Pan2014-10-161-2/+2
* | Fix oatdump to use OatHeader pointer sizeMathieu Chartier2014-11-211-4/+4
* | Fix bad OOM check in Thread::CreatePeer().Vladimir Marko2014-11-121-1/+1
* | Merge "Allow JNI AttachCurrentThread to fail if not enough stack."Ian Rogers2014-11-121-13/+28
|\ \
| * | Allow JNI AttachCurrentThread to fail if not enough stack.Ian Rogers2014-11-111-13/+28
* | | Add null check for thread name creationMathieu Chartier2014-11-111-0/+5
|/ /
* | Fix thread priorities for unstarted threads.Narayan Kamath2014-11-071-0/+3
* | ART: More warningsAndreas Gampe2014-11-041-4/+4
* | Tidy logging code not using UNIMPLEMENTED.Ian Rogers2014-10-241-0/+1
* | Merge "Tidy up logging."Ian Rogers2014-10-221-0/+2
|\ \
| * | Tidy up logging.Ian Rogers2014-10-221-0/+2
* | | Merge "Fixed debugger for threads attached from JNI"Sebastien Hertz2014-10-221-0/+5
|\ \ \ | |/ / |/| |
| * | Fixed debugger for threads attached from JNIDaniel Mihalyi2014-10-201-0/+5
* | | Refactor quick entrypointsIan Rogers2014-10-201-1/+0
|/ /
* | Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-2/+2
|/
* Handlerize throw location in DumpJavaStackIan Rogers2014-10-121-2/+11
* ART: Stash any exception before dumping a stackAndreas Gampe2014-10-121-0/+17
* stdint types all the way!Ian Rogers2014-10-091-7/+7
* ART: Fix some -Wpedantic errorsAndreas Gampe2014-09-291-1/+1
* Dump kernel/native stacks of pure native threads.Christopher Ferris2014-09-211-0/+7
* ART: Avoid recursive abort on thread dumpAndreas Gampe2014-09-171-1/+1
* ART: Rename Handle hierarchyAndreas Gampe2014-09-151-1/+1
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-3/+5
* Runtime support for the new stack maps for the opt compiler.Nicolas Geoffray2014-09-081-38/+62
* Remove abuse of mirror::Object* to reference special values.Ian Rogers2014-09-031-7/+10
* Move the glibc unlimited stack hack into GetThreadStack.Elliott Hughes2014-08-281-32/+1
* Actually ask the pthread implementation for the stack guard size.Elliott Hughes2014-08-281-22/+10
* Handle nested signalsDave Allison2014-08-271-0/+2
* Reduce interpret-only compile time.Mathieu Chartier2014-08-261-1/+3
* Merge "ART: Improve error message on oat writer failure"Andreas Gampe2014-08-261-0/+6
|\
| * ART: Improve error message on oat writer failureAndreas Gampe2014-08-261-0/+6
* | Reduced memory usage of primitive fields smaller than 4-bytesFred Shih2014-08-251-0/+12
|/
* Workaround problem reading main stack on intel devices.Dave Allison2014-08-191-0/+11
* Merge stack usage reduction for overflow checksDave Allison2014-08-191-5/+6
* AttachCurrentThread should only warn on missing thread name if CheckJNI is en...Brian Carlstrom2014-08-181-0/+2
* ART: Do not recursively abort when visiting locks in a bad stateAndreas Gampe2014-08-181-1/+2
* ART: Fix mac buildAndreas Gampe2014-08-131-3/+1
* Reduce stack usage for overflow checksDave Allison2014-08-131-83/+68
* Wire up check JNI force copy mode.Ian Rogers2014-08-081-25/+32
* ART: Clean up API after change 102631Andreas Gampe2014-07-251-6/+6
* ART: Fix wrong CHECK in GetCurrentLocationForThrowAndreas Gampe2014-07-251-6/+7
* Merge "ART: Relax CurrentMethodVisitor requirements on GetDexPC"Andreas Gampe2014-07-231-1/+4
|\