summaryrefslogtreecommitdiffstats
path: root/src/monitor.h
Commit message (Expand)AuthorAgeFilesLines
* Increase debug information for failed monitor exitsIan Rogers2012-02-071-2/+4
* Mac build fixes I missed in my previous patch.Elliott Hughes2012-01-181-1/+1
* Clean up verbose logging.Elliott Hughes2011-12-131-3/+1
* Changed monitor to contain method and return pc values for logging.jeffhao2011-11-111-4/+10
* Fixes for ThreadStress testBrian Carlstrom2011-10-211-11/+8
* Implement lock contention event logging.Elliott Hughes2011-10-171-1/+6
* ClassLinker changesBrian Carlstrom2011-10-171-1/+1
* Add missing 'explicit's on single-argument constructors.Elliott Hughes2011-10-171-1/+1
* Sweep the monitor list.Elliott Hughes2011-10-111-6/+22
* Add -verbose:monitor and silence the monitor logging by default.Elliott Hughes2011-10-111-0/+4
* Add the "- waiting on"/"- waiting to lock" lines to the SIGQUIT output.Elliott Hughes2011-09-261-0/+4
* Various bits of cleanup.Elliott Hughes2011-09-161-0/+123
* Implement monitors.Elliott Hughes2011-09-161-78/+0
* Updating the compiler to use the new-world modelbuzbee2011-08-211-0/+8
* Remove author attributions.Carl Shapiro2011-08-141-1/+0
* Move DexFiles to be allocated on the heapBrian Carlstrom2011-07-221-2/+2
* Add support for linking classes.Carl Shapiro2011-07-071-0/+71