1. 23 9月, 2011 1 次提交
    • J
      6484982: G1: process references during evacuation pauses · 3c0b8be9
      johnc 提交于
      Summary: G1 now uses two reference processors - one is used by concurrent marking and the other is used by STW GCs (both full and incremental evacuation pauses). In an evacuation pause, the reference processor is embedded into the closures used to scan objects. Doing so causes causes reference objects to be 'discovered' by the reference processor. At the end of the evacuation pause, these discovered reference objects are processed - preserving (and copying) referent objects (and their reachable graphs) as appropriate.
      Reviewed-by: ysr, jwilhelm, brutisso, stefank, tonyp
      3c0b8be9
  2. 08 9月, 2011 1 次提交
    • Y
      4965777: GC changes to support use of discovered field for pending references · 21dc0110
      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
      21dc0110
  3. 01 9月, 2011 1 次提交
  4. 18 3月, 2011 1 次提交
  5. 10 12月, 2010 1 次提交
  6. 24 11月, 2010 1 次提交
  7. 09 9月, 2010 1 次提交
  8. 21 9月, 2010 1 次提交
  9. 28 5月, 2010 1 次提交
  10. 30 1月, 2010 1 次提交
  11. 22 1月, 2010 1 次提交
  12. 02 12月, 2008 1 次提交
  13. 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
  14. 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
  15. 06 6月, 2008 1 次提交
  16. 14 4月, 2008 1 次提交
  17. 01 12月, 2007 1 次提交