1. 14 1月, 2009 1 次提交
  2. 09 1月, 2009 1 次提交
  3. 06 1月, 2009 1 次提交
  4. 25 12月, 2008 2 次提交
  5. 23 12月, 2008 3 次提交
  6. 20 12月, 2008 1 次提交
    • X
      6784100: getTimeNanos - CAS reduction · 58a2aefb
      xlu 提交于
      Summary: Get rid of the CAS loop in getTimeNanos to reduce coherence traffic on Solaris.
      Reviewed-by: acorn, kvn, ysr
      58a2aefb
  7. 19 12月, 2008 4 次提交
  8. 18 12月, 2008 1 次提交
  9. 17 12月, 2008 1 次提交
  10. 16 12月, 2008 2 次提交
  11. 13 12月, 2008 3 次提交
  12. 12 12月, 2008 3 次提交
  13. 11 12月, 2008 3 次提交
  14. 10 12月, 2008 1 次提交
  15. 09 12月, 2008 3 次提交
  16. 05 12月, 2008 1 次提交
  17. 04 12月, 2008 2 次提交
  18. 02 12月, 2008 1 次提交
  19. 26 11月, 2008 1 次提交
  20. 25 11月, 2008 2 次提交
  21. 22 11月, 2008 2 次提交
  22. 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