1. 30 6月, 2009 1 次提交
  2. 24 6月, 2009 1 次提交
    • T
      6850869: G1: RSet "scrubbing" scrubs too much · 502bb88f
      tonyp 提交于
      Summary: RSet scrubbing incorrectly deletes RSet entries that point to regions tagged as "continues humongous" due to a race when RSet scrubbing iterates over regions in parallel.
      Reviewed-by: apetrusenko, iveresov
      502bb88f
  3. 13 6月, 2009 1 次提交
  4. 09 6月, 2009 1 次提交
  5. 12 6月, 2009 1 次提交
  6. 19 5月, 2009 2 次提交
  7. 12 5月, 2009 1 次提交
    • I
      6484957: G1: parallel concurrent refinement · 2c49aee0
      iveresov 提交于
      6826318: G1: remove traversal-based refinement code
      Summary: Removed traversal-based refinement code as it's no longer used. Made the concurrent refinement (queue-based) parallel.
      Reviewed-by: tonyp
      2c49aee0
  8. 06 5月, 2009 1 次提交
  9. 01 5月, 2009 1 次提交
  10. 28 4月, 2009 1 次提交
  11. 24 4月, 2009 1 次提交
  12. 26 3月, 2009 2 次提交
  13. 22 3月, 2009 1 次提交
  14. 17 3月, 2009 2 次提交
  15. 16 3月, 2009 3 次提交
  16. 13 3月, 2009 1 次提交
  17. 10 3月, 2009 2 次提交
  18. 08 3月, 2009 3 次提交
  19. 07 3月, 2009 1 次提交
  20. 28 2月, 2009 1 次提交
    • T
      6810672: Comment typos · 460de015
      twisti 提交于
      Summary: I have collected some typos I have found while looking at the code.
      Reviewed-by: kvn, never
      460de015
  21. 25 2月, 2009 1 次提交
  22. 10 2月, 2009 1 次提交
  23. 09 2月, 2009 2 次提交
  24. 06 2月, 2009 1 次提交
  25. 17 1月, 2009 1 次提交
  26. 06 1月, 2009 1 次提交
  27. 16 12月, 2008 2 次提交
  28. 12 12月, 2008 1 次提交
  29. 02 12月, 2008 1 次提交
  30. 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