1. 17 1月, 2009 1 次提交
  2. 14 1月, 2009 2 次提交
  3. 12 1月, 2009 1 次提交
  4. 09 1月, 2009 1 次提交
  5. 06 1月, 2009 2 次提交
  6. 25 12月, 2008 2 次提交
  7. 23 12月, 2008 2 次提交
  8. 19 12月, 2008 4 次提交
  9. 18 12月, 2008 1 次提交
  10. 17 12月, 2008 1 次提交
  11. 16 12月, 2008 2 次提交
  12. 13 12月, 2008 3 次提交
  13. 12 12月, 2008 3 次提交
  14. 11 12月, 2008 3 次提交
  15. 10 12月, 2008 1 次提交
  16. 09 12月, 2008 2 次提交
  17. 05 12月, 2008 1 次提交
  18. 04 12月, 2008 2 次提交
  19. 02 12月, 2008 1 次提交
  20. 26 11月, 2008 1 次提交
  21. 25 11月, 2008 1 次提交
  22. 22 11月, 2008 2 次提交
  23. 21 11月, 2008 1 次提交
    • 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