1. 22 7月, 2010 1 次提交
  2. 16 7月, 2010 1 次提交
  3. 13 7月, 2010 1 次提交
  4. 09 7月, 2010 1 次提交
  5. 08 7月, 2010 1 次提交
  6. 03 7月, 2010 1 次提交
  7. 30 6月, 2010 1 次提交
  8. 29 6月, 2010 1 次提交
  9. 25 6月, 2010 1 次提交
  10. 24 6月, 2010 1 次提交
  11. 22 6月, 2010 1 次提交
  12. 19 6月, 2010 1 次提交
  13. 11 6月, 2010 1 次提交
  14. 10 6月, 2010 1 次提交
  15. 05 6月, 2010 1 次提交
  16. 04 6月, 2010 1 次提交
  17. 30 5月, 2010 1 次提交
  18. 28 5月, 2010 2 次提交
  19. 21 5月, 2010 1 次提交
  20. 20 5月, 2010 1 次提交
  21. 19 5月, 2010 1 次提交
  22. 18 5月, 2010 1 次提交
  23. 17 5月, 2010 1 次提交
  24. 12 5月, 2010 1 次提交
  25. 04 5月, 2010 2 次提交
  26. 02 5月, 2010 1 次提交
  27. 01 5月, 2010 1 次提交
  28. 30 4月, 2010 1 次提交
  29. 23 4月, 2010 1 次提交
  30. 08 5月, 2010 1 次提交
    • T
      6949307: G1: raise a vm error, do not core dump, if target pause time and... · 7a0c8373
      tonyp 提交于
      6949307: G1: raise a vm error, do not core dump, if target pause time and target interval are inconsistent
      Summary: First, change the guarantee to raising a vm error. Second, set the interval dynamically, and based on the pause time target, if it is not set explicitly.
      Reviewed-by: ysr, johnc
      7a0c8373
  31. 16 4月, 2010 1 次提交
  32. 08 4月, 2010 4 次提交
  33. 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
  34. 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
  35. 19 3月, 2010 1 次提交