7040450: G1: assert((_g1->evacuation_failed()) || (!_g1->obj_in_cs(obj)))...
7040450: G1: assert((_g1->evacuation_failed()) || (!_g1->obj_in_cs(obj))) failed: shouldn't still be in ... Summary: There is a race in the evac failure handling code that causes the condition the assert checks not to be true. The fix is to replace the too-strong assert with a more targeted one. Reviewed-by: johnc, ysr, jcoomes
Showing
想要评论请 注册 或 登录