1. 21 11月, 2008 1 次提交
    • Y
      6684579: SoftReference processing can be made more efficient · 63aa278b
      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
      63aa278b
  2. 10 7月, 2008 1 次提交
  3. 03 7月, 2008 1 次提交
    • X
      6719955: Update copyright year · 3553bdd3
      xdono 提交于
      Summary: Update copyright year for files that have been modified in 2008
      Reviewed-by: ohair, tbell
      3553bdd3
  4. 24 6月, 2008 1 次提交
    • Y
      6718086: CMS assert: _concurrent_iteration_safe_limit update missed · 144473bd
      ysr 提交于
      Summary: Initialize the field correctly in ContiguousSpace's constructor and initialize() methods, using the latter for the survivor spaces upon initial construction or a subsequent resizing of the young generation. Add some missing Space sub-class constructors.
      Reviewed-by: apetrusenko
      144473bd
  5. 06 6月, 2008 1 次提交
  6. 14 4月, 2008 1 次提交
  7. 01 12月, 2007 1 次提交