comparison LICENSE @ 3323:75af3e8de182

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
author tonyp
date Thu, 05 May 2011 09:15:52 -0400
parents cdef89d821bd
children
comparison
equal deleted inserted replaced
3322:567c87d484a0 3323:75af3e8de182