summaryrefslogtreecommitdiffstats
path: root/runtime/read_barrier_c.h
Commit message (Collapse)AuthorAgeFilesLines
* Switch the default read barrier type to a Baker one.Hiroshi Yamauchi2015-04-271-2/+2
| | | | | | | For automated testing. Bug: 12687968 Change-Id: I831d6e45e4729f0dd3cf178d02af511a32cc9777
* Reserve bits in the lock word for read barriers.Hiroshi Yamauchi2015-03-031-0/+4
| | | | | | | | | This prepares for the CC collector to use the standard object header model by storing the read barrier state in the lock word. Bug: 19355854 Bug: 12687968 Change-Id: Ia7585662dd2cebf0479a3e74f734afe5059fb70f
* Make it possible to enable read barriers at build time.Hiroshi Yamauchi2015-01-231-1/+3
| | | | | Bug: 12687968 Change-Id: I26ec55063c2d5ff0181e628c1002bfa609815b29
* More of the concurrent copying collector.Hiroshi Yamauchi2015-01-231-1/+3
| | | | | Bug: 12687968 Change-Id: I62f70274d47df6d6cab714df95c518b750ce3105
* Add read barriers for the roots in Runtime.Hiroshi Yamauchi2014-07-141-0/+5
| | | | | Bug: 12687968 Change-Id: If26518a8251702cfe4d5cd7d1f50e80e342704cf
* Insert an empty read barrier call.Hiroshi Yamauchi2014-04-031-0/+38
Bug: 12687968 Change-Id: Ie1d28658e16e09f6a983cb5c1f0d5b375b7ae069