- 21 11月, 2008 2 次提交
-
-
由 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
-
由 ysr 提交于
Summary: When we encounter marking stack overflow during precleaning of Reference lists, we were using the overflow list mechanism, which can cause problems on account of mutating the mark word of the header because of conflicts with mutator accesses and updates of that field. Instead we should use the usual mechanism for overflow handling in concurrent phases, namely dirtying of the card on which the overflowed object lies. Since precleaning effectively does a form of discovered list processing, albeit with discovery enabled, we needed to adjust some code to be correct in the face of interleaved processing and discovery. Reviewed-by: apetrusenko, jcoomes
-
- 20 11月, 2008 2 次提交
- 05 7月, 2017 36 次提交
-
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-