• J
    6899058: G1: Internal error in ptrQueue.cpp:201 in nightly tests · 6269ed5f
    johnc 提交于
    Summary: Fixes a race on the dirty card queue completed buffer list between worker thread(s) performing a flush of a deferred store barrier (enqueueing a newly completed buffer) and worker thread(s) in the RSet updating code claiming completed buffers. Removed the routine that removes elements from the completed update buffer queue using a CAS.
    Reviewed-by: ysr, tonyp
    6269ed5f
dirtyCardQueue.cpp 9.7 KB