1. 30 9月, 2010 1 次提交
    • Y
      6692906: CMS: parallel concurrent marking may be prone to hanging or stalling... · f1d21486
      ysr 提交于
      6692906: CMS: parallel concurrent marking may be prone to hanging or stalling mutators for periods of time
      Summary: Inserted missing yield(check)s in closures used during the work-stealing phase of parallel concurrent marking, a missing synchronous yield-request in the cms perm gen allocation path, and a terminator-terminator for the offer_termination invocation that monitors the yield status of the concurrent marking task. Elaborated some documentation comments and made some task queue termination loop flags configurable at start-up to aid debugging in the field.
      Reviewed-by: jmasa, johnc, poonam
      f1d21486
  2. 29 9月, 2010 1 次提交
  3. 11 9月, 2010 1 次提交
  4. 21 9月, 2010 1 次提交
  5. 19 8月, 2010 1 次提交
  6. 17 8月, 2010 1 次提交
    • Y
      6948538: CMS: BOT walkers can fall into object allocation and initialization cracks · 569b6fe2
      ysr 提交于
      Summary: GC workers now recognize an intermediate transient state of blocks which are allocated but have not yet completed initialization. blk_start() calls do not attempt to determine the size of a block in the transient state, rather waiting for the block to become initialized so that it is safe to query its size. Audited and ensured the order of initialization of object fields (klass, free bit and size) to respect block state transition protocol. Also included some new assertion checking code enabled in debug mode.
      Reviewed-by: chrisphi, johnc, poonam
      569b6fe2
  7. 31 7月, 2010 1 次提交
  8. 17 7月, 2010 1 次提交
  9. 28 5月, 2010 2 次提交
  10. 11 5月, 2010 1 次提交
  11. 04 5月, 2010 2 次提交
  12. 14 4月, 2010 1 次提交
  13. 04 3月, 2010 1 次提交
  14. 24 2月, 2010 1 次提交
  15. 22 1月, 2010 1 次提交
  16. 24 12月, 2009 1 次提交
    • Y
      6631166: CMS: better heuristics when combatting fragmentation · c290220e
      ysr 提交于
      Summary: Autonomic per-worker free block cache sizing, tunable coalition policies, fixes to per-size block statistics, retuned gain and bandwidth of some feedback loop filters to allow quicker reactivity to abrupt changes in ambient demand, and other heuristics to reduce fragmentation of the CMS old gen. Also tightened some assertions, including those related to locking.
      Reviewed-by: jmasa
      c290220e
  17. 11 11月, 2009 1 次提交
  18. 24 9月, 2009 1 次提交
  19. 16 9月, 2009 1 次提交
  20. 02 9月, 2009 1 次提交
    • Y
      4957990: Perm heap bloat in JVM · 763668ed
      ysr 提交于
      Summary: Treat ProfileData in MDO's as a source of weak, not strong, roots. Fixes the bug for stop-world collection -- the case of concurrent collection will be fixed separately.
      Reviewed-by: jcoomes, jmasa, kvn, never
      763668ed
  21. 25 8月, 2009 1 次提交
  22. 07 6月, 2009 1 次提交
  23. 29 3月, 2009 1 次提交
  24. 10 3月, 2009 1 次提交
    • X
      6814575: Update copyright year · 58e87f34
      xdono 提交于
      Summary: Update copyright for files that have been modified in 2009, up to 03/09
      Reviewed-by: katleman, tbell, ohair
      58e87f34
  25. 28 2月, 2009 1 次提交
    • T
      6810672: Comment typos · 460de015
      twisti 提交于
      Summary: I have collected some typos I have found while looking at the code.
      Reviewed-by: kvn, never
      460de015
  26. 27 1月, 2009 1 次提交
    • Y
      6786503: Overflow list performance can be improved · 7a40ef32
      ysr 提交于
      Summary: Avoid overflow list walk in CMS & ParNew when it is unnecessary. Fix a couple of correctness issues, including a C-heap leak, in ParNew at the intersection of promotion failure, work queue overflow and object array chunking. Add stress testing option and related assertion checking.
      Reviewed-by: jmasa
      7a40ef32
  27. 12 1月, 2009 1 次提交
  28. 06 1月, 2009 1 次提交
  29. 02 12月, 2008 1 次提交
  30. 21 11月, 2008 2 次提交
    • 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
  31. 27 8月, 2008 1 次提交
  32. 15 8月, 2008 1 次提交
  33. 31 7月, 2008 1 次提交
  34. 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
  35. 09 6月, 2008 1 次提交
  36. 06 6月, 2008 1 次提交
  37. 07 5月, 2008 1 次提交