1. 09 3月, 2009 1 次提交
    • T
      6797305: Add LoadUB and LoadUI opcode class · 2def9745
      twisti 提交于
      Summary: Add a LoadUB (unsigned byte) and LoadUI (unsigned int) opcode class so we have these load optimizations in the first place and do not need to handle them in the matcher.
      Reviewed-by: never, kvn
      2def9745
  2. 07 3月, 2009 1 次提交
  3. 05 3月, 2009 1 次提交
  4. 04 3月, 2009 1 次提交
  5. 02 3月, 2009 1 次提交
  6. 28 2月, 2009 2 次提交
  7. 27 2月, 2009 3 次提交
  8. 26 2月, 2009 2 次提交
  9. 25 2月, 2009 2 次提交
  10. 24 2月, 2009 2 次提交
  11. 20 2月, 2009 1 次提交
  12. 19 2月, 2009 2 次提交
  13. 18 2月, 2009 1 次提交
  14. 17 2月, 2009 1 次提交
  15. 16 2月, 2009 1 次提交
  16. 14 2月, 2009 1 次提交
  17. 10 2月, 2009 2 次提交
  18. 09 2月, 2009 2 次提交
  19. 07 2月, 2009 1 次提交
  20. 06 2月, 2009 4 次提交
  21. 05 2月, 2009 2 次提交
  22. 04 2月, 2009 1 次提交
  23. 03 2月, 2009 1 次提交
  24. 31 1月, 2009 2 次提交
  25. 28 1月, 2009 1 次提交
  26. 27 1月, 2009 1 次提交
    • Y
      6786503: Overflow list performance can be improved · 7a40ef32
      ysr 提交于
      Summary: Avoid overflow list walk in CMS & ParNew when it is unnecessary. Fix a couple of correctness issues, including a C-heap leak, in ParNew at the intersection of promotion failure, work queue overflow and object array chunking. Add stress testing option and related assertion checking.
      Reviewed-by: jmasa
      7a40ef32