1. 20 12月, 2011 2 次提交
  2. 15 12月, 2011 1 次提交
  3. 14 12月, 2011 1 次提交
  4. 13 12月, 2011 2 次提交
  5. 09 12月, 2011 2 次提交
    • J
      Merge · 8bb317a2
      jmasa 提交于
      8bb317a2
    • K
      Merge · a854dfe4
      kvn 提交于
      a854dfe4
  6. 08 12月, 2011 1 次提交
  7. 07 12月, 2011 2 次提交
  8. 06 12月, 2011 3 次提交
  9. 03 12月, 2011 4 次提交
  10. 02 12月, 2011 3 次提交
  11. 01 12月, 2011 2 次提交
  12. 30 11月, 2011 1 次提交
  13. 29 11月, 2011 2 次提交
  14. 28 11月, 2011 2 次提交
  15. 06 12月, 2011 1 次提交
    • T
      Merge · 1de7f6ba
      tonyp 提交于
      1de7f6ba
  16. 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
  17. 23 11月, 2011 2 次提交
  18. 22 11月, 2011 1 次提交
  19. 21 11月, 2011 2 次提交
  20. 19 11月, 2011 4 次提交
  21. 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