1. 12 12月, 2008 1 次提交
    • K
      Merge · a6ef2ce8
      kvn 提交于
      a6ef2ce8
  2. 10 12月, 2008 1 次提交
  3. 09 12月, 2008 3 次提交
  4. 06 12月, 2008 3 次提交
  5. 05 12月, 2008 6 次提交
  6. 04 12月, 2008 3 次提交
  7. 02 12月, 2008 1 次提交
  8. 28 11月, 2008 1 次提交
  9. 27 11月, 2008 1 次提交
  10. 26 11月, 2008 2 次提交
  11. 25 11月, 2008 2 次提交
  12. 22 11月, 2008 5 次提交
  13. 21 11月, 2008 3 次提交
    • 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
    • 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
    • X
      Added tag jdk7-b40 for changeset 81a0cbe3b284 · 429c3aa1
      xdono 提交于
      429c3aa1
  14. 20 11月, 2008 2 次提交
    • I
      Merge · e3c38639
      iveresov 提交于
      e3c38639
    • K
      Merge · 30666317
      kvn 提交于
      30666317
  15. 19 11月, 2008 4 次提交
  16. 15 11月, 2008 2 次提交