• I
    6770608: G1: Mutator thread can flush barrier and satb queues during safepoint · 5ee7f6f4
    iveresov 提交于
    6660573: G1: BigApps Failure : guarantee(satb_mq_set.completed_buffers_num() == 0,"invariant")
    Summary: When exiting a mutator thread is removed from the thread list before it has a chance to flush its SATB and barrier queues. If GC happens at this moment the objects that are refererred from these queues can be moved, which will case a crash. The fix is simply to flush the buffers before removing a thread from the list.
    Reviewed-by: jcoomes, tonyp
    5ee7f6f4
thread.hpp 71.3 KB