• J
    6814437: G1: remove the _new_refs array · 64711cc9
    johnc 提交于
    Summary: The per-worker _new_refs array is used to hold references that point into the collection set. It is populated during RSet updating and subsequently processed. In the event of an evacuation failure it processed again to recreate the RSets of regions in the collection set. Remove the per-worker _new_refs array by processing the references directly. Use a DirtyCardQueue to hold the cards containing the references so that the RSets of regions in the collection set can be recreated when handling an evacuation failure.
    Reviewed-by: iveresov, jmasa, tonyp
    64711cc9
g1RemSet.cpp 40.0 KB