1. 08 12月, 2010 1 次提交
  2. 24 11月, 2010 1 次提交
  3. 24 10月, 2010 1 次提交
  4. 22 10月, 2010 1 次提交
    • Y
      6992998: CMSWaitDuration=0 causes hangs with +ExplicitGCInvokesConcurrent · 41f9c77a
      ysr 提交于
      Summary: Closed a timing hole during which concurrent full gc requests can be missed. The hole can increase the latency of the response to a full gc request by up to the value of CMSWaitDuration. If CMSWaitDuration=0 is, as currently, interpreted as an unbounded wait, suitable in certain tuning scenarios, the application can potentially hang. Made two obscure tunables, including CMSWaitDuration, manageable.
      Reviewed-by: jcoomes, tonyp
      41f9c77a
  5. 20 10月, 2010 1 次提交
  6. 12 10月, 2010 1 次提交
  7. 08 10月, 2010 1 次提交
  8. 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
  9. 29 9月, 2010 1 次提交
  10. 11 9月, 2010 1 次提交
  11. 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
  12. 31 8月, 2010 1 次提交
  13. 21 8月, 2010 1 次提交
  14. 17 8月, 2010 1 次提交
    • Y
      6948538: CMS: BOT walkers can fall into object allocation and initialization cracks · 569b6fe2
      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
      569b6fe2
  15. 11 8月, 2010 1 次提交
  16. 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
  17. 31 7月, 2010 1 次提交
  18. 22 7月, 2010 1 次提交
  19. 16 7月, 2010 1 次提交
  20. 09 7月, 2010 1 次提交
  21. 04 6月, 2010 1 次提交
  22. 30 5月, 2010 1 次提交
  23. 28 5月, 2010 2 次提交
  24. 18 5月, 2010 1 次提交
  25. 04 5月, 2010 2 次提交
  26. 30 4月, 2010 1 次提交
  27. 23 4月, 2010 1 次提交
  28. 08 5月, 2010 1 次提交
    • T
      6949307: G1: raise a vm error, do not core dump, if target pause time and... · 7a0c8373
      tonyp 提交于
      6949307: G1: raise a vm error, do not core dump, if target pause time and target interval are inconsistent
      Summary: First, change the guarantee to raising a vm error. Second, set the interval dynamically, and based on the pause time target, if it is not set explicitly.
      Reviewed-by: ysr, johnc
      7a0c8373
  29. 08 4月, 2010 3 次提交
  30. 19 3月, 2010 1 次提交
  31. 14 3月, 2010 1 次提交
  32. 04 3月, 2010 1 次提交
  33. 27 2月, 2010 1 次提交
  34. 24 2月, 2010 2 次提交
  35. 04 2月, 2010 1 次提交