summaryrefslogtreecommitdiffstats
path: root/runtime/gc/reference_queue.cc
Commit message (Expand)AuthorAgeFilesLines
* Add mark compact collector.Mathieu Chartier2014-06-191-0/+6
* Change reference processing to use heap references.Mathieu Chartier2014-06-161-49/+33
* Reduced frequency of blocks for concurrent gcFred Shih2014-06-101-10/+11
* Reference::GetReferent() calls by GC should not trigger read barriers.Hiroshi Yamauchi2014-05-091-4/+3
* Add concurrent reference processing.Mathieu Chartier2014-05-071-4/+4
* Refactor reference code into mirror namespace.Mathieu Chartier2014-03-141-50/+48
* Remove blacklistSebastien Hertz2014-02-171-6/+27
* Add root types and thread id to root visiting.Mathieu Chartier2014-02-111-7/+9
* Object model changes to support 64bit.Ian Rogers2014-02-061-6/+5
* Refactor reference queues.Mathieu Chartier2013-11-151-0/+163