summaryrefslogtreecommitdiffstats
path: root/libart/src/main/java/java/lang/Daemons.java
Commit message (Expand)AuthorAgeFilesLines
* Send SIGQUIT when finalizer times outMathieu Chartier2015-06-111-0/+10
* Libcore: Remove unused constructorAndreas Gampe2015-03-031-5/+1
* Libcore: Use explicit names for DaemonsAndreas Gampe2015-03-031-1/+26
* Move heap trimming daemon and GC deamon into a single daemonMathieu Chartier2014-12-191-30/+21
* Move GC daemon locking logic into heapMathieu Chartier2014-12-151-21/+11
* Only allow one requestGC at a timeMathieu Chartier2014-12-121-0/+6
* Only allow once GC request at a time.Mathieu Chartier2014-10-231-7/+2
* Fix ReferenceQueueDaemon.enqueue to start at element 1 of the listMathieu Chartier2014-10-151-14/+8
* Change FinalizerWatchdogDaemon to not hold objects liveMathieu Chartier2014-09-191-11/+22
* Adding libart support to libcoreBrian Carlstrom2013-05-221-0/+340