• Y
    6684579: SoftReference processing can be made more efficient · bf0e7f79
    ysr 提交于
    Summary: For current soft-ref clearing policies, we can decide at marking time if a soft-reference will definitely not be cleared, postponing the decision of whether it will definitely be cleared to the final reference processing phase. This can be especially beneficial in the case of concurrent collectors where the marking is usually concurrent but reference processing is usually not.
    Reviewed-by: jmasa
    bf0e7f79
genMarkSweep.cpp 13.7 KB