summaryrefslogtreecommitdiffstats
path: root/runtime/thread.cc
Commit message (Expand)AuthorAgeFilesLines
* Print mutexes held in Thread::Dump.Mathieu Chartier2014-06-041-0/+20
* ART: Fix forbidden thread state change in interpreterAndreas Gampe2014-06-041-0/+19
* Don't report down-calls as unhandled exceptions.Ian Rogers2014-05-301-10/+0
* ART: Use StackReference in Quick Stack FrameAndreas Gampe2014-05-291-4/+9
* Add read barriers for the weak roots in the JNI weak globals.Hiroshi Yamauchi2014-05-291-2/+5
* Art compiler: remove unnecessary sqrt callbuzbee2014-05-271-1/+0
* Improve stack walk performance.Vladimir Marko2014-05-201-3/+7
* Merge "Now we have a proper C++ library, use std::unique_ptr."Ian Rogers2014-05-201-2/+2
|\
| * Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-2/+2
* | Don't get and restore thread state for ScopedFastNativeObjectAccess.Mathieu Chartier2014-05-191-8/+12
|/
* Merge "Visit methods in stack frames during root visits."Hiroshi Yamauchi2014-05-171-2/+7
|\
| * Visit methods in stack frames during root visits.Hiroshi Yamauchi2014-05-161-2/+7
* | Change ObjectLock to take Handle instead of Handle pointer.Mathieu Chartier2014-05-161-1/+1
|/
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-68/+66
* Move quick frame info to OatQuickMethodHeader.Vladimir Marko2014-05-131-6/+6
* Merge "Add lockless SynchronizedGet for indirect reference table."Mathieu Chartier2014-05-091-4/+3
|\
| * Add lockless SynchronizedGet for indirect reference table.Mathieu Chartier2014-05-051-4/+3
* | Handle implicit stack overflow without affecting stack walksDave Allison2014-05-051-2/+13
|/
* Create stack traces in unstarted runtimes.Ian Rogers2014-05-031-0/+7
* Add thread unsafe allocation methods to spaces.Mathieu Chartier2014-04-301-1/+2
* Force inlining on trivial accessors.Ian Rogers2014-04-291-1/+2
* Merge "Visit deoptimized shadow frames as roots"Sebastien Hertz2014-04-291-73/+89
|\
| * Visit deoptimized shadow frames as rootsSebastien Hertz2014-04-291-73/+89
* | Enable reading page map without lock in RosAlloc::BulkFreeMathieu Chartier2014-04-251-1/+2
|/
* Refactor exception handling for deoptimizationSebastien Hertz2014-04-251-7/+11
* Merge "Remove support for app JNI workarounds."Ian Rogers2014-04-221-4/+0
|\
| * Remove support for app JNI workarounds.Ian Rogers2014-04-221-4/+0
* | Modify unwind to comply with stack parser tools.Christopher Ferris2014-04-181-1/+1
|/
* Use non volatile lock words in semispace collector.Mathieu Chartier2014-04-171-1/+1
* Fix thread join hangsYevgeny Rouban2014-04-161-1/+1
* Prevent deadlocks in Runtime::Abort.Mathieu Chartier2014-04-101-1/+3
* 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