• T
    8052172: Evacuation failure handling in G1 does not evacuate all objects if... · 45b1c7cf
    tschatzl 提交于
    8052172: Evacuation failure handling in G1 does not evacuate all objects if -XX:-G1DeferredRSUpdate is set
    Summary: Remove -XX:-G1DeferredRSUpdate functionality as it is racy. During evacuation failure handling, threads where evacuation failure handling occurred may try to add remembered sets to regions which remembered sets are currently being scanned. The iterator to handle the remembered set scan does not support addition of entries during scan and so may skip valid references.
    Reviewed-by: iveresov, brutisso, mgerdin
    45b1c7cf
g1ParScanThreadState.hpp 6.9 KB