1. 19 11月, 2010 3 次提交
  2. 17 11月, 2010 3 次提交
  3. 13 11月, 2010 1 次提交
  4. 12 11月, 2010 1 次提交
  5. 10 11月, 2010 3 次提交
  6. 07 11月, 2010 2 次提交
  7. 06 11月, 2010 3 次提交
  8. 05 11月, 2010 2 次提交
  9. 03 11月, 2010 3 次提交
  10. 31 10月, 2010 4 次提交
  11. 29 10月, 2010 1 次提交
  12. 28 10月, 2010 2 次提交
  13. 27 10月, 2010 1 次提交
  14. 24 10月, 2010 1 次提交
  15. 23 10月, 2010 1 次提交
  16. 22 10月, 2010 3 次提交
  17. 21 10月, 2010 1 次提交
  18. 20 10月, 2010 2 次提交
  19. 19 10月, 2010 1 次提交
  20. 18 10月, 2010 1 次提交
  21. 17 10月, 2010 1 次提交
    • T
      6991377: G1: race between concurrent refinement and humongous object allocation · a9a0cccb
      tonyp 提交于
      Summary: There is a race between the concurrent refinement threads and the humongous object allocation that can cause the concurrent refinement threads to corrupt the part of the BOT that it is being initialized by the humongous object allocation operation. The solution is to do the humongous object allocation in careful steps to ensure that the concurrent refinement threads always have a consistent view over the BOT, region contents, and top. The fix includes some very minor tidying up in sparsePRT.
      Reviewed-by: jcoomes, johnc, ysr
      a9a0cccb