1. 13 7月, 2011 1 次提交
    • J
      Merge · 23a259aa
      jcoomes 提交于
      23a259aa
  2. 12 7月, 2011 1 次提交
  3. 08 7月, 2011 2 次提交
  4. 07 7月, 2011 7 次提交
  5. 06 7月, 2011 2 次提交
  6. 02 7月, 2011 3 次提交
  7. 29 6月, 2011 4 次提交
  8. 28 6月, 2011 1 次提交
    • B
      7016112: CMS: crash during promotion testing · cf62aa47
      brutisso 提交于
      Summary: Also reviewed by mikael.gerdin@oracle.com; stdlib:qsort() does byte-by-byte swapping on Windows. This leads to pointer shearing. Fix is to implement a quicksort that does full pointer updates.
      Reviewed-by: never, coleenp, ysr
      cf62aa47
  9. 25 6月, 2011 1 次提交
  10. 24 6月, 2011 1 次提交
  11. 23 6月, 2011 1 次提交
  12. 22 6月, 2011 2 次提交
  13. 21 6月, 2011 3 次提交
  14. 17 6月, 2011 2 次提交
  15. 16 6月, 2011 2 次提交
  16. 15 6月, 2011 4 次提交
  17. 14 6月, 2011 1 次提交
    • T
      7046558: G1: concurrent marking optimizations · 2db1d718
      tonyp 提交于
      Summary: Some optimizations to improve the concurrent marking phase: specialize the main oop closure, make sure a few methods in the fast path are properly inlined, a few more bits and pieces, and some cosmetic fixes.
      Reviewed-by: stefank, johnc
      2db1d718
  18. 13 6月, 2011 1 次提交
  19. 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