• J
    8007772: G1: assert(!hr->isHumongous() || mr.start() == hr->bottom()) failed:... · 8c793d0e
    johnc 提交于
    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
    8c793d0e
concurrentMark.cpp 163.9 KB