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 2 次提交
  3. 09 9月, 2010 1 次提交
  4. 21 9月, 2010 1 次提交
  5. 17 9月, 2010 1 次提交
    • J
      Merge · 44e4df98
      johnc 提交于
      44e4df98
  6. 16 9月, 2010 1 次提交
  7. 14 9月, 2010 1 次提交
    • J
      6981746: G1: SEGV with -XX:+TraceGen0Time · a5cebdbe
      johnc 提交于
      Summary: Pass correct value for length to NumberSeq constructor. Guard dereferences of "body_summary" pointer with a NULL check.
      Reviewed-by: tonyp, ysr
      a5cebdbe
  8. 13 9月, 2010 1 次提交
    • K
      Merge · 69a18a35
      kamg 提交于
      69a18a35
  9. 12 9月, 2010 1 次提交
    • Y
      Merge · 35fc3cb6
      ysr 提交于
      35fc3cb6
  10. 11 9月, 2010 2 次提交
  11. 09 9月, 2010 2 次提交
  12. 08 9月, 2010 1 次提交
  13. 07 9月, 2010 2 次提交
  14. 04 9月, 2010 1 次提交
  15. 01 9月, 2010 3 次提交
  16. 31 8月, 2010 5 次提交
  17. 28 8月, 2010 6 次提交
  18. 27 8月, 2010 4 次提交
  19. 26 8月, 2010 3 次提交
  20. 25 8月, 2010 1 次提交
    • T
      6941275: G1: The MemoryPools are incorrectly supported for G1 · 0807c46f
      tonyp 提交于
      Summary: The way we were caluclating the max value meant that it might fluctuate during the run and this broke some assumptions inside the MBeans framework. This change sets the max value of each pool to -1, which means undefined according to the spec.
      Reviewed-by: mchung, johnc
      0807c46f