1. 06 5月, 2009 1 次提交
  2. 01 5月, 2009 1 次提交
  3. 28 4月, 2009 1 次提交
  4. 24 4月, 2009 1 次提交
  5. 26 3月, 2009 2 次提交
  6. 22 3月, 2009 1 次提交
  7. 17 3月, 2009 2 次提交
  8. 16 3月, 2009 3 次提交
  9. 13 3月, 2009 1 次提交
  10. 10 3月, 2009 2 次提交
  11. 08 3月, 2009 3 次提交
  12. 07 3月, 2009 1 次提交
  13. 28 2月, 2009 1 次提交
    • T
      6810672: Comment typos · 460de015
      twisti 提交于
      Summary: I have collected some typos I have found while looking at the code.
      Reviewed-by: kvn, never
      460de015
  14. 25 2月, 2009 1 次提交
  15. 10 2月, 2009 1 次提交
  16. 09 2月, 2009 2 次提交
  17. 06 2月, 2009 1 次提交
  18. 17 1月, 2009 1 次提交
  19. 06 1月, 2009 1 次提交
  20. 16 12月, 2008 2 次提交
  21. 12 12月, 2008 1 次提交
  22. 02 12月, 2008 1 次提交
  23. 21 11月, 2008 1 次提交
    • Y
      6684579: SoftReference processing can be made more efficient · bf0e7f79
      ysr 提交于
      Summary: For current soft-ref clearing policies, we can decide at marking time if a soft-reference will definitely not be cleared, postponing the decision of whether it will definitely be cleared to the final reference processing phase. This can be especially beneficial in the case of concurrent collectors where the marking is usually concurrent but reference processing is usually not.
      Reviewed-by: jmasa
      bf0e7f79
  24. 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
  25. 14 10月, 2008 1 次提交
  26. 07 10月, 2008 1 次提交
  27. 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
  28. 23 8月, 2008 1 次提交
  29. 06 8月, 2008 1 次提交
  30. 31 7月, 2008 1 次提交
  31. 11 7月, 2008 1 次提交