1. 16 1月, 2012 1 次提交
  2. 14 1月, 2012 1 次提交
  3. 12 1月, 2012 1 次提交
  4. 11 1月, 2012 2 次提交
  5. 10 1月, 2012 1 次提交
  6. 09 1月, 2012 1 次提交
  7. 07 1月, 2012 1 次提交
  8. 06 1月, 2012 1 次提交
  9. 05 1月, 2012 2 次提交
  10. 04 1月, 2012 1 次提交
  11. 02 1月, 2012 2 次提交
  12. 31 12月, 2011 1 次提交
  13. 29 12月, 2011 2 次提交
  14. 28 12月, 2011 2 次提交
  15. 24 12月, 2011 2 次提交
  16. 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
  17. 23 12月, 2011 2 次提交
  18. 22 12月, 2011 4 次提交
  19. 20 12月, 2011 3 次提交
  20. 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
  21. 16 12月, 2011 1 次提交
    • T
      7113012: G1: rename not-fully-young GCs as "mixed" · cac942d6
      tonyp 提交于
      Summary: Renamed partially-young GCs as mixed and fully-young GCs as young. Change all external output that includes those terms (GC log and GC ergo log) as well as any comments, fields, methods, etc. The changeset also includes very minor code tidying up (added some curly brackets).
      Reviewed-by: johnc, brutisso
      cac942d6
  22. 15 12月, 2011 2 次提交
  23. 21 12月, 2011 2 次提交
  24. 14 12月, 2011 2 次提交
  25. 10 12月, 2011 1 次提交