• T
    7011379: G1: overly long concurrent marking cycles · 652db62e
    tonyp 提交于
    Summary: This changeset introduces filtering of SATB buffers at the point when they are about to be enqueued. If this filtering clears enough entries on each buffer, the buffer can then be re-used and not enqueued. This cuts down the number of SATB buffers that need to be processed by the concurrent marking threads.
    Reviewed-by: johnc, ysr
    652db62e
g1_globals.hpp 21.4 KB