On 08/28/2017 01:53 PM, Zhengyu Gu wrote: > May I ask why it calls "StoreValBarrier"? while it seems to only deal with read. It is a barrier on a "stored value", which is different from our regular read barrier that covers the "values read from heap". -Aleksey