1. 10 5月, 2011 1 次提交
    • Y
      6883834: ParNew: assert(!_g->to()->is_in_reserved(obj),"Scanning field... · 01b28013
      ysr 提交于
      6883834: ParNew: assert(!_g->to()->is_in_reserved(obj),"Scanning field twice?") with LargeObjects tests
      Summary: Fixed process_chunk_boundaries(), used for parallel card scanning when using ParNew/CMS, so as to prevent double-scanning, or worse, non-scanning of imprecisely marked objects exceeding parallel chunk size. Made some sizing parameters for parallel card scanning diagnostic, disabled ParallelGCRetainPLAB, and elaborated and clarified some comments.
      Reviewed-by: stefank, johnc
      01b28013
  2. 21 4月, 2011 1 次提交
  3. 15 4月, 2011 1 次提交
    • Y
      7036482: clear argument is redundant and unused in cardtable methods · 1a2f9848
      ysr 提交于
      Summary: Removed the unused clear argument to various cardtbale methods and unused mod_oop_in_space_iterate method. Unrelated to synopsis, added  a pair of clarifying parens in AllocationStats constructor.
      Reviewed-by: brutisso, jcoomes
      1a2f9848
  4. 18 3月, 2011 1 次提交
  5. 18 12月, 2010 1 次提交
    • Y
      6807801: CMS: could save/restore fewer header words during scavenge · 8ea00085
      ysr 提交于
      Summary: Age bits need not enter the mark-word preservation calculus; also affected, in addition to CMS, per CR synopsis above, were ParNew (but not DefNew), ParallelScavenge and G1, albeit to a lesser degree than CMS.
      Reviewed-by: tonyp, johnc
      8ea00085
  6. 01 12月, 2010 1 次提交
  7. 24 11月, 2010 1 次提交
  8. 24 10月, 2010 1 次提交
  9. 29 9月, 2010 1 次提交
  10. 21 9月, 2010 1 次提交
  11. 12 8月, 2010 1 次提交
  12. 10 8月, 2010 1 次提交
  13. 17 7月, 2010 1 次提交
  14. 28 5月, 2010 1 次提交
  15. 14 4月, 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. 12 10月, 2009 1 次提交
  18. 16 9月, 2009 1 次提交
  19. 29 7月, 2009 1 次提交
    • X
      6862919: Update copyright year · 84c0f327
      xdono 提交于
      Summary: Update copyright for files that have been modified in 2009, up to 07/09
      Reviewed-by: tbell, ohair
      84c0f327
  20. 15 7月, 2009 1 次提交
  21. 29 3月, 2009 1 次提交
  22. 14 3月, 2009 1 次提交
    • Y
      6808322: ParNew, CMS, G1: ParGCAllocBuffer overflow · e14b0cd3
      ysr 提交于
      Summary: Correct the overflow check in ParGCAllocBuffer::allocate(); simplify ParGCAllocBuffer::undo_allocation().
      Reviewed-by: apetrusenko, jcoomes, jmasa, minqi, phh, tonyp
      e14b0cd3
  23. 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
  24. 03 4月, 2009 1 次提交
  25. 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
  26. 12 12月, 2008 1 次提交
  27. 02 12月, 2008 1 次提交
  28. 25 11月, 2008 1 次提交
  29. 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
  30. 21 8月, 2008 1 次提交
  31. 10 7月, 2008 1 次提交
  32. 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
  33. 29 5月, 2008 1 次提交
  34. 14 4月, 2008 1 次提交
  35. 03 3月, 2008 1 次提交
    • J
      6557851: CMS: ergonomics defaults are not set with FLAG_SET_ERGO · 4c1de8f4
      jmasa 提交于
      Summary: Default values set by cms ergonomics are set with FLAG_SET_DEFAULT so down stream the values look like the default values and affect how later parameters are set.  Set these values with FLAG_SET_ERGO instead and adjust how later parameters are interpreted.
      Reviewed-by: iveresov, apetrusenko, pbk, ysr
      4c1de8f4
  36. 15 2月, 2008 1 次提交
  37. 01 12月, 2007 1 次提交