- 2bcb4a4 Add "kind" argument to Get/SetVReg. by Ian Rogers · 12 years ago
- 61f916c A few more MIPS fixes. Emulator boots up with black screen. by jeffhao · 12 years ago
- c604d73 Implement mutex requeueing for cv broadcasts. by Ian Rogers · 12 years ago
- 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
- 81d425b Pass self to lock methods. by Ian Rogers · 12 years ago
- 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
- b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
- 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
- 0ec569a Disable dex register descriptions. by Ian Rogers · 13 years ago
- caf7654 Fix posting exceptions when a debugger is attached, fix UpdateDebugger, fully implement ThreadGroupReference.Children. by Elliott Hughes · 13 years ago
- 08fc03a Include held locks in SIGQUIT thread dumps. by Elliott Hughes · 13 years ago
- 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 13 years ago
- 044288f Move LockOwnerFromThreadLock into monitor.cc, the only place it's needed. by Elliott Hughes · 13 years ago
- 2542d66 Add additional support for Thread::Current() == NULL. by Mathieu Chartier · 13 years ago
- 0399dde Remove Frame, merge shadow and quick representations. by Ian Rogers · 13 years ago
- a21039c Fix a bunch more lint. by Elliott Hughes · 13 years ago
- 8f751ab Make the epoch-related "can't happen" situation easier to spot. by Elliott Hughes · 13 years ago
- 7b9d996 Tidy up some C-isms. by Elliott Hughes · 13 years ago
- 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 13 years ago
- 64277f3 Additional check to catch BooksTablet monkey issue by Brian Carlstrom · 13 years ago
- 398f64b Remove more lint, mostly C-style casts. by Elliott Hughes · 13 years ago
- 81ff318 Nomenclature improvements. by Elliott Hughes · 13 years ago
- 88c5c35 Make CheckJNI and JNI workarounds mutually exclusive... by Elliott Hughes · 13 years ago
- ffb465f libcorkscrew native stacks, mutex ranking, and better ScopedThreadListLock. by Elliott Hughes · 13 years ago
- b8d2eeb Trivial cleanup of monitor code. by Elliott Hughes · 13 years ago
- d423741 Show useful thread information in IllegalMonitorStateExceptions. by Elliott Hughes · 13 years ago
- 6d0b13e Increase debug information for failed monitor exits by Ian Rogers · 13 years ago
- 160f3e2 Remove some now-incorrect and now-obsolete DCHECKs. by Elliott Hughes · 13 years ago
- 9e921bc Remove Mutex::ClearOwner. by Elliott Hughes · 13 years ago
- e65a6c9 Mac build fixes I missed in my previous patch. by Elliott Hughes · 13 years ago
- 12c51e3 We use NULL to mean "unknown source", but you can't pass NULL to C string functions. by Elliott Hughes · 13 years ago
- 4dd9b4d Clean up verbose logging. by Elliott Hughes · 13 years ago
- d07986f Implement JDWP InvokeMethod and breakpoints on exception throwing. by Elliott Hughes · 13 years ago
- 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 13 years ago
- 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 13 years ago
- 33dc771 Changed monitor to contain method and return pc values for logging. by jeffhao · 13 years ago
- 4514d3c Fixes for ThreadStress test by Brian Carlstrom · 13 years ago
- fc86162 Implement lock contention event logging. by Elliott Hughes · 13 years ago
- 24a3c2e ClassLinker changes by Brian Carlstrom · 13 years ago
- f8e0127 Add -verbose to dex2oat, and improve -verbose:monitor output. by Elliott Hughes · 13 years ago
- c33a32b Sweep the monitor list. by Elliott Hughes · 13 years ago
- 32d6e1e Add -verbose:monitor and silence the monitor logging by default. by Elliott Hughes · 13 years ago
- 5cb5ad2 Fix exception throwing to support no detail message. by Elliott Hughes · 13 years ago
- 8e4aac5 Add the "- waiting on"/"- waiting to lock" lines to the SIGQUIT output. by Elliott Hughes · 13 years ago
- 4681c80 Various things. by Elliott Hughes · 13 years ago
- dc33ad5 Initialize all of class Thread's fields. by Elliott Hughes · 13 years ago
- 85d1545 Add packing to class Thread. by Elliott Hughes · 13 years ago
- 54e7df1 Various bits of cleanup. by Elliott Hughes · 13 years ago[Renamed (97%) from src/sync.cc]
- 5f79133 Implement monitors. by Elliott Hughes · 13 years ago