1. 23 12月, 2008 1 次提交
  2. 19 12月, 2008 1 次提交
  3. 16 12月, 2008 2 次提交
  4. 12 12月, 2008 2 次提交
  5. 11 12月, 2008 2 次提交
  6. 09 12月, 2008 1 次提交
  7. 05 12月, 2008 1 次提交
  8. 04 12月, 2008 1 次提交
  9. 22 11月, 2008 2 次提交
  10. 21 11月, 2008 1 次提交
    • Y
      6722113: CMS: Incorrect overflow handling during precleaning of Reference lists · fb7c8a34
      ysr 提交于
      Summary: When we encounter marking stack overflow during precleaning of Reference lists, we were using the overflow list mechanism, which can cause problems on account of mutating the mark word of the header because of conflicts with mutator accesses and updates of that field. Instead we should use the usual mechanism for overflow handling in concurrent phases, namely dirtying of the card on which the overflowed object lies. Since precleaning effectively does a form of discovered list processing, albeit with discovery enabled, we needed to adjust some code to be correct in the face of interleaved processing and discovery.
      Reviewed-by: apetrusenko, jcoomes
      fb7c8a34
  11. 19 11月, 2008 1 次提交
    • K
      6772413: code cleanup · ca83af54
      kvn 提交于
      Summary: Removed lines in adm64.make with interpret.o and moved few constant strings from header files.
      Reviewed-by: never
      ca83af54
  12. 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
  13. 13 11月, 2008 1 次提交
  14. 08 11月, 2008 1 次提交
  15. 31 10月, 2008 1 次提交
  16. 29 10月, 2008 2 次提交
  17. 15 10月, 2008 1 次提交
  18. 07 10月, 2008 1 次提交
  19. 03 10月, 2008 2 次提交
  20. 02 10月, 2008 1 次提交
  21. 01 10月, 2008 3 次提交
  22. 27 9月, 2008 1 次提交
  23. 26 9月, 2008 1 次提交
  24. 11 9月, 2008 1 次提交
  25. 03 9月, 2008 1 次提交
  26. 27 8月, 2008 1 次提交
  27. 26 8月, 2008 1 次提交
  28. 21 8月, 2008 1 次提交
  29. 16 8月, 2008 1 次提交
  30. 15 8月, 2008 1 次提交
  31. 02 8月, 2008 1 次提交
  32. 29 7月, 2008 1 次提交