1. 11 1月, 2012 2 次提交
  2. 10 1月, 2012 1 次提交
  3. 07 1月, 2012 1 次提交
  4. 24 12月, 2011 1 次提交
  5. 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
  6. 02 1月, 2012 1 次提交
  7. 29 12月, 2011 2 次提交
  8. 28 12月, 2011 1 次提交
  9. 23 12月, 2011 1 次提交
  10. 22 12月, 2011 3 次提交
  11. 20 12月, 2011 2 次提交
  12. 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
  13. 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
  14. 15 12月, 2011 2 次提交
  15. 21 12月, 2011 2 次提交
  16. 14 12月, 2011 2 次提交
  17. 10 12月, 2011 1 次提交
  18. 08 12月, 2011 2 次提交
  19. 07 12月, 2011 2 次提交
  20. 06 12月, 2011 1 次提交
  21. 03 12月, 2011 1 次提交
  22. 01 12月, 2011 1 次提交
  23. 30 11月, 2011 1 次提交
  24. 29 11月, 2011 1 次提交
  25. 28 11月, 2011 1 次提交
  26. 03 12月, 2011 1 次提交
    • J
      7114095: G1: assert(obj == oopDesc::load_decode_heap_oop(p)) failed: p should... · 42e06156
      johnc 提交于
      7114095: G1: assert(obj == oopDesc::load_decode_heap_oop(p)) failed: p should still be pointing to obj
      Summary: As a result of  the changes for 4965777, the G1 reference field scanning closure could be applied to the discovered field of a reference object twice. The failing assert is too strong if the result of the first application of the closure is stolen, and the referenced object, evacuated by another worker thread.
      Reviewed-by: ysr, tonyp
      42e06156
  27. 23 11月, 2011 2 次提交
  28. 22 11月, 2011 1 次提交
  29. 18 11月, 2011 1 次提交
    • J
      7112743: G1: Reduce overhead of marking closure during evacuation pauses · 9ee12139
      johnc 提交于
      Summary: Parallelize the serial code that was used to mark objects reachable from survivor objects in the collection set. Some minor improvments in the timers used to track the freeing of the collection set along with some tweaks to PrintGCDetails.
      Reviewed-by: tonyp, brutisso
      9ee12139