1. 08 4月, 2011 1 次提交
  2. 07 4月, 2011 1 次提交
  3. 31 3月, 2011 1 次提交
  4. 22 3月, 2011 1 次提交
  5. 19 3月, 2011 1 次提交
  6. 17 3月, 2011 1 次提交
    • Y
      6896099: Integrate CMS heap ergo with default heap sizing ergo · ca979cc2
      ysr 提交于
      6627787: CMS: JVM refuses to start up with -Xms16m -Xmx16m
      7000125: CMS: Anti-monotone young gen sizing with respect to maximum whole heap size specification
      7027529: CMS: retire CMSUseOldDefaults flag
      Summary: Simplify CMS heap sizing code, relying on ergonomic initial sizing consistent with other collectors for the most part, controlling only young gen sizing to rein in pause times. Make CMS young gen sizing default statically cpu-dependant. Remove inconsistencies wrt generation sizing and policy code, allowing for the fixing for 6627787 and 7000125. For 7027529, retire the flag CMSUseOldDefaults which had been introduced as a bridge from JDK 5 to JDK 6 a number of years ago.
      Reviewed-by: brutisso, poonam
      ca979cc2
  7. 11 3月, 2011 1 次提交
  8. 05 3月, 2011 1 次提交
  9. 04 3月, 2011 1 次提交
  10. 07 3月, 2011 1 次提交
  11. 02 3月, 2011 1 次提交
    • I
      6627983: G1: Bad oop deference during marking · d535b405
      iveresov 提交于
      Summary: Bulk zeroing reduction didn't work with G1, because arraycopy would call pre-barriers on uninitialized oops. The solution is to have version of arraycopy stubs that don't have pre-barriers. Also refactored arraycopy stubs generation on SPARC to be more readable and reduced the number of stubs necessary in some cases.
      Reviewed-by: jrose, kvn, never
      d535b405
  12. 28 2月, 2011 1 次提交
  13. 17 2月, 2011 1 次提交
  14. 10 2月, 2011 1 次提交
    • J
      7017008: G1: Turn on compressed oops by default. · 4cc2059c
      johnc 提交于
      Summary: Normally compressed oops is enabled when the maximum heap size is under a certain limit, except when G1 is also enabled. Remove this limitation. Also re-enable GCBasher testing with G1 on 64 bit windows in jprt.
      Reviewed-by: jcoomes, brutisso, tonyp
      4cc2059c
  15. 26 1月, 2011 1 次提交
  16. 21 1月, 2011 1 次提交
  17. 12 1月, 2011 1 次提交
  18. 04 1月, 2011 1 次提交
  19. 01 12月, 2010 1 次提交
    • I
      6985015: C1 needs to support compressed oops · 07a2c37b
      iveresov 提交于
      Summary: This change implements compressed oops for C1 for x64 and sparc. The changes are mostly on the codegen level, with a few exceptions when we do access things outside of the heap that are uncompressed from the IR. Compressed oops are now also enabled with tiered.
      Reviewed-by: twisti, kvn, never, phh
      07a2c37b
  20. 24 11月, 2010 1 次提交
  21. 13 11月, 2010 1 次提交
  22. 10 11月, 2010 1 次提交
  23. 05 11月, 2010 1 次提交
  24. 03 11月, 2010 1 次提交
  25. 24 10月, 2010 1 次提交
  26. 20 10月, 2010 1 次提交
  27. 07 10月, 2010 1 次提交
  28. 05 10月, 2010 1 次提交
  29. 01 10月, 2010 1 次提交
  30. 17 9月, 2010 1 次提交
  31. 15 9月, 2010 1 次提交
  32. 04 9月, 2010 1 次提交
    • I
      6953144: Tiered compilation · 5782dd55
      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
      5782dd55
  33. 31 8月, 2010 1 次提交
  34. 28 8月, 2010 1 次提交
  35. 20 8月, 2010 2 次提交
  36. 03 8月, 2010 1 次提交
    • B
      6953477: Increase portability and flexibility of building Hotspot · f8f0cda1
      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
      f8f0cda1
  37. 29 7月, 2010 1 次提交
  38. 22 7月, 2010 1 次提交
  39. 30 6月, 2010 1 次提交