8007772: G1: assert(!hr->isHumongous() || mr.start() == hr->bottom()) failed:...
8007772: G1: assert(!hr->isHumongous() || mr.start() == hr->bottom()) failed: the start of HeapRegion and MemRegion should be consistent for humongous regions Summary: In do_marking_step(), we should always give up current region after scanning the object, if the region is humongous. Reviewed-by: brutisso, jwilhelm, tamao
Showing
想要评论请 注册 或 登录