1. 14 1月, 2010 1 次提交
    • Y
      6896647: card marks can be deferred too long · 651edb8d
      ysr 提交于
      Summary: Deferred card marks are now flushed during the gc prologue. Parallel[Scavege,OldGC] and SerialGC no longer defer card marks generated by COMPILER2 as a result of ReduceInitialCardMarks. For these cases, introduced a diagnostic option to defer the card marks, only for the purposes of testing and diagnostics. CMS and G1 continue to defer card marks. Potential performance concern related to single-threaded flushing of deferred card marks in the gc prologue will be addressed in the future.
      Reviewed-by: never, johnc
      651edb8d
  2. 07 1月, 2010 1 次提交
  3. 05 1月, 2010 3 次提交
  4. 04 1月, 2010 1 次提交
  5. 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
  6. 17 12月, 2009 1 次提交
  7. 12 12月, 2009 1 次提交
  8. 27 11月, 2009 1 次提交
  9. 26 11月, 2009 1 次提交
  10. 21 11月, 2009 1 次提交
  11. 13 11月, 2009 1 次提交
  12. 05 11月, 2009 1 次提交
  13. 02 11月, 2009 1 次提交
  14. 29 10月, 2009 1 次提交
  15. 22 10月, 2009 1 次提交
  16. 16 10月, 2009 1 次提交
    • Y
      6888898: CMS: ReduceInitialCardMarks unsafe in the presence of cms precleaning · 349bfec0
      ysr 提交于
      6889757: G1: enable card mark elision for initializing writes from compiled code (ReduceInitialCardMarks)
      Summary: Defer the (compiler-elided) card-mark upon a slow-path allocation until after the store  and before the next subsequent safepoint; G1 now answers yes to can_elide_tlab_write_barriers().
      Reviewed-by: jcoomes, kvn, never
      349bfec0
  17. 14 10月, 2009 1 次提交
  18. 25 9月, 2009 1 次提交
  19. 23 9月, 2009 2 次提交
  20. 17 9月, 2009 1 次提交
  21. 16 9月, 2009 1 次提交
  22. 11 9月, 2009 1 次提交
  23. 05 9月, 2009 1 次提交
  24. 25 8月, 2009 1 次提交
  25. 21 8月, 2009 1 次提交
  26. 13 8月, 2009 1 次提交
  27. 12 8月, 2009 2 次提交
  28. 07 8月, 2009 1 次提交
  29. 03 8月, 2009 1 次提交
  30. 01 8月, 2009 1 次提交
  31. 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
  32. 29 7月, 2009 3 次提交
  33. 27 7月, 2009 1 次提交
  34. 23 7月, 2009 1 次提交