1. 08 9月, 2011 1 次提交
    • Y
      4965777: GC changes to support use of discovered field for pending references · d5318109
      ysr 提交于
      Summary: If and when the reference handler thread is able to use the discovered field to link reference objects in its pending list, so will GC. In that case, GC will scan through this field once a reference object has been placed on the pending list, but not scan that field before that stage, as the field is used by the concurrent GC thread to link discovered objects. When ReferenceHandleR thread does not use the discovered field for the purpose of linking the elements in the pending list, as would be the case in older JDKs, the JVM will fall back to the old behaviour of using the next field for that purpose.
      Reviewed-by: jcoomes, mchung, stefank
      d5318109
  2. 01 9月, 2011 1 次提交
  3. 18 3月, 2011 1 次提交
  4. 10 12月, 2010 1 次提交
  5. 24 11月, 2010 1 次提交
  6. 09 9月, 2010 1 次提交
  7. 21 9月, 2010 1 次提交
  8. 28 5月, 2010 1 次提交
  9. 30 1月, 2010 1 次提交
  10. 22 1月, 2010 1 次提交
  11. 02 12月, 2008 1 次提交
  12. 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
  13. 03 7月, 2008 1 次提交
    • X
      6719955: Update copyright year · b85ed448
      xdono 提交于
      Summary: Update copyright year for files that have been modified in 2008
      Reviewed-by: ohair, tbell
      b85ed448
  14. 06 6月, 2008 1 次提交
  15. 14 4月, 2008 1 次提交
  16. 01 12月, 2007 1 次提交