• T
    6888336: G1: avoid explicitly marking and pushing objects in survivor spaces · a6a74fef
    tonyp 提交于
    Summary: This change simplifies the interaction between GC and concurrent marking. By disabling survivor spaces during the initial-mark pause we don't need to propagate marks of objects we copy during each GC (since we never need to copy an explicitly marked object).
    Reviewed-by: johnc, brutisso
    a6a74fef
g1CollectedHeap.hpp 78.8 KB