1. 07 12月, 2011 1 次提交
  2. 14 12月, 2011 1 次提交
  3. 24 10月, 2011 1 次提交
  4. 14 10月, 2011 1 次提交
  5. 26 9月, 2011 1 次提交
  6. 08 9月, 2011 1 次提交
  7. 25 8月, 2011 1 次提交
  8. 10 8月, 2011 1 次提交
  9. 08 7月, 2011 1 次提交
  10. 07 7月, 2011 1 次提交
  11. 14 6月, 2011 1 次提交
    • Y
      7051430: CMS: ongoing CMS cycle should terminate abruptly to allow prompt JVM termination at exit · a4a62971
      ysr 提交于
      Summary: It turns out that there is no need to explicitly stop CMS since the JVM is taken down at a terminal safepoint during which CMS threads are (terminally) inactive. This  will need to be revised if and when we evolve in the future to a point where we allow JVM reincarnation in the same process, but those changes will be much more sweeping than just terminating CMS threads. The unused ::stop() methods will be removed in a separate CR. Also include in this CR is the fix for a small typo in the spelling of UseGCLogFileRotation in a message in arguments.cpp, brought to our attention by Rainer Jung and reviewed by minqi.
      Reviewed-by: johnc, jwilhelm
      a4a62971
  12. 11 6月, 2011 1 次提交
  13. 05 5月, 2011 2 次提交
  14. 04 5月, 2011 1 次提交
  15. 29 4月, 2011 1 次提交
  16. 08 4月, 2011 4 次提交
  17. 07 4月, 2011 1 次提交
  18. 31 3月, 2011 1 次提交
  19. 22 3月, 2011 1 次提交
  20. 19 3月, 2011 1 次提交
  21. 17 3月, 2011 1 次提交
    • Y
      6896099: Integrate CMS heap ergo with default heap sizing ergo · 394e03cc
      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
      394e03cc
  22. 11 3月, 2011 1 次提交
  23. 05 3月, 2011 1 次提交
  24. 04 3月, 2011 1 次提交
  25. 07 3月, 2011 1 次提交
  26. 02 3月, 2011 1 次提交
    • I
      6627983: G1: Bad oop deference during marking · b9091f37
      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
      b9091f37
  27. 28 2月, 2011 1 次提交
  28. 17 2月, 2011 1 次提交
  29. 10 2月, 2011 1 次提交
    • J
      7017008: G1: Turn on compressed oops by default. · 65cec2f2
      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
      65cec2f2
  30. 26 1月, 2011 1 次提交
  31. 21 1月, 2011 1 次提交
  32. 12 1月, 2011 1 次提交
  33. 04 1月, 2011 1 次提交
  34. 01 12月, 2010 1 次提交
    • I
      6985015: C1 needs to support compressed oops · 7e8f9e32
      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
      7e8f9e32
  35. 24 11月, 2010 1 次提交
  36. 13 11月, 2010 1 次提交