1. 25 1月, 2012 1 次提交
  2. 22 1月, 2012 1 次提交
  3. 18 1月, 2012 1 次提交
  4. 14 1月, 2012 1 次提交
  5. 13 1月, 2012 2 次提交
  6. 12 1月, 2012 2 次提交
  7. 11 1月, 2012 3 次提交
  8. 10 1月, 2012 1 次提交
  9. 09 1月, 2012 1 次提交
  10. 08 1月, 2012 2 次提交
  11. 07 1月, 2012 1 次提交
  12. 06 1月, 2012 1 次提交
  13. 05 1月, 2012 2 次提交
  14. 04 1月, 2012 1 次提交
  15. 02 1月, 2012 2 次提交
  16. 31 12月, 2011 1 次提交
  17. 29 12月, 2011 2 次提交
  18. 28 12月, 2011 2 次提交
  19. 24 12月, 2011 2 次提交
  20. 05 1月, 2012 1 次提交
    • T
      7113006: G1: excessive ergo output when an evac failure happens · c182ec48
      tonyp 提交于
      Summary: Introduce a flag that is set when a heap expansion attempt during a GC fails so that we do not consantly attempt to expand the heap when it's going to fail anyway. This not only prevents the excessive ergo output (which is generated when a region allocation fails) but also avoids excessive and ultimately unsuccessful expansion attempts.
      Reviewed-by: jmasa, johnc
      c182ec48
  21. 23 12月, 2011 2 次提交
  22. 22 12月, 2011 4 次提交
  23. 20 12月, 2011 3 次提交
  24. 17 12月, 2011 1 次提交
    • J
      7120038: G1: ParallelGCThreads==0 is broken · c4973f85
      johnc 提交于
      Summary: Running G1 with ParallelGCThreads==0 results in various crashes and asserts. Most of these are caused by unguarded references to the worker threads array or an incorrect number of active workers.
      Reviewed-by: jmasa, tonyp
      c4973f85