1. 28 5月, 2010 1 次提交
  2. 21 5月, 2010 1 次提交
  3. 20 5月, 2010 1 次提交
  4. 19 5月, 2010 1 次提交
  5. 18 5月, 2010 1 次提交
  6. 17 5月, 2010 1 次提交
  7. 12 5月, 2010 1 次提交
  8. 04 5月, 2010 2 次提交
  9. 02 5月, 2010 1 次提交
  10. 01 5月, 2010 1 次提交
  11. 30 4月, 2010 1 次提交
  12. 23 4月, 2010 1 次提交
  13. 16 4月, 2010 1 次提交
  14. 08 4月, 2010 4 次提交
  15. 06 4月, 2010 1 次提交
    • T
      6940310: G1: MT-unsafe calls to CM::region_stack_push() / CM::region_stack_pop() · 1bf17034
      tonyp 提交于
      Summary: Calling the methods region_stack_push() and region_stack_pop() concurrent is not MT-safe. The assumption is that we will only call region_stack_push() during a GC pause and region_stack_pop() during marking. Unfortunately, we also call region_stack_push() during marking which seems to be introducing subtle marking failures. This change introduces lock-based methods for pushing / popping to be called during marking.
      Reviewed-by: iveresov, johnc
      1bf17034
  16. 31 3月, 2010 1 次提交
    • T
      6937160: G1: should observe GCTimeRatio · ba4ccdf3
      tonyp 提交于
      Summary: Remove the G1GCPercent parameter, that specifies the desired GC overhead percentage in G1, and observe the GCTimeRatio parameter instead.
      Reviewed-by: jmasa, johnc
      ba4ccdf3
  17. 19 3月, 2010 1 次提交
  18. 18 3月, 2010 1 次提交
  19. 17 3月, 2010 1 次提交
  20. 16 3月, 2010 1 次提交
  21. 14 3月, 2010 1 次提交
  22. 12 3月, 2010 1 次提交
  23. 11 3月, 2010 1 次提交
  24. 10 3月, 2010 1 次提交
  25. 04 3月, 2010 1 次提交
  26. 03 3月, 2010 1 次提交
  27. 27 2月, 2010 1 次提交
  28. 24 2月, 2010 2 次提交
  29. 17 2月, 2010 1 次提交
  30. 13 2月, 2010 1 次提交
  31. 10 2月, 2010 1 次提交
  32. 09 2月, 2010 1 次提交
  33. 08 2月, 2010 1 次提交
  34. 06 2月, 2010 1 次提交
  35. 04 2月, 2010 1 次提交