1. 29 9月, 2010 1 次提交
  2. 21 9月, 2010 1 次提交
  3. 24 8月, 2010 1 次提交
  4. 17 8月, 2010 1 次提交
    • Y
      6948538: CMS: BOT walkers can fall into object allocation and initialization cracks · ba523aa4
      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
      ba523aa4
  5. 31 7月, 2010 1 次提交
  6. 28 5月, 2010 1 次提交
  7. 14 4月, 2010 1 次提交
  8. 24 12月, 2009 1 次提交
    • Y
      6631166: CMS: better heuristics when combatting fragmentation · ee266287
      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
      ee266287
  9. 25 8月, 2009 1 次提交
  10. 07 6月, 2009 1 次提交
  11. 10 3月, 2009 1 次提交
    • X
      6814575: Update copyright year · 4901ff66
      xdono 提交于
      Summary: Update copyright for files that have been modified in 2009, up to 03/09
      Reviewed-by: katleman, tbell, ohair
      4901ff66
  12. 27 1月, 2009 1 次提交
    • Y
      6786503: Overflow list performance can be improved · 0119f2b2
      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
      0119f2b2
  13. 06 1月, 2009 1 次提交
  14. 21 11月, 2008 1 次提交
    • Y
      6722113: CMS: Incorrect overflow handling during precleaning of Reference lists · 2b87d5eb
      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
      2b87d5eb
  15. 31 7月, 2008 1 次提交
  16. 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
  17. 06 6月, 2008 1 次提交
  18. 07 5月, 2008 1 次提交
  19. 14 4月, 2008 1 次提交
  20. 17 3月, 2008 1 次提交
    • Y
      6634032: CMS: Need CMSInitiatingPermOccupancyFraction for perm, divorcing from... · 682e0cb9
      ysr 提交于
      6634032: CMS: Need CMSInitiatingPermOccupancyFraction for perm, divorcing from CMSInitiatingOccupancyFraction
      Summary: The option CMSInitiatingPermOccupancyFraction now controls perm triggering threshold. Even though the actual value of the threshold has not yet been changed, so there is no change in policy, we now have the infrastructure in place for dynamically deciding when to collect the perm gen, an issue that will be addressed in the near future.
      Reviewed-by: jmasa
      682e0cb9
  21. 01 12月, 2007 1 次提交