1. 19 11月, 2008 4 次提交
  2. 15 11月, 2008 1 次提交
    • I
      6770608: G1: Mutator thread can flush barrier and satb queues during safepoint · 5ee7f6f4
      iveresov 提交于
      6660573: G1: BigApps Failure : guarantee(satb_mq_set.completed_buffers_num() == 0,"invariant")
      Summary: When exiting a mutator thread is removed from the thread list before it has a chance to flush its SATB and barrier queues. If GC happens at this moment the objects that are refererred from these queues can be moved, which will case a crash. The fix is simply to flush the buffers before removing a thread from the list.
      Reviewed-by: jcoomes, tonyp
      5ee7f6f4
  3. 14 11月, 2008 1 次提交
  4. 13 11月, 2008 2 次提交
  5. 12 11月, 2008 1 次提交
  6. 08 11月, 2008 1 次提交
  7. 07 11月, 2008 2 次提交
  8. 31 10月, 2008 2 次提交
  9. 29 10月, 2008 3 次提交
  10. 23 10月, 2008 1 次提交
  11. 15 10月, 2008 2 次提交
  12. 14 10月, 2008 3 次提交
  13. 08 10月, 2008 1 次提交
  14. 07 10月, 2008 2 次提交
  15. 04 10月, 2008 1 次提交
  16. 03 10月, 2008 2 次提交
  17. 02 10月, 2008 1 次提交
  18. 01 10月, 2008 4 次提交
  19. 27 9月, 2008 2 次提交
  20. 26 9月, 2008 1 次提交
  21. 25 9月, 2008 1 次提交
  22. 24 9月, 2008 1 次提交
  23. 22 9月, 2008 1 次提交
    • T
      6742641: G1: NullPointerException during GCOld · 7040bab9
      tonyp 提交于
      Summary: An update buffer is not processed correctly, which causes roots into the collection set not to be scanned and, hence, for the heap to be corrupted. The cause is that an object is accessed after it has been explicitly deleted, which causes a race.
      Reviewed-by: jcoomes, ysr
      7040bab9