1. 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
  2. 21 8月, 2010 1 次提交
  3. 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
  4. 11 8月, 2010 1 次提交
  5. 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
  6. 31 7月, 2010 1 次提交
  7. 22 7月, 2010 1 次提交
  8. 16 7月, 2010 1 次提交
  9. 09 7月, 2010 1 次提交
  10. 04 6月, 2010 1 次提交
  11. 30 5月, 2010 1 次提交
  12. 28 5月, 2010 2 次提交
  13. 18 5月, 2010 1 次提交
  14. 04 5月, 2010 2 次提交
  15. 30 4月, 2010 1 次提交
  16. 23 4月, 2010 1 次提交
  17. 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
  18. 08 4月, 2010 3 次提交
  19. 19 3月, 2010 1 次提交
  20. 14 3月, 2010 1 次提交
  21. 04 3月, 2010 1 次提交
  22. 27 2月, 2010 1 次提交
  23. 24 2月, 2010 2 次提交
  24. 04 2月, 2010 1 次提交
  25. 02 2月, 2010 1 次提交
  26. 30 1月, 2010 1 次提交
  27. 27 1月, 2010 1 次提交
  28. 26 1月, 2010 1 次提交
  29. 14 1月, 2010 3 次提交
  30. 09 1月, 2010 1 次提交
  31. 08 1月, 2010 1 次提交
    • K
      6914622: Print values of all flags for product VM · b1f4c8ba
      kvn 提交于
      Summary: Change the flag -XX:+PrintFlagsFinal to product and add new product flag -XX:+PrintFlagsInitial.
      Reviewed-by: phh, ysr
      Contributed-by: gbenson@redhat.com
      b1f4c8ba
  32. 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
  33. 12 12月, 2009 1 次提交