1. 26 1月, 2012 2 次提交
  2. 12 1月, 2012 1 次提交
    • J
      6484965: G1: piggy-back liveness accounting phase on marking · f13c0dfe
      johnc 提交于
      Summary: Remove the separate counting phase of concurrent marking by tracking the amount of marked bytes and the cards spanned by marked objects in marking task/worker thread local data structures, which are updated as individual objects are marked.
      Reviewed-by: brutisso, tonyp
      f13c0dfe
  3. 25 1月, 2012 1 次提交
  4. 24 1月, 2012 1 次提交
    • B
      7132311: G1: assert((s == klass->oop_size(this)) ||... · 7864cfc8
      brutisso 提交于
      7132311: G1: assert((s == klass->oop_size(this)) || (Universe::heap()->is_gc_active() && ((is_typeArray()...
      Summary: Move the check for when to call collect() to before we do a humongous object allocation
      Reviewed-by: stefank, tonyp
      7864cfc8
  5. 21 1月, 2012 1 次提交
  6. 19 1月, 2012 1 次提交
  7. 18 1月, 2012 2 次提交
  8. 17 1月, 2012 1 次提交
  9. 16 1月, 2012 1 次提交
  10. 14 1月, 2012 1 次提交
  11. 12 1月, 2012 1 次提交
  12. 11 1月, 2012 2 次提交
  13. 10 1月, 2012 1 次提交
  14. 09 1月, 2012 1 次提交
  15. 07 1月, 2012 1 次提交
  16. 06 1月, 2012 1 次提交
  17. 05 1月, 2012 2 次提交
  18. 04 1月, 2012 1 次提交
  19. 02 1月, 2012 2 次提交
  20. 31 12月, 2011 1 次提交
  21. 29 12月, 2011 2 次提交
  22. 28 12月, 2011 2 次提交
  23. 24 12月, 2011 2 次提交
  24. 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
  25. 23 12月, 2011 2 次提交
  26. 22 12月, 2011 4 次提交
  27. 20 12月, 2011 2 次提交