1. 26 3月, 2011 1 次提交
  2. 18 3月, 2011 1 次提交
  3. 05 3月, 2011 1 次提交
  4. 02 3月, 2011 1 次提交
  5. 28 2月, 2011 2 次提交
  6. 23 2月, 2011 1 次提交
  7. 17 2月, 2011 1 次提交
  8. 12 2月, 2011 2 次提交
  9. 09 2月, 2011 2 次提交
  10. 04 2月, 2011 1 次提交
  11. 03 2月, 2011 2 次提交
  12. 28 1月, 2011 1 次提交
  13. 20 1月, 2011 1 次提交
    • T
      6977804: G1: remove the zero-filling thread · 0ed267ef
      tonyp 提交于
      Summary: This changeset removes the zero-filling thread from G1 and collapses the two free region lists we had before (the "free" and "unclean" lists) into one. The new free list uses the new heap region sets / lists abstractions that we'll ultimately use it to keep track of all regions in the heap. A heap region set was also introduced for the humongous regions. Finally, this change increases the concurrency between the thread that completes freeing regions (after a cleanup pause) and the rest of the system (before we'd have to wait for said thread to complete before allocating a new region). The changest also includes a lot of refactoring and code simplification.
      Reviewed-by: jcoomes, johnc
      0ed267ef
  14. 13 1月, 2011 1 次提交
  15. 04 1月, 2011 1 次提交
  16. 12 12月, 2010 1 次提交
  17. 04 12月, 2010 1 次提交
  18. 03 12月, 2010 1 次提交
  19. 02 12月, 2010 1 次提交
  20. 24 11月, 2010 1 次提交
  21. 31 10月, 2010 1 次提交
  22. 22 10月, 2010 1 次提交
  23. 12 10月, 2010 1 次提交
  24. 07 10月, 2010 1 次提交
  25. 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
  26. 29 9月, 2010 1 次提交
  27. 11 9月, 2010 1 次提交
  28. 09 9月, 2010 1 次提交
  29. 21 9月, 2010 1 次提交
  30. 04 9月, 2010 1 次提交
    • I
      6953144: Tiered compilation · d2bc8599
      iveresov 提交于
      Summary: Infrastructure for tiered compilation support (interpreter + c1 + c2) for 32 and 64 bit. Simple tiered policy implementation.
      Reviewed-by: kvn, never, phh, twisti
      d2bc8599
  31. 31 8月, 2010 1 次提交
  32. 28 8月, 2010 1 次提交
  33. 11 8月, 2010 1 次提交
  34. 09 8月, 2010 1 次提交
  35. 04 8月, 2010 1 次提交
  36. 03 8月, 2010 1 次提交
    • B
      6953477: Increase portability and flexibility of building Hotspot · 1d7def72
      bobv 提交于
      Summary: A collection of portability improvements including shared code support for PPC, ARM platforms, software floating point, cross compilation support and improvements in error crash detail.
      Reviewed-by: phh, never, coleenp, dholmes
      1d7def72