• Y
    7029036: Card-table verification hangs with all framework collectors, except... · 0c37f5bb
    ysr 提交于
    7029036: Card-table verification hangs with all framework collectors, except G1, even before the first GC
    Summary: When verifying clean card ranges, use memory-range-bounded iteration over oops of objects overlapping that range, thus avoiding the otherwise quadratic worst-case cost of scanning large object arrays.
    Reviewed-by: jmasa, jwilhelm, tonyp
    0c37f5bb
cardTableRS.cpp 26.5 KB